News Matches
This endpoint allows you to retrieve the 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 2 hours.
Recommended Calls: Limit calls to 1 every 2 hours.
Use Cases
Get news from a specific match_idhttps://table-tennis.sportdevs.com/news-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.935453
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
- match_id integer
The id of the match
- league_id integer
The id of the league
- league_name text
The name of the league
- league_hash_image character varying
Possible values:
<= 64 characters
The hash image of the league
- date timestamp with time zone
The date of the match
- title text
The title of the news
- name text
The name of the news
- subtitles jsonb
The subtitles
[
{
"id": 935453,
"match_id": 935453,
"league_id": 2053,
"league_name": "Olympic Games, Singles",
"league_hash_image": "041ecb0e6ab37a039344ba1c7a7735ae811ebeb8f253eba9f6ef509f73f103fe",
"date": "2024-07-27T13:00:00+00:00",
"title": "Olympic Games 2024 Table Tennis Round 1: Desai H. vs ABO Yaman Z.",
"name": "Olympic Games 2024 Table Tennis Round 1: Desai H. vs ABO Yaman Z.",
"subtitles": [
{
"text": "As the Olympic Games 2024 kick off, all eyes are on the table tennis arena. The first round of the Singles category is set to be a thrilling encounter between Desai H. and ABO Yaman Z. The match, scheduled for Sat Jul 27 2024 13:00:00 GMT+0000 (Coordinated Universal Time), is expected to draw a global audience, eager to witness the high-octane action of this International class event.",
"subtitle": "Anticipation Builds for the Opening Round"
},
{
"text": "Desai H. and ABO Yaman Z. are no strangers to the international table tennis scene. Both have demonstrated exceptional skill and determination in their previous matches. As they gear up for the first round of the Olympic Games 2024, it's clear that neither team will be holding anything back. The match will be a test of their skill, strategy, and mental toughness. Fans around the world are eagerly waiting to see who will emerge victorious in this clash of the titans.",
"subtitle": "A Closer Look at the Competing Teams"
},
{
"text": "The first round of the Singles category at the Olympic Games 2024 is expected to be a thrilling affair. With Desai H. and ABO Yaman Z. facing off, fans can expect a match filled with powerful serves, quick reflexes, and strategic gameplay. The match, set to begin at Sat Jul 27 2024 13:00:00 GMT+0000 (Coordinated Universal Time), will be a true testament to the skill and determination of these world-class athletes. As the countdown to the match begins, the excitement and anticipation continue to build.",
"subtitle": "What to Expect from the Match"
},
{
"text": "The Olympic Games, known for showcasing the best talent in the world, is once again set to host a classic table tennis encounter. The Singles category, always a crowd favorite, promises to deliver high-quality action. The first round will see Desai H. and ABO Yaman Z. battling it out on the table. Both teams have been preparing rigorously for this moment, and it's expected to be a match filled with intense rallies and strategic gameplay.",
"subtitle": "The Stage is Set for a Classic Encounter"
}
]
}
]