Endpoints
- Account
- Authentication
- Certification
- Changes
- Collections
- Companies
- Configuration
- Credits
- Discover
- Find
- Genres
- Guest Session
- Keywords
- List
- Movie Lists
- Movies
- Networks
- People Lists
- People
- Reviews
- Search
- Trending
- TV Series Lists
- TV Series
- GETDetails
- GETAccount States
- GETAggregate Credits
- GETAlternative Titles
- GETChanges
- GETContent Ratings
- GETCredits
- GETEpisode Groups
- GETExternal IDs
- GETImages
- GETKeywords
- GETLatest
- GETLists
- GETRecommendations
- GETReviews
- GETScreened Theatrically
- GETSimilar
- GETTranslations
- GETVideos
- GETWatch Providers
- POSTAdd Rating
- DELDelete Rating
- GET
- TV Seasons
- TV Episodes
- TV Episode Groups
- Watch Providers
- API Reference
TV Series
Latest
Get the newest TV show ID.
GET
/
3
/
tv
/
latest
curl --request GET \
--url https://api.themoviedb.org/3/tv/latest
{
"adult": false,
"backdrop_path": "/sJhPVMqzZb4dfmOkewgUdzaca5K.jpg",
"created_by": [],
"episode_run_time": [],
"first_air_date": "2015-01-08",
"genres": [],
"homepage": "",
"id": 281657,
"in_production": true,
"languages": [],
"last_air_date": "2015-01-15",
"last_episode_to_air": {
"air_date": "2015-01-15",
"episode_number": 2,
"episode_type": "standard",
"id": 5891455,
"name": "Episode 2",
"overview": "",
"production_code": "",
"runtime": 51,
"season_number": 1,
"show_id": 281657,
"still_path": "/r7qMkfBtdij3gSxdWSx4WZ1RJDg.jpg",
"vote_average": 0,
"vote_count": 0
},
"name": "L'acquario più grande del mondo",
"networks": [],
"next_episode_to_air": null,
"number_of_episodes": 2,
"number_of_seasons": 1,
"origin_country": [
"IT"
],
"original_language": "it",
"original_name": "L'acquario più grande del mondo",
"overview": "",
"popularity": 0,
"poster_path": "/tj7Ab5H2l9J4mNaYjPUDFHSmOM1.jpg",
"production_companies": [],
"production_countries": [],
"seasons": [
{
"air_date": "2015-01-08",
"episode_count": 2,
"id": 437329,
"name": "Season 1",
"overview": "",
"poster_path": "/tj7Ab5H2l9J4mNaYjPUDFHSmOM1.jpg",
"season_number": 1,
"vote_average": 0
}
],
"spoken_languages": [],
"status": "Returning Series",
"tagline": "",
"type": "Scripted",
"vote_average": 0,
"vote_count": 0
}
Response
200 - application/json
Latest
The response is of type object
.
curl --request GET \
--url https://api.themoviedb.org/3/tv/latest
{
"adult": false,
"backdrop_path": "/sJhPVMqzZb4dfmOkewgUdzaca5K.jpg",
"created_by": [],
"episode_run_time": [],
"first_air_date": "2015-01-08",
"genres": [],
"homepage": "",
"id": 281657,
"in_production": true,
"languages": [],
"last_air_date": "2015-01-15",
"last_episode_to_air": {
"air_date": "2015-01-15",
"episode_number": 2,
"episode_type": "standard",
"id": 5891455,
"name": "Episode 2",
"overview": "",
"production_code": "",
"runtime": 51,
"season_number": 1,
"show_id": 281657,
"still_path": "/r7qMkfBtdij3gSxdWSx4WZ1RJDg.jpg",
"vote_average": 0,
"vote_count": 0
},
"name": "L'acquario più grande del mondo",
"networks": [],
"next_episode_to_air": null,
"number_of_episodes": 2,
"number_of_seasons": 1,
"origin_country": [
"IT"
],
"original_language": "it",
"original_name": "L'acquario più grande del mondo",
"overview": "",
"popularity": 0,
"poster_path": "/tj7Ab5H2l9J4mNaYjPUDFHSmOM1.jpg",
"production_companies": [],
"production_countries": [],
"seasons": [
{
"air_date": "2015-01-08",
"episode_count": 2,
"id": 437329,
"name": "Season 1",
"overview": "",
"poster_path": "/tj7Ab5H2l9J4mNaYjPUDFHSmOM1.jpg",
"season_number": 1,
"vote_average": 0
}
],
"spoken_languages": [],
"status": "Returning Series",
"tagline": "",
"type": "Scripted",
"vote_average": 0,
"vote_count": 0
}