Overview
The EntityTeams endpoint returns a paginated list of teams stored in the KoraStats database. The endpoint supports search filters, pagination, and incremental synchronization using thesince parameter.
Each team record includes:
- Team identity
- Club information
- Stadium
- Coach
- Gender category
- National team indicator
- Team image
Typical use cases
- Build searchable team directories
- Synchronize team data with external systems
- Retrieve team lists for competition management
- Load paginated team lists in dashboards
Parameters
Always use
apiAlways use
EntityTeamsAPI version. Example:
V2Response format. Always use
jsonLanguage of the response. Example:
enComma-separated list of season IDs used to filter teams that participated in specific seasons.
Filter teams by country.
Search by team name. Partial string matches are supported.
Returns only teams updated after the specified date and time.Format:
YYYY-MM-DD HH:MM:SSNumber of teams returned per page.
Page number of the results to retrieve.
Since Parameter
The since parameter enables incremental synchronization. Only teams updated after the provided timestamp will be returned. Format: YYYY-MM-DD HH:MM:SS Example: since=2024-04-01 20:39:35Date 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 |