TheTVDB · Example Payload

Tvdb Movie Base Record Example

EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

Tvdb Movie Base 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

aliasesidimagelastUpdatednamenameTranslationsoverviewTranslationsscoreslugstatusruntimeyear

Example Payload

Raw ↑
{
  "aliases": [
    {
      "language": "eng",
      "name": "Example Name"
    }
  ],
  "id": 12345,
  "image": "https://artworks.thetvdb.com/banners/example.jpg",
  "lastUpdated": "2024-01-15",
  "name": "Example Name",
  "nameTranslations": [
    "example"
  ],
  "overviewTranslations": [
    "example"
  ],
  "score": 100,
  "slug": "example-slug",
  "status": "Continuing",
  "runtime": 1,
  "year": "2024"
}