Introduction
Authentication
Guest Sessions
Account
Keyword
Collections
Movies
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
- GETStreaming Providers
- POSTAdd Rating
- DELDelete Ratings
TV Series Lists
TV Seasons
TV Providers
TV Episode Groups
Watch Providers
People
People List
Credits
Review
Certifications
TV Series
Screened Theatrically
This endpoint retrieves the seasons and episodes of a TV show that has been screened theatrically.
GET
/
3
/
tv
/
{series_id}
/
screened_theatrically
curl --request GET \
--url https://api.themoviedb.org/3/tv/%7B{series_id}%7D/screened_theatrically \
--header 'Authorization: Bearer <token>'
{
"id": 93405,
"results": []
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Screened Theatrically
The response is of type object
.
curl --request GET \
--url https://api.themoviedb.org/3/tv/%7B{series_id}%7D/screened_theatrically \
--header 'Authorization: Bearer <token>'
{
"id": 93405,
"results": []
}
Assistant
Responses are generated using AI and may contain mistakes.