League Qualification
Retrieve the qualification assessment for a league, including scores across key criteria and overall qualification status.
Method, path, and environment
https://api.altsportsdata.com/api/v1/public/leagues/{league_id}/qualificationUse 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
Unique league identifier (e.g., "supermotocross", "dgpt", "power-slap")
Responses
200OK
OK
Response body
{
"data": {
"league_id": "supermotocross",
"league_name": "SuperMotocross World Championship",
"qualification_score": 823,
"qualification_status": "qualified",
"criteria_scores": {
"data_availability": 875,
"data_reliability": 910,
"schedule_consistency": 782,
"event_frequency": 745,
"market_demand": 890,
"partnership_readiness": 832
},
"strengths": [
"Excellent real-time data feeds",
"High market demand for motorsport betting",
"Strong schedule reliability"
],
"concerns": [
"Seasonal schedule gaps between series"
],
"recommendations": [
"Consider expanding market offerings during off-season",
"Implement futures markets for championship outcomes"
],
"last_evaluated": "2026-03-05T18:22:00Z"
},
"meta": {
"total": 1,
"page": 1,
"limit": 1,
"has_more": false,
"api_version": "v1",
"timestamp": "2026-03-07T06:38:00Z"
}
}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.