TVmaze · Example Payload

Tvmaze Public Network Example

VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs

Tvmaze Public Network Example is an example object payload from TVmaze, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamecountryofficialSite

Example Payload

Raw ↑
{
  "id": 2,
  "name": "CBS",
  "country": {
    "name": "United States",
    "code": "US",
    "timezone": "America/New_York"
  },
  "officialSite": "https://www.cbs.com/"
}