Overview
The EntityClubs endpoint returns a paginated list of clubs stored in the KoraStats database. The endpoint supports search filters, pagination, and incremental synchronization using thesince parameter.
Each club record may include:
- Club identity
- Country information
- National federation indicator
- Club logo
- Associated teams
- Team name
- Stadium
- Coach
- Gender category
- National team indicator
- Team image
Typical use cases
- Build searchable club databases
- Synchronize club data with external systems
- Retrieve club lists for competitions
- Load paginated club lists in dashboards
Parameters
Always use
apiAlways use
EntityClubsAPI version. Example:
V2Response format. Always use
jsonLanguage of the response. Example:
enFilter by national federation status.
1 → National federations0 → ClubsFilter clubs by country.
Search clubs by name. Partial matches are supported.
Returns clubs updated after the specified date and time.Format:
YYYY-MM-DD HH:MM:SSNumber of clubs returned per page.
Page number of the results to retrieve.
Since Parameter
The since parameter enables incremental synchronization. Only clubs updated after the provided timestamp will be returned. Format: YYYY-MM-DD HH:MM:SS Example: since=2023-01-15 12:30:00 Date components:| Component | Format | Example |
|---|---|---|
| Year | 4 digits | 2024 |
| Month | 2 digits | 01–12 |
| Day | 2 digits | 01–31 |
| Hour | 2 digits | 00–23 |
| Minutes | 2 digits | 00–59 |
| Seconds | 2 digits | 00–59 |
Pagination
The endpoint supports standard pagination.| Parameter | Description |
|---|---|
| page_size | Number of records returned per request |
| page_number | Page index of the results |