Media Leagues
Media Leagues
Query Parameters
- league_id integerExample: eq.214
- offset string
Default value:
0Limiting and Pagination
Example: 0 - limit string
Default value:
50Limiting and Pagination
Example: 50 - lang string
Default value:
enMulti-language
Example: en
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
Note: This is a Primary Key.
- league_id integer
- title text
- subtitle text
- url text
- thumbnail_url text
- date_published timestamp with time zone
- channel_url text
[
{
"id": 646,
"league_id": 214,
"title": "Salavat Yulaev 4 - 3 Avtomobilist",
"subtitle": "Full Highlights",
"url": "https://www.youtube.com/watch?v=y1EJXr-MSC4",
"thumbnail_url": "https://i.ytimg.com/vi/y1EJXr-MSC4/hqdefault.jpg",
"date_published": "2026-04-02T18:08:34+00:00",
"channel_url": "https://www.youtube.com/watch?v=y1EJXr-MSC4"
}
]
Loading...