---
title: "Get a brand by ID"
method: GET
path: "/foods/brands/{brand_id}"
tags: ["food"]
---

# Get a brand by ID

`GET /foods/brands/{brand_id}`

## Path parameters

- `brand_id` integer, required

## Response `200`

successful operation

- BrandDetailResponse
  - `aliases` BrandAliasResponse[]
    - `alias` string
    - `alias_normalized` string
    - `brand_id` integer
    - `confidence` number, nullable
    - `created_time` string, date-time, nullable
    - `id` integer
    - `source` string, nullable
  - `brand_type` string
  - `country` string, nullable
  - `created_time` string, date-time, nullable
  - `id` integer
  - `manufacturer_id` integer, nullable
  - `name` string
  - `name_normalized` string
  - `status` string
  - `updated_time` string, date-time, nullable

## Other responses

- `404` — brand not found

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/04eb7a66328a?raw)
