{
"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"
}
]
}
This endpoint retrieves the alternative names of a particular network.
{
"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"
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Alternative Names
The response is of type object
.