GET
/
3
/
network
/
{network_id}
curl --request GET \
  --url https://api.themoviedb.org/3/network/%7B{network_id}%7D \
  --header 'Authorization: Bearer <token>'
{
  "headquarters": "Minato, Tokyo",
  "homepage": "https://www.fujitv.co.jp",
  "id": 1,
  "logo_path": "/4x4GsmRmSLLL0RVNKsoqAVH43tz.png",
  "name": "Fuji TV",
  "origin_country": "JP"
}

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

Response

200 - application/json

Details Example

The response is of type object.