---
title: "GET /companies/{id}"
method: GET
path: "/companies/{id}"
tags: ["Companies"]
---

# GET /companies/{id}

`GET /companies/{id}`

returns a company record

## Path parameters

- `id` number, required

## Response `200`

response

- object
  - `data` Company — A company record
    - `activeDate` string
    - `aliases` Alias[]
      - `language` string — A 3-4 character string indicating the language of the alias, as defined in Language.
      - `name` string — A string containing the alias itself.
    - `country` string
    - `id` integer
    - `inactiveDate` string
    - `name` string
    - `nameTranslations` string[]
    - `overviewTranslations` string[]
    - `primaryCompanyType` integer, nullable
    - `slug` string
    - `parentCompany` ParentCompany — A parent company record
      - `id` integer, nullable
      - `name` string
      - `relation` CompanyRelationShip — A company relationship
        - `id` integer, nullable
        - `typeName` string
    - `tagOptions` TagOption[]
      - `helpText` string
      - `id` integer
      - `name` string
      - `tag` integer
      - `tagName` string
  - `status` string

## Other responses

- `400` — Invalid company id
- `401` — Unauthorized
- `404` — Company not found

---

[API](https://skmtc.net/thetvdb/apis/tvdb-api-v4.md) · [All operations](https://skmtc.net/thetvdb/apis/tvdb-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thetvdb/tvdb-api-v4/revisions/5d7caa274c72/schema)
