League Readiness
Retrieve a comprehensive readiness report for a league, evaluating 6 key dimensions on a 0-1000 scale.
Method, path, and environment
https://api.altsportsdata.com/api/v1/public/leagues/{league_id}/readinessUse 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., "ufc", "wsl", "jai-alai")
Responses
200OK
OK
Response body
{
"data": {
"league_id": "ufc",
"league_name": "Ultimate Fighting Championship",
"overall_readiness_score": 912,
"readiness_grade": "A",
"dimensions": {
"data_infrastructure": {
"score": 945,
"grade": "A",
"details": {
"api_availability": "excellent",
"real_time_feeds": true,
"historical_depth": "10+ years",
"update_frequency": "milliseconds"
}
},
"schedule_reliability": {
"score": 867,
"grade": "B+",
"details": {
"advance_notice": "3-6 months",
"cancellation_rate": "2%",
"rescheduling_frequency": "low"
}
},
"data_quality": {
"score": 932,
"grade": "A",
"details": {
"accuracy_rate": "99.8%",
"completeness": "98%",
"validation_level": "official_feed"
}
},
"market_coverage": {
"score": 889,
"grade": "B+",
"details": {
"markets_available": 18,
"liquidity": "high",
"variance": "moderate"
}
},
"integration_ease": {
"score": 925,
"grade": "A",
"details": {
"api_documentation": "comprehensive",
"sdk_available": true,
"webhook_support": true,
"sample_code": true
}
},
"commercial_viability": {
"score": 918,
"grade": "A",
"details": {
"betting_volume": "very_high",
"audience_size": "global",
"monetization_potential": "premium"
}
}
},
"summary": "UFC demonstrates excellent readiness across all dimensions with particularly strong data infrastructure and commercial viability.",
"recommendations": [
"Continue maintaining high data quality standards",
"Expand market offerings for preliminary card events"
],
"last_evaluated": "2026-03-06T12:00: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.