Competition Details
Get detailed information about a competition including matches
Method, path, and environment
https://api.altsportsdata.com/api/v1/data/competitions/{competitionId}Use 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.
Path Parameters
Competition identifier
Query Parameters
Filter by date (YYYY-MM-DD)
Filter by division: men, women, or mixed
Responses
200OK
OK
Response body
{
"data": {
"id": "comp-001",
"name": "Event 1",
"date": "2026-01-15",
"matches": [
{"id": "match-001", "round": 1, "teamA": "Team 1", "teamB": "Team 2", "status": "completed", "scoreA": 8, "scoreB": 5}
]
}
}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.