GET
/
3
/
network
/
{network_id}
/
alternative_names
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"
    }
  ]
}

Path Parameters

network_id
string
required

Response

200 - application/json

Alt Names

The response is of type object.