euroleague_people
Retrieve players and coaches registered for a Euroleague season, with pagination to manage large datasets.
Instructions
Players and coaches registered for a season. LARGE (~600 KB) — page it.
Returns: {total, data:[{code, name, alias, height, birthDate, country, position, club}]}
Example: First page of registered people {"competition": "E", "season": "E2024", "limit": 100}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size — the unpaged response is ~600 KB. | |
| offset | No | Page offset. | |
| season | Yes | Season code, e.g. E2024. Required — part of the URL path. | |
| competition | No | Competition letter. One of: E, U. | E |