Get the alternative names of a network.
curl --request GET \ --url https://api.themoviedb.org/3/network/%7B{network_id}%7D/alternative_names
{ "id": 9, "results": [ { "name": "ITV1", "type": "2001–2013, 2022-" }, { "name": "Independent Television", "type": "" }, { "name": "ITV", "type": "2013-2022" } ] }
Alt Names
The response is of type object.
object