GET
/
tv
/
{series_id}
/
episode_groups
{
  "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
    }
  ]
}

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

Response

200 - application/json

Fetch episode groups

id
number
Example:

1399

results
object[]
Example:
[
{
"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
}
]