NETWORK
cURL
curl --request GET \ --url https://api.themoviedb.org/3/network/{network_id}/alternative_names \ --header 'Authorization: Bearer <token>'
{ "id": 12, "results": [ { "name": "Hokkaido Television Broadcasting", "type": "" }, { "name": "HTB-6", "type": "" }, { "name": "北海道テレビ放送", "type": "" }, { "name": "HTB北海道テレビ", "type": "" }, { "name": "NUMAnimation", "type": "programming block" } ] }
This endpoint get the alternative names of a specifc network.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12
Alternative names
The response is of type object.
object