TVmaze · Example Payload

Tvmaze Public Castcredit Example

VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs

Tvmaze Public Castcredit 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

personcharacterselfvoice

Example Payload

Raw ↑
{
  "person": {
    "id": 1,
    "url": "https://www.tvmaze.com/people/1/mike-vogel",
    "name": "Mike Vogel",
    "country": {
      "name": "United States",
      "code": "US",
      "timezone": "America/New_York"
    },
    "birthday": "1979-07-17",
    "deathday": null,
    "gender": "Male",
    "image": {
      "medium": "https://static.tvmaze.com/uploads/images/medium_portrait/0/1815.jpg",
      "original": "https://static.tvmaze.com/uploads/images/original_untouched/0/1815.jpg"
    },
    "updated": 1779526576,
    "_links": {
      "self": {
        "href": "https://api.tvmaze.com/people/1"
      }
    }
  },
  "character": {
    "id": 1,
    "url": "https://www.tvmaze.com/characters/1/under-the-dome-dale-barbie-barbara",
    "name": "Dale \"Barbie\" Barbara",
    "image": {
      "medium": "https://static.tvmaze.com/uploads/images/medium_portrait/0/3.jpg",
      "original": "https://static.tvmaze.com/uploads/images/original_untouched/0/3.jpg"
    },
    "_links": {
      "self": {
        "href": "https://api.tvmaze.com/characters/1"
      }
    }
  },
  "self": false,
  "voice": false
}