TheTVDB · Example Payload

Tvdb Artwork Type Example

EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

Tvdb Artwork Type 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

heightidimageFormatnamerecordTypeslugthumbHeightthumbWidthwidth

Example Payload

Raw ↑
{
  "height": 12345,
  "id": 12345,
  "imageFormat": "example",
  "name": "Example Name",
  "recordType": "example",
  "slug": "example-slug",
  "thumbHeight": 12345,
  "thumbWidth": 12345,
  "width": 12345
}