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

# GET /awards/categories/{id}/extended

`GET /awards/categories/{id}/extended`

Returns a single award category extended record

## Path parameters

- `id` number, required

## Response `200`

response

- object
  - `data` AwardCategoryExtendedRecord — extended award category record
    - `allowCoNominees` boolean
    - `award` AwardBaseRecord — base award record
      - `id` integer
      - `name` string
    - `forMovies` boolean
    - `forSeries` boolean
    - `id` integer
    - `name` string
    - `nominees` AwardNomineeBaseRecord[]
      - `character` Character — character record
        - `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.
        - `episode` RecordInfo — base record info
          - `image` string
          - `name` string
          - `year` string
        - `episodeId` integer, nullable
        - `id` integer
        - `image` string
        - `isFeatured` boolean
        - `movieId` integer, nullable
        - `movie` RecordInfo — base record info
          - `image` string
          - `name` string
          - `year` string
        - `name` string
        - `nameTranslations` string[]
        - `overviewTranslations` string[]
        - `peopleId` integer
        - `personImgURL` string
        - `peopleType` string
        - `seriesId` integer, nullable
        - `series` RecordInfo — base record info
          - `image` string
          - `name` string
          - `year` string
        - `sort` integer
        - `tagOptions` TagOption[]
          - `helpText` string
          - `id` integer
          - `name` string
          - `tag` integer
          - `tagName` string
        - `type` integer
        - `url` string
        - `personName` string
      - `details` string
      - `episode` EpisodeBaseRecord — base episode record
        - `absoluteNumber` integer
        - `aired` string
        - `airsAfterSeason` integer
        - `airsBeforeEpisode` integer
        - `airsBeforeSeason` integer
        - `finaleType` string — season, midseason, or series
        - `id` integer
        - `image` string
        - `imageType` integer, nullable
        - `isMovie` integer
        - `lastUpdated` string
        - `linkedMovie` integer
        - `name` string
        - `nameTranslations` string[]
        - `number` integer
        - `overview` string
        - `overviewTranslations` string[]
        - `runtime` integer, nullable
        - `seasonNumber` integer
        - `seasons` SeasonBaseRecord[]
          - `id` integer
          - `image` string
          - `imageType` integer
          - `lastUpdated` string
          - `name` string
          - `nameTranslations` string[]
          - `number` integer
          - `overviewTranslations` string[]
          - `companies` Companies — Companies by type record
            - `studio` Company[]
              - …
            - `network` Company[]
              - …
            - `production` Company[]
              - …
            - `distributor` Company[]
              - …
            - `special_effects` Company[]
              - …
          - `seriesId` integer
          - `type` SeasonType — season type record
            - `alternateName` string
            - `id` integer
            - `name` string
            - `type` string
          - `year` string
        - `seriesId` integer
        - `seasonName` string
        - `year` string
      - `id` integer
      - `isWinner` boolean
      - `movie` MovieBaseRecord — base movie record
        - `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.
        - `id` integer
        - `image` string
        - `lastUpdated` string
        - `name` string
        - `nameTranslations` string[]
        - `overviewTranslations` string[]
        - `score` number, double
        - `slug` string
        - `status` Status — status record
          - `id` integer, nullable
          - `keepUpdated` boolean
          - `name` string
          - `recordType` string
        - `runtime` integer, nullable
        - `year` string
      - `series` SeriesBaseRecord — The base record for a series. All series airs time like firstAired, lastAired, nextAired, etc. are in US EST for US series, and for all non-US series, the time of the show’s country capital or most populous city. For streaming services, is the official release time. See https://support.thetvdb.com/kb/faq.php?id=29.
        - `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.
        - `averageRuntime` integer, nullable
        - `country` string
        - `defaultSeasonType` integer
        - `episodes` EpisodeBaseRecord[]
          - `absoluteNumber` integer
          - `aired` string
          - `airsAfterSeason` integer
          - `airsBeforeEpisode` integer
          - `airsBeforeSeason` integer
          - `finaleType` string — season, midseason, or series
          - `id` integer
          - `image` string
          - `imageType` integer, nullable
          - `isMovie` integer
          - `lastUpdated` string
          - `linkedMovie` integer
          - `name` string
          - `nameTranslations` string[]
          - `number` integer
          - `overview` string
          - `overviewTranslations` string[]
          - `runtime` integer, nullable
          - `seasonNumber` integer
          - `seasons` SeasonBaseRecord[]
            - `id` integer
            - `image` string
            - `imageType` integer
            - `lastUpdated` string
            - `name` string
            - `nameTranslations` string[]
            - `number` integer
            - `overviewTranslations` string[]
            - `companies` Companies — Companies by type record
              - …
            - `seriesId` integer
            - `type` SeasonType — season type record
              - …
            - `year` string
          - `seriesId` integer
          - `seasonName` string
          - `year` string
        - `firstAired` string
        - `id` integer
        - `image` string
        - `isOrderRandomized` boolean
        - `lastAired` string
        - `lastUpdated` string
        - `name` string
        - `nameTranslations` string[]
        - `nextAired` string
        - `originalCountry` string
        - `originalLanguage` string
        - `overviewTranslations` string[]
        - `score` number, double
        - `slug` string
        - `status` Status — status record
          - `id` integer, nullable
          - `keepUpdated` boolean
          - `name` string
          - `recordType` string
        - `year` string
      - `year` string
      - `category` string
      - `name` string
  - `status` string

## Other responses

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

## Changes

- **2024-04-27** `47f34dd2fd7e` — 2 info
  - added the optional property `data/nominees/items/episode/absoluteNumber` to the response with the `200` status
  - added the optional property `data/nominees/items/series/episodes/items/absoluteNumber` to the response with the `200` status
- **2024-03-24** `f825d3005872` — 11 breaking
  - the response property `data/nominees/items/episode/seasons/items/companies/distributor/items/primaryCompanyType` became nullable for the status `200`
  - the response property `data/nominees/items/episode/seasons/items/companies/network/items/primaryCompanyType` became nullable for the status `200`
  - the response property `data/nominees/items/episode/seasons/items/companies/production/items/primaryCompanyType` became nullable for the status `200`
  - the response property `data/nominees/items/episode/seasons/items/companies/special_effects/items/primaryCompanyType` became nullable for the status `200`
  - …7 more
- **2024-02-08** `8cb67a07c134` — 10 breaking, 120 warning
  - the response property `data/nominees/items/character/episodeId` became nullable for the status `200`
  - the response property `data/nominees/items/character/movieId` became nullable for the status `200`
  - the response property `data/nominees/items/character/seriesId` became nullable for the status `200`
  - the response property `data/nominees/items/episode/imageType` became nullable for the status `200`
  - …126 more
- …earlier changes not shown

[Full history](https://skmtc.dev/thetvdb/apis/tvdb-api-v4/changes/awards/categories/:id/extended/get.md)

---

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