TheTVDB · Example Payload

Tvdb Award Category Base Record Example

EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

Tvdb Award Category Base Record Example is an example object payload from TheTVDB, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

allowCoNomineesawardforMoviesforSeriesidname

Example Payload

Raw ↑
{
  "allowCoNominees": true,
  "award": {
    "id": 12345,
    "name": "Example Name"
  },
  "forMovies": true,
  "forSeries": true,
  "id": 12345,
  "name": "Example Name"
}