GET
/
3
/
network
/
{network_id}
Details
curl --request GET \
  --url https://api.themoviedb.org/3/network/{network_id} \
  --header 'Authorization: Bearer <token>'
{
  "headquarters": "Singapore",
  "homepage": "http://animax-asia.com/",
  "id": 3268,
  "logo_path": "/gNsvkmJY7QzRQ7AZ0QK9PeONIm2.png",
  "name": "Animax Asia",
  "origin_country": "TW"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

network_id
string
required

A unique integer identifier assigned to a specific network in the database.

Example:

""

Response

200 - application/json

details

The response is of type object.