Media Teams
This endpoint allows you to retrieve the media from teams.
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 team_idhttps://volleyball.sportdevs.com/media-teams?team_id=eq.{team_id}
Query Parameters
- team_id integer
Default value:
eq.588
The id of the team
- 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.
- team_id integer
The id of the team
- 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": 4493,
"team_id": 588,
"title": "Cucine Lube Civitanova 2-3 Sir Safety Perugia",
"subtitle": "Full Highlights",
"url": "https://www.youtube.com/watch?v=yvLkfS1gCDI",
"thumbnail_url": "https://img.youtube.com/vi/yvLkfS1gCDI/hqdefault.jpg",
"date_published": "2023-11-01T19:41:34+00:00",
"channel_url": "https://www.youtube.com/watch?v=yvLkfS1gCDI"
},
{
"id": 4516,
"team_id": 588,
"title": "Gas Sales Bluenergy Piacenza 0-3 Cucine Lube Civitanova",
"subtitle": "Full Highlights",
"url": "https://www.youtube.com/watch?v=dK1qu0AurRk",
"thumbnail_url": "https://img.youtube.com/vi/dK1qu0AurRk/hqdefault.jpg",
"date_published": "2023-11-01T10:28:52+00:00",
"channel_url": "https://www.youtube.com/watch?v=dK1qu0AurRk"
},
{
"id": 4538,
"team_id": 588,
"title": "Itas Trentino 1-3 Sir Safety Perugia",
"subtitle": "Full Highlights",
"url": "https://www.youtube.com/watch?v=gI95FvNBkDU",
"thumbnail_url": "https://img.youtube.com/vi/gI95FvNBkDU/hqdefault.jpg",
"date_published": "2023-11-01T10:28:11+00:00",
"channel_url": "https://www.youtube.com/watch?v=gI95FvNBkDU"
}
]