cURL
curl --request GET \ --url 'https://api.themoviedb.org/3/tv/{{series_id}}/screened_theatrically' \ --header 'Authorization: Bearer <token>'
{ "id": 93405, "results": [] }
This endpoint retrieves the seasons and episodes of a TV show that has been screened theatrically.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
This represents the series ID. Get it here
Screened Theatrically
93405
[]