cURL
curl --request GET \ --url https://api.themoviedb.org/3/network/{network_id}/alternative_names \ --header 'Authorization: Bearer <token>'
{ "id": 3268, "results": [ { "name": "Animax", "type": "" } ] }
This endpoint get the alternative names of a network.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A unique integer identifier assigned to a specific network in the database.
""
alternative names
3268
Show child attributes
[{ "name": "Animax", "type": "" }]