Tmdb Api Tv Series Details Response Example is an example object payload from The Movie Database, with 32 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"adult": false,
"backdrop_path": "/6LWy0jvMpmjoS9fojNgHIKoWL05.jpg",
"created_by": [
{
"id": 9813,
"credit_id": "5256c8c219c2956ff604858a",
"name": "David Benioff",
"gender": 2,
"profile_path": "/xvNN5huL0X8yJ7h3IZfGG4O2zBD.jpg"
}
],
"episode_run_time": [
60
],
"first_air_date": "2011-04-17",
"genres": [
{
"id": 10765,
"name": "Sci-Fi & Fantasy"
}
],
"homepage": "http://www.hbo.com/game-of-thrones",
"id": 1399,
"in_production": false,
"languages": [
"en"
],
"last_air_date": "2019-05-19",
"last_episode_to_air": {
"id": 1551830,
"name": "The Iron Throne",
"overview": "In the aftermath of the devastating attack on King's Landing, Daenerys must face the survivors.",
"vote_average": 4.809,
"vote_count": 241,
"air_date": "2019-05-19",
"episode_number": 6,
"production_code": "806",
"runtime": 80,
"season_number": 8,
"show_id": 1399,
"still_path": "/zBi2O5EJfgTS6Ae0HdAYLm9o2nf.jpg"
},
"name": "Game of Thrones",
"next_episode_to_air": {},
"networks": [
{
"id": 49,
"logo_path": "/tuomPhY2UtuPTqqFnKMVHvSb724.png",
"name": "HBO",
"origin_country": "US"
}
],
"number_of_episodes": 73,
"number_of_seasons": 8,
"origin_country": [
"US"
],
"original_language": "en",
"original_name": "Game of Thrones",
"overview": "Seven noble families fight for control of the mythical land of Westeros. Friction between the houses leads to full-scale war. All while a very ancient evil awakens in the farthest north. Amidst the war, a neglected military order of misfits, the Night's Watch, is all that stands between the realms of men and icy horrors beyond.",
"popularity": 346.098,
"poster_path": "/1XS1oqL89opfnbLl8WnZY1O1uJx.jpg",
"production_companies": [
{
"id": 76043,
"logo_path": "/9RO2vbQ67otPrBLXCaC8UMp3Qat.png",
"name": "Revolution Sun Studios",
"origin_country": "US"
}
],
"production_countries": [
{
"iso_3166_1": "GB",
"name": "United Kingdom"
}
],
"seasons": [
{
"air_date": "2010-12-05",
"episode_count": 272,
"id": 3627,
"name": "Specials",
"overview": "",
"poster_path": "/kMTcwNRfFKCZ0O2OaBZS0nZ2AIe.jpg",
"season_number": 0,
"vote_average": 0
}
],
"spoken_languages": [
{
"english_name": "English",
"iso_639_1": "en",
"name": "English"
}
],
"status": "Ended",
"tagline": "Winter Is Coming",
"type": "Scripted",
"vote_average": 8.438,
"vote_count": 21390
}