---
title: "In-Game Manufacturers Overview"
method: GET
path: "/api/manufacturers"
tags: ["Manufacturers"]
---

# In-Game Manufacturers Overview

`GET /api/manufacturers`

Returns paginated manufacturers grouped by name with optional pagination.

## Query parameters

- `page` integer
- `page[number]` integer
- `page[size]` integer
- `filter[name]` string

## Response `200`

List of 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.

## Changes

- **2026-05-21** `af03a6ba771d` — 1 breaking, 5 info
  - the response's body type changed from `array` to `object` for status `200`
  - api operation id `1f9d905a5e89dba1162f35428b92847c` removed and replaced with `listManufacturers`
  - api tag `In-Game` removed
  - added the optional property `data` to the response with the `200` status
  - …2 more
- **2026-03-29** `8ff40d443bb4` — 1 breaking, 3 warning, 2 info
  - the response's body type changed from `object` to `array` for status `200`
  - removed the optional property `data` from the response with the `200` status
  - removed the optional property `links` from the response with the `200` status
  - removed the optional property `meta` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/changes/api/manufacturers/get.md)

---

[API](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api.md) · [All operations](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/llms.txt) · [OpenAPI document](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/revisions/c1df9b1bab38?raw)
