---
title: "List TV networks"
method: GET
path: "/networks"
tags: ["Configuration"]
---

# List TV networks

`GET /networks`

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

## Response `200`

List of TV networks

- Network[]
  - `id` integer — Watchmode network ID
  - `name` string — Network name
  - `origin_country` string — 2-letter country code
  - `tmdb_id` integer — TMDB network ID (0 if not available)

## Other responses

- `401` — Invalid or missing API key

---

[API](https://skmtc.dev/watchmode/apis/watchmode-api.md) · [All operations](https://skmtc.dev/watchmode/apis/watchmode-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/watchmode/watchmode-api/revisions/3215d2b959fa/schema)
