---
title: "GET /awards/categories/{id}"
method: GET
path: "/awards/categories/{id}"
tags: ["Award Categories"]
---

# GET /awards/categories/{id}

`GET /awards/categories/{id}`

Returns a single award category base record

## Path parameters

- `id` number, required

## Response `200`

response

- object
  - `data` AwardCategoryBaseRecord — base award category record
    - `allowCoNominees` boolean
    - `award` AwardBaseRecord — base award record
      - `id` integer
      - `name` string
    - `forMovies` boolean
    - `forSeries` boolean
    - `id` integer
    - `name` string
  - `status` string

## Other responses

- `400` — Invalid category id
- `401` — Unauthorized
- `404` — Category not found

---

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