Overview
The EntityReferees endpoint retrieves a paginated list of referees stored in the KoraStats database. The endpoint allows filtering referees using several search criteria to narrow down results according to the needs of your application. The response includes:- Referee ID
- Full name
- Nationality
- Date of birth
- Calculated age
- Gender
- Retirement status
- Profile image
- Loading referee directories
- Synchronizing referee databases
- Searching referees by name or nationality
- Filtering referees who participated in specific seasons
Parameters
Always use
apiAlways use
EntityRefereesAPI version. Example:
V2Response format. Always use
jsonLanguage of the response. Example:
enNumber of records returned per page.
Page index of the results.
Comma-separated list of season identifiers to filter referees who participated in those seasons.Example:
seasons=444,445Search referees by name.Example:
name=AliFilter referees by nationality.
Returns referees updated after the specified date and time.Format:
YYYY-MM-DD HH:MM:SSExample:since=2023-01-15 12:30:00Date Format Requirements
The since parameter must follow the exact datetime format:YYYY-MM-DD HH:MM:SS
Guidelines:
- Year: four digits (e.g.,
2023) - Month: two digits (
01to12) - Day: two digits (
01to31) - Hour: two digits (
00to23) - Minutes: two digits (
00to59) - Seconds: two digits (
00to59)
Pagination
Pagination allows retrieving large datasets efficiently.| Parameter | Description |
|---|---|
| page_size | Number of referees returned in each request |
| page_number | Specifies which page of results to retrieve |