Media Players
This endpoint allows you to retrieve the media from players.
Multi-language: This feature allows the user to manually change the language of the API response by adding value to the
lang
attribute. Example:lang=en
.
Pagination: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.
Update Period: The endpoint is updated several times a day.
Recommended Calls: Limit calls to 1 per hour.
Use Cases
Get media from a specific player_idhttps://american-football.sportdevs.com/media-players?player_id=eq.{player_id}
Query Parameters
- player_id integer
Default value:
eq.420715
The id of the player
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
The id of the media
Note: This is a Primary Key.
- player_id integer
The id of the player
- title text
The title of the media
- subtitle text
The subtitle of the media
- url text
The url of the media
- thumbnail_url text
The thumbnail url of the media
- date_published timestamp with time zone
The date of publishing the media
- channel_url text
The source url of the media
[
{
"id": 14469,
"player_id": 420715,
"title": "Los Angeles Rams 28-20 Washington Commanders",
"subtitle": "Full Highlights",
"url": "https://youtu.be/-FeGbNKn_qQ",
"thumbnail_url": "https://i.ytimg.com/vi/-FeGbNKn_qQ/maxresdefault.jpg",
"date_published": "2023-12-18T00:51:30+00:00",
"channel_url": "https://youtu.be/-FeGbNKn_qQ"
},
{
"id": 14470,
"player_id": 420715,
"title": "Arizona Cardinals 29-45 San Francisco 49ers",
"subtitle": "Full Highlights",
"url": "https://youtu.be/--47FjCWgrU",
"thumbnail_url": "https://i.ytimg.com/vi/--47FjCWgrU/maxresdefault.jpg",
"date_published": "2023-12-18T00:28:12+00:00",
"channel_url": "https://youtu.be/--47FjCWgrU"
},
{
"id": 14471,
"player_id": 420715,
"title": "Buffalo Bills 31-10 Dallas Cowboys",
"subtitle": "Full Highlights",
"url": "https://youtu.be/qc7PxMEPP5M",
"thumbnail_url": "https://i.ytimg.com/vi/qc7PxMEPP5M/maxresdefault.jpg",
"date_published": "2023-12-18T00:27:27+00:00",
"channel_url": "https://youtu.be/qc7PxMEPP5M"
},
{
"id": 14472,
"player_id": 420715,
"title": "New Orleans Saints 24-6 New York Giants",
"subtitle": "Full Highlights",
"url": "https://www.youtube.com/watch?v=VvHSZCdIqqI",
"thumbnail_url": "https://img.youtube.com/vi/VvHSZCdIqqI/hqdefault.jpg",
"date_published": "2023-12-17T22:35:23+00:00",
"channel_url": "https://www.youtube.com/watch?v=VvHSZCdIqqI"
},
{
"id": 14473,
"player_id": 420715,
"title": "Cleveland Browns 20-17 Chicago Bears",
"subtitle": "Full Highlights",
"url": "https://youtu.be/A9VtCfXzV7c",
"thumbnail_url": "https://i.ytimg.com/vi/A9VtCfXzV7c/maxresdefault.jpg",
"date_published": "2023-12-17T21:53:15+00:00",
"channel_url": "https://youtu.be/A9VtCfXzV7c"
},
{
"id": 14474,
"player_id": 420715,
"title": "Tennessee Titans 16-19 Houston Texans",
"subtitle": "Full Highlights",
"url": "https://youtu.be/mQ0LRWjffzI",
"thumbnail_url": "https://i.ytimg.com/vi/mQ0LRWjffzI/maxresdefault.jpg",
"date_published": "2023-12-17T21:50:28+00:00",
"channel_url": "https://youtu.be/mQ0LRWjffzI"
},
{
"id": 14475,
"player_id": 420715,
"title": "New England Patriots 17-27 Kansas City Chiefs",
"subtitle": "Full Highlights",
"url": "https://youtu.be/YGK_k0Spe6U",
"thumbnail_url": "https://i.ytimg.com/vi/YGK_k0Spe6U/maxresdefault.jpg",
"date_published": "2023-12-17T21:43:40+00:00",
"channel_url": "https://youtu.be/YGK_k0Spe6U"
},
{
"id": 14476,
"player_id": 420715,
"title": "Green Bay Packers 20-34 Tampa Bay Buccaneers",
"subtitle": "Full Highlights",
"url": "https://youtu.be/zu2JC9OQibQ",
"thumbnail_url": "https://i.ytimg.com/vi/zu2JC9OQibQ/maxresdefault.jpg",
"date_published": "2023-12-17T21:21:12+00:00",
"channel_url": "https://youtu.be/zu2JC9OQibQ"
},
{
"id": 14477,
"player_id": 420715,
"title": "Miami Dolphins 30-0 New York Jets",
"subtitle": "Full Highlights",
"url": "https://youtu.be/Rr17PZPZbXY",
"thumbnail_url": "https://i.ytimg.com/vi/Rr17PZPZbXY/maxresdefault.jpg",
"date_published": "2023-12-17T21:17:51+00:00",
"channel_url": "https://youtu.be/Rr17PZPZbXY"
}
]