Leagues By Date
This endpoint allows you to retrieve the leagues from a specific date. The date has a format of YYYY-DD-MM.
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 day.
Recommended Calls: Limit calls to 1 per day.
Use Cases
Get leagues from a specific datehttps://waterpolo.sportdevs.com/leagues-by-date?date=eq.{date}
Query Parameters
- date text
Default value:
eq.2014-04-12
The date
- 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
- date text
The date
- leagues jsonb
The leagues
[
{
"date": "2014-04-12",
"leagues": [
{
"class_id": "International",
"league_id": 3584,
"class_name": "International",
"league_name": "Adriatic League",
"class_hash_image": "f69c8ccd99b00d7f3ba02df73f3ed94ab371009fe461bdefdbb2f4a9c8f0cb4d",
"league_hash_image": "69d4d02e2cce2b367dc7b2b992049bca457c11f6499eee502d3cb5f38e033d0a",
"league_importance": 0
}
]
}
]