---
title: "In-Game Manufacturer Detail"
method: GET
path: "/api/manufacturers/{manufacturer}"
tags: ["In-Game", "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

- Manufacturer
  - `name` string
  - `code` string
  - `uuid` string

## Changes

- **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/5cd81baa02cb?raw)
