Agg News Matches
This endpoint allows you to retrieve aggregated news from matches.
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 every 15 minutes.
Recommended Calls: Limit calls to 1 every 15 minutes.
Use Cases
Get news from a specific match_idhttps://volleyball.sportdevs.com/news-agg-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.2876
The id of the match
- 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 news
Note: This is a Primary Key.
- match_id integer
The id of the match
Note: This is a Foreign Key to
matches-live.id
. - title text
The title of the news
- link text
The link of the news
- thumbnail_url text
The thumbnail url of the news
- description text
The description of the news
- published_date timestamp with time zone
The published date of the news
- source_url text
The source url of the news
- source text
The source of the news
[
{
"id": 1,
"match_id": 2876,
"title": "Mais uma em casa! - Minas Tênis Clube",
"link": "https://minastenisclube.com.br/noticias/volei-feminino-com-show-de-jenna-gray-gerdau-minas-bate-o-brasilia-volei-pela-superliga/",
"thumbnail_url": "https://storage.googleapis.com/site-minas-tenis-gcp/media/mlvbvuxa/whatsapp-image-2023-11-14-at-20-46-37-3.jpeg",
"description": "Com show de Jenna Gray, Gerdau Minas bate o Brasília Vôlei pela Superliga",
"published_date": "2023-11-14T11:44:29+00:00",
"source_url": "https://minastenisclube.com.br",
"source": "Minas Tênis Clube"
},
{
"id": 29,
"match_id": 2876,
"title": "Praia Clube x Bluvôlei pela Superliga Feminina de Vôlei: veja onde ... - NSC Total",
"link": "https://www.nsctotal.com.br/noticias/praia-clube-x-bluvolei-pela-superliga-feminina-de-volei-veja-onde-assistir",
"thumbnail_url": "https://img.nsctotal.com.br/wp-content/uploads/2023/11/Praia-Clube-x-Bluvolei-e-pela-Superliga-Feminina-de-Volei-veja-onde-assistir.jpg",
"description": "Praia Clube x Bluvôlei fazem partida pela 2ª rodada da Superliga Feminina de Vôlei. O jogo acontece nesta terça-feira (14) às 18h30. O confronto será na Arena Dentil, em Uberlândia (MG) com transmissão pelo Sportv.",
"published_date": "2023-11-14T18:37:00+00:00",
"source_url": "https://www.nsctotal.com.br",
"source": "NSC Total"
}
]