Skip to main content
GET
/
network
/
{network_id}
Details
curl --request GET \
  --url https://api.themoviedb.org/3/network/{network_id} \
  --header 'Authorization: Bearer <token>'
{
  "homepage": "http://www.markiza.sk",
  "id": 550,
  "logo_path": "/e3v7L2zlVEO1GLH7pv0f1CNFIeK.png",
  "name": "Markíza",
  "origin_country": "SK"
}

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

The ID of the network

Response

200 - application/json

Successful

headquarter
string

The location of the company office

homepage
string

The URL of the company or official website

id
integer

A unique identifier for the company

logo_path
string

The URL to the logo image representing the company

name
string

The official name of the company

origin_country
string

The country where the company was established