GET
/
network
/
{network_id}
{
  "headquarters": "Los Angeles, California",
  "homepage": "https://www.fox.com",
  "id": 19,
  "logo_path": "/1DSpHrWyOORkL9N2QHX7Adt31mQ.png",
  "name": "FOX",
  "origin_country": "US"
}

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

Fetch details

headquarters
string
Example:

"Los Angeles, California"

homepage
string
Example:

"https://www.fox.com"

id
number
Example:

19

logo_path
string
Example:

"/1DSpHrWyOORkL9N2QHX7Adt31mQ.png"

name
string
Example:

"FOX"

origin_country
string
Example:

"US"