Players
Player IDs
Section titled “Player IDs”Returns all players that are mapped by Kero. We update this list once every 12 hours. Player Ids will always remain unchanged.
Response:
Section titled “Response:”| Field | Type | Required | Description |
|---|---|---|---|
id | integer | ✅ | Kero player ID |
full_name | string | ✅ | player full name |
short_name | string | ✅ | player short name |
sportradar_id | string | ✅ | player id in Sportradar |
jersey_number | string | ❌ | jersey number |
[ { "id": 1, "full_name": "Julian Fleming", "short_name": "Fleming, Julian", "sportradar_id": "2001135" }, { "id": 2, "full_name": "Malik Willis", "short_name": "Willis, Malik", "jersey_number": "2", "sportradar_id": "1232344" }, ... { "id": 510197, "full_name": "Victor Tilliez", "short_name": "Tilliez, Victor", "sportradar_id": "3017424" }]