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

---

[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)
