TheTVDB · Example Payload

Tvdb Translation Extended Example

EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

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

Top-level fields

nameTranslationsoverviewTranslationsalias

Example Payload

Raw ↑
{
  "nameTranslations": [
    {
      "aliases": [
        "example"
      ],
      "isAlias": true,
      "isPrimary": true,
      "language": "eng",
      "name": "Example Name",
      "overview": "A descriptive paragraph of text.",
      "tagline": "example"
    }
  ],
  "overviewTranslations": [
    {
      "aliases": [
        "example"
      ],
      "isAlias": true,
      "isPrimary": true,
      "language": "eng",
      "name": "Example Name",
      "overview": "A descriptive paragraph of text.",
      "tagline": "example"
    }
  ],
  "alias": [
    "example"
  ]
}