v2

latestOpenAPI 3.0.3Proprietary2026-07-26232599.0 KB
Configuration

List TV networks

Returns a list of all TV networks that may be associated with titles.

get/networks

Response

List of TV networks

idinteger

Watchmode network ID

namestring

Network name

origin_countrystring

2-letter country code

tmdb_idinteger

TMDB network ID (0 if not available)

Example response

[
  {
    "id": 1,
    "name": "HBO",
    "origin_country": "US",
    "tmdb_id": 49
  }
]