Overview
The EntityCoaches endpoint retrieves a paginated list of coaches stored in the KoraStats database. The endpoint allows applications to search and filter coaches using several criteria including season participation, nationality, name, and update time. The response includes:- Coach ID
- Full name
- Nationality
- Date of birth
- Calculated age
- Gender
- Retirement status
- Coach profile image
- Building coach directories
- Synchronizing coaching staff databases
- Filtering coaches involved in specific seasons
- Searching coaches by name or nationality
Parameters
Always use
apiAlways use
EntityCoachesAPI 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 coaches who participated in those seasons.Example:
seasons=444,445Search coaches by name.Example:
name=MartinezFilter coaches by nationality.
Returns coaches 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 coaches returned in each request |
| page_number | Specifies which page of results to retrieve |