---
title: "In-Game Manufacturer Search (Deprecated)"
method: POST
path: "/api/manufacturers/search"
tags: ["Manufacturers", "Search"]
deprecated: true
---

# In-Game Manufacturer Search (Deprecated)

`POST /api/manufacturers/search`

> **Deprecated.**

Deprecated. Use GET /api/manufacturers?filter[name]={value} for name search. This endpoint will be removed in a future version.

## Query parameters

- `page` integer
- `page[number]` integer
- `page[size]` integer

## Request body

- object

## Response `200`

A List of matching Manufacturers

- object
  - `data` ManufacturerLink[]
    - `name` string
    - `code` string
    - `uuid` string
    - `link` string
  - `links` PaginationLinks — Pagination navigation links.
    - `first` string, nullable — URL to the first page.
    - `last` string, nullable — URL to the last page.
    - `prev` string, nullable — URL to the previous page.
    - `next` string, nullable — URL to the next page.
  - `meta` PaginationMeta — Pagination metadata.
    - `current_page` integer — Current page number.
    - `from` integer — Index of the first item in this page.
    - `last_page` integer — Last available page number.
    - `per_page` integer — Number of items per page.
    - `to` integer — Index of the last item in this page.
    - `total` integer — Total number of items across all pages.
    - `links` object[] — Pagination navigation links with page URLs.
      - `url` string, nullable
      - `label` string
      - `active` boolean
    - `path` string — Base URL path for pagination.

---

[API](https://skmtc.net/starcitizenwiki/apis/star-citizen-wiki-api.md) · [All operations](https://skmtc.net/starcitizenwiki/apis/star-citizen-wiki-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/starcitizenwiki/star-citizen-wiki-api/revisions/8b259bb9a44c/schema)
