Referees By League
This endpoint allows you to retrieve the referees from a specific league.
Multi-language: This feature allows the user to manually change the language of the API response by adding value to the
langattribute. 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 referees from a specific league_idhttps://badminton.sportdevs.com/referees-by-league?league_id=eq.{league_id}
Query Parameters
- league_id integer
Default value:
eq.3039The id of the league
- offset string
Default value:
0Limiting and Pagination
- limit string
Default value:
50Limiting and Pagination
- lang string
Default value:
enMulti-language
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- league_id integer
The id of the league
- league_name text
The name of the league
- league_hash_image character varying
Possible values:
<= 64 charactersThe hash image of the league
[
{
"league_id": 3039,
"league_name": "Indonesia Open (SS), Women Doubles",
"league_hash_image": "7140522f22e3d78ef7382e2abb3119a5f8cf0a5eeae825c57a212bce2caed89f"
}
]