TheTVDB · Example Payload

Tvdb List Extended Record Example

EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

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

Top-level fields

aliasesentitiesidimageimageIsFallbackisOfficialnamenameTranslationsoverviewoverviewTranslationsscoreurl

Example Payload

Raw ↑
{
  "aliases": [
    {
      "language": "eng",
      "name": "Example Name"
    }
  ],
  "entities": [
    {
      "movieId": 12345,
      "order": 12345,
      "seriesId": 12345
    }
  ],
  "id": 12345,
  "image": "https://artworks.thetvdb.com/banners/example.jpg",
  "imageIsFallback": true,
  "isOfficial": true,
  "name": "Example Name",
  "nameTranslations": [
    "example"
  ],
  "overview": "A descriptive paragraph of text.",
  "overviewTranslations": [
    "example"
  ],
  "score": 100,
  "url": "https://artworks.thetvdb.com/banners/example.jpg"
}