Skip to main content
GET
/
3
/
tv
/
{series_id}
/
screened_theatrically
Screened Theatrically
curl --request GET \
  --url 'https://api.themoviedb.org/3/tv/{{series_id}}/screened_theatrically' \
  --header 'Authorization: Bearer <token>'
{
  "id": 93405,
  "results": []
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

series_id
string
required

This represents the series ID. Get it here

Response

200 - application/json

Screened Theatrically

id
number
Example:

93405

results
any[]
Example:
[]