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://rugby.sportdevs.com/media-teams?team_id=eq.{team_id}
Query Parameters
- team_id integer
Default value:
eq.16278
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": 2221,
"team_id": 16278,
"title": "Wellington 24-25 Hawke's Bay",
"subtitle": "Full Highlights",
"url": "https://www.youtube.com/watch?v=7al0YrEaPVU",
"thumbnail_url": "https://img.youtube.com/vi/7al0YrEaPVU/hqdefault.jpg",
"date_published": "2023-10-14T09:40:55+00:00",
"channel_url": "https://www.youtube.com/watch?v=7al0YrEaPVU"
},
{
"id": 2222,
"team_id": 16278,
"title": "Taranaki 23-16 Canterbury",
"subtitle": "Full Highlights",
"url": "https://youtu.be/NtSLaG1MLoQ",
"thumbnail_url": "https://i.ytimg.com/vi/NtSLaG1MLoQ/maxresdefault.jpg",
"date_published": "2023-10-13T10:13:40+00:00",
"channel_url": "https://youtu.be/NtSLaG1MLoQ"
},
{
"id": 2223,
"team_id": 16278,
"title": "Canterbury 29-24 Auckland",
"subtitle": "Full Highlights",
"url": "https://youtu.be/ZXngRN8arPw",
"thumbnail_url": "https://i.ytimg.com/vi/ZXngRN8arPw/maxresdefault.jpg",
"date_published": "2023-10-06T10:28:20+00:00",
"channel_url": "https://youtu.be/ZXngRN8arPw"
},
{
"id": 2224,
"team_id": 16278,
"title": "Manawatu 12-37 Southland",
"subtitle": "Full Highlights",
"url": "https://youtu.be/UD23ovT67Kw",
"thumbnail_url": "https://i.ytimg.com/vi/UD23ovT67Kw/maxresdefault.jpg",
"date_published": "2023-10-01T07:36:11+00:00",
"channel_url": "https://youtu.be/UD23ovT67Kw"
},
{
"id": 2225,
"team_id": 16278,
"title": "Otago 38-22 Counties Manukau",
"subtitle": "Full Highlights",
"url": "https://youtu.be/cznlUKLwBtk",
"thumbnail_url": "https://i.ytimg.com/vi/cznlUKLwBtk/maxresdefault.jpg",
"date_published": "2023-10-01T07:32:36+00:00",
"channel_url": "https://youtu.be/cznlUKLwBtk"
},
{
"id": 2226,
"team_id": 16278,
"title": "Bay of Plenty 41-12 Tasman",
"subtitle": "Full Highlights",
"url": "https://youtu.be/1v0TDVPUf5k",
"thumbnail_url": "https://i.ytimg.com/vi/1v0TDVPUf5k/maxresdefault.jpg",
"date_published": "2023-10-01T07:31:57+00:00",
"channel_url": "https://youtu.be/1v0TDVPUf5k"
},
{
"id": 2227,
"team_id": 16278,
"title": "Taranaki 54-21 North Harbour",
"subtitle": "Full Highlights",
"url": "https://youtu.be/k_c_SWR9MQw",
"thumbnail_url": "https://i.ytimg.com/vi/k_c_SWR9MQw/maxresdefault.jpg",
"date_published": "2023-09-30T09:20:45+00:00",
"channel_url": "https://youtu.be/k_c_SWR9MQw"
},
{
"id": 2228,
"team_id": 16278,
"title": "Wellington 18-20 Hawke's Bay",
"subtitle": "Full Highlights",
"url": "https://youtu.be/TN2KsMg2Yc0",
"thumbnail_url": "https://i.ytimg.com/vi/TN2KsMg2Yc0/maxresdefault.jpg",
"date_published": "2023-09-30T06:31:32+00:00",
"channel_url": "https://youtu.be/TN2KsMg2Yc0"
},
{
"id": 2229,
"team_id": 16278,
"title": "Waikato 37-35 Canterbury",
"subtitle": "Full Highlights",
"url": "https://youtu.be/GkTTmwhj6PE",
"thumbnail_url": "https://i.ytimg.com/vi/GkTTmwhj6PE/maxresdefault.jpg",
"date_published": "2023-09-30T06:31:04+00:00",
"channel_url": "https://youtu.be/GkTTmwhj6PE"
}
]