GET
/
3
/
network
/
{network_id}
curl --request GET \
  --url https://api.themoviedb.org/3/network/{network_id} \
  --header 'Authorization: Bearer <token>'
{
  "headquarters": "Sapporo, Hokkaido",
  "homepage": "https://www.htb.co.jp",
  "id": 12,
  "logo_path": "/eJSYeF1YIyQbZdTRNxuvVKaZOIK.png",
  "name": "HTB",
  "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
integer
required
Example:

12

Response

200 - application/json

Details

The response is of type object.