Skip to main content
GET
/
network
/
{network_id}
/
alternative_names
Alternative Names
curl --request GET \
  --url https://api.themoviedb.org/3/network/{network_id}/alternative_names \
  --header 'Authorization: Bearer <token>'
{
  "id": 550,
  "results": [
    {
      "name": "TV Markíza",
      "type": ""
    },
    {
      "name": "Televízia Markíza",
      "type": ""
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

network_id
integer
required

The ID of the netwrok

Response

200 - application/json

Successful

id
string

A unique identifier

results
object[]

Contains the list of data or items