Broadcast
TV schedules and the TV channel catalogue. Use these operations, the fixture include broadcast and the fixture operation t=tv to build "where to watch" features.
Open in the interactive reference
Operations
- GETMatches on TV by date — Matches broadcast on a date. Add
include=tvsto embed the channel details in each match. Paginated, 100 items per page. - GETTV channels of a match — Every channel showing the match, with its country. Not paginated.
- GETTV channels — All TV channels, optionally filtered by country. Paginated, 100 items per page.
- GETTV channel by ID — One TV channel with type, logo, website and country.
Route reference
Operations
The t query parameter selects the operation. Parameters not listed for an operation are ignored. The theme column marks datasets that themed plans (Odds, Broadcast) include only for their own theme; Free and Standard plans include every theme for their leagues.
t |
Operation | Required | Optional | Theme |
|---|---|---|---|---|
schedule |
Matches on TV by date. Matches broadcast on a date. Add include=tvs to embed the channel details in each match. Paginated, 100 items per page. |
d |
include, utc, lang, page |
broadcast |
match_tvs |
TV channels of a match. Every channel showing the match, with its country. Not paginated. | id |
— | broadcast |
list |
TV channels. All TV channels, optionally filtered by country. Paginated, 100 items per page. | — | country_id, page |
broadcast |
info |
TV channel by ID. One TV channel with type, logo, website and country. | id |
— | broadcast |
Includes
Comma-separated dataset names for include, without spaces:
tvs: channel details embedded in each match ofschedule
Examples
Matches on TV by date:
GET /v2.2/broadcast/?user=USER&token=TOKEN&t=schedule&d=2026-08-30&include=tvs&utc=2
TV channels of a match:
GET /v2.2/broadcast/?user=USER&token=TOKEN&t=match_tvs&id=2589310
TV channels:
GET /v2.2/broadcast/?user=USER&token=TOKEN&t=list&country_id=15
TV channel by ID:
GET /v2.2/broadcast/?user=USER&token=TOKEN&t=info&id=2