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": ""
}
]
}This endpoint get the alternative names of a network.
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": ""
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the netwrok