List Players
Retrieve all players with optional filtering
Method, path, and environment
https://api.altsportsdata.com/api/v1/data/playersUse the right pane to validate the route
Choose a language and confirm the environment or base URL.
Paste your API key, then fill in path or query parameters.
Run the request and inspect the live response without leaving this page.
Query Parameters
Filter by division: M (men), W (women), X (mixed)
Page number (default: 1)
Results per page (default: 50, max: 200)
Responses
200OK
OK
Response body
{
"data": [
{"id": "player-001", "name": "John Smith", "division": "M", "team": "Team 1", "position": "Lead", "seasonsActive": 5},
{"id": "player-002", "name": "Jane Doe", "division": "M", "team": "Team 1", "position": "Skip", "seasonsActive": 8}
],
"pagination": {"page": 1, "limit": 20, "total": 150, "hasMore": true}
}One of the request parameters is invalid. See the returned message for details.
Authentication headers are missing or invalid. Make sure you authenticate your request with a valid API key.
The requested resource is forbidden.
Too many requests. You hit the rate limit. Use the X-RateLimit headers to confirm when you can retry.
Internal server error. Retry later, and contact support if the issue persists.