Media Players
Media Players
Query Parameters
- player_id integerExample: eq.573287
- 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.
- player_id integer
- title text
- subtitle text
- url text
- thumbnail_url text
- date_published timestamp with time zone
- channel_url text
[
{
"id": 1164,
"player_id": 573287,
"title": "Switzerland 0 - 1 USA",
"subtitle": "Full Highlights",
"url": "https://youtu.be/H0JPhLMjpJs",
"thumbnail_url": "https://i.ytimg.com/vi/H0JPhLMjpJs/hqdefault.jpg",
"date_published": "2025-05-25T21:46:38+00:00",
"channel_url": "https://youtu.be/H0JPhLMjpJs"
}
]
Loading...