Overview
The EntityPlayers endpoint returns a paginated list of players. The endpoint supports search filters, pagination, and incremental synchronization using thesince parameter.
Each player record includes:
- Player identity
- Nationality
- Date of birth and age
- Primary and secondary positions
- Current team
- Gender
- Player image
- Retirement status
Typical use cases
- Build searchable player databases
- Synchronize players with external systems
- Retrieve players for scouting platforms
- Load paginated player lists in dashboards
Parameters
Always use
apiAlways use
EntityPlayersAPI version. Example:
V2Response format. Always use
jsonLanguage of the response. Example:
enComma-separated list of tournament IDs used to filter players participating in specific tournaments.
Comma-separated list of season IDs used to filter players participating in specific seasons.
Filter players belonging to a specific team.
Returns only players updated after the specified date and time.Format:
YYYY-MM-DD HH:MM:SSNumber of players returned per page.
Page number of the results to retrieve.
Since Parameter
The since parameter allows incremental synchronization. Only players updated after the provided timestamp will be returned. Format requirements:YYYY-MM-DD HH:MM:SS- Local time
- Example: since=2024-04-20 20:39:35
| 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 |