cURL
curl --request GET \ --url 'https://api.themoviedb.org/3/tv/{{series_id}}/episode_groups' \ --header 'Authorization: Bearer <token>'
{ "id": 1399, "results": [ { "description": "", "episode_count": 102, "group_count": 9, "id": "5e9077d2e640d600151f32bd", "name": "Aired Order", "network": { "id": 49, "logo_path": "/tuomPhY2UtuPTqqFnKMVHvSb724.png", "name": "HBO", "origin_country": "US" }, "type": 1 } ] }
This endpoint retrieves the episode groups that have been added to a TV show.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
This represents the series ID. Det it here
Episode Groups
1399
Show child attributes
""
102
9
"5e9077d2e640d600151f32bd"
"Aired Order"
49
"/tuomPhY2UtuPTqqFnKMVHvSb724.png"
"HBO"
"US"
1
[ { "description": "", "episode_count": 102, "group_count": 9, "id": "5e9077d2e640d600151f32bd", "name": "Aired Order", "network": { "id": 49, "logo_path": "/tuomPhY2UtuPTqqFnKMVHvSb724.png", "name": "HBO", "origin_country": "US" }, "type": 1 }]