GET
/
3
/
network
/
{network_id}
curl --request GET \
  --url https://api.themoviedb.org/3/network/%7B{network_id}%7D
{
  "headquarters": "",
  "homepage": "https://www.mako.co.il/bip",
  "id": 119,
  "logo_path": null,
  "name": "Bip",
  "origin_country": "IL"
}

Path Parameters

network_id
string
required

Response

200 - application/json

Details

The response is of type object.