---
title: "In-Game Manufacturer Detail"
method: GET
path: "/api/manufacturers/{manufacturer}"
tags: ["Manufacturers"]
---

# In-Game Manufacturer Detail

`GET /api/manufacturers/{manufacturer}`

Retrieve a manufacturer by name, UUID, or code together with its products.

## Path parameters

- `manufacturer` string, required — Manufacturer name, uuid, or code

## Response `200`

A Manufacturer and its products

- object
  - `data` Manufacturer
    - `name` string
    - `code` string
    - `uuid` string
    - `link` string

## Other responses

- `404` — Manufacturer not found.

## Changes

- **2026-05-21** `af03a6ba771d` — 5 info
  - api operation id `cba9b0f51268f6c1d4309aa573d37a9c` removed and replaced with `getManufacturer`
  - api tag `In-Game` removed
  - removed `#/components/schemas/manufacturer_link, subschema #2` from the response body `allOf` list for the response status `200`
  - added the non-success response with the status `404`
  - …1 more
- **2026-05-05** `38d31059da97` — 3 warning, 1 info
  - removed the optional property `code` from the response with the `200` status
  - removed the optional property `name` from the response with the `200` status
  - removed the optional property `uuid` from the response with the `200` status
  - added `#/components/schemas/manufacturer_link, subschema #2` to the response body `allOf` list for the response status `200`
- **2026-03-29** `8ff40d443bb4` — 1 warning, 6 info
  - removed the optional property `data` from the response with the `200` status
  - api operation id `getManufacturer` removed and replaced with `cba9b0f51268f6c1d4309aa573d37a9c`
  - api tag `In-Game` added
  - removed the non-success response with the status `404`
  - …3 more

[Change history](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/changes/api/manufacturers/:manufacturer/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)
