NETWORK
cURL
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" }
This endpoint get details for a specific network based on the provided network ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12
Details
The response is of type object.
object