GET
/
3
/
network
/
{network_id}
/
alternative_names
{
  "id": 2,
  "results": [
    {
      "name": "American Broadcasting Company",
      "type": ""
    },
    {
      "name": "ABC (US)",
      "type": ""
    },
    {
      "name": "ABC‐TV",
      "type": ""
    },
    {
      "name": "Disney's One Saturday Morning",
      "type": "programming block"
    },
    {
      "name": "Disney's ABC Kids",
      "type": "programming block"
    },
    {
      "name": "ABC Kids",
      "type": "programming block"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

network_id
string
required

This represents the network Id. Get it here

Response

200 - application/json

Alternative Names

id
number
Example:

2

results
object[]
Example:
[
{
"name": "American Broadcasting Company",
"type": ""
},
{ "name": "ABC (US)", "type": "" },
{ "name": "ABC‐TV", "type": "" },
{
"name": "Disney's One Saturday Morning",
"type": "programming block"
},
{
"name": "Disney's ABC Kids",
"type": "programming block"
},
{
"name": "ABC Kids",
"type": "programming block"
}
]