TheTVDB · Example Payload

Tvdb Artwork Base Record Example

EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

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

Top-level fields

heightidimageincludesTextlanguagescorethumbnailtypewidth

Example Payload

Raw ↑
{
  "height": 12345,
  "id": 12345,
  "image": "https://artworks.thetvdb.com/banners/example.jpg",
  "includesText": true,
  "language": "eng",
  "score": 100,
  "thumbnail": "example",
  "type": 12345,
  "width": 12345
}