Leagues
Route Guide
Evaluate League
Trigger a re-evaluation of a league using the current scoring engine and criteria.
Route Reference
Method, path, and environment
POSTAuthenticate with X-API-Key
Full route
https://api.altsportsdata.com/api/v1/public/leagues/{league_id}/evaluateBase URL
https://api.altsportsdata.com
Testing Flow
Use the right pane to validate the route
01
Choose a language and confirm the environment or base URL.
02
Paste your API key, then fill in path or query parameters.
03
Run the request and inspect the live response without leaving this page.
Path Parameters
league_idstringrequired
Unique league identifier
Optional
Responses
200OK
200
OK
Response body
{
"data": {
"league_id": "dgpt",
"league_name": "Disc Golf Pro Tour",
"evaluation_status": "completed",
"previous_scores": {
"tier_score": 698,
"readiness_score": 712,
"qualification_score": 745
},
"new_scores": {
"tier_score": 723,
"readiness_score": 758,
"qualification_score": 782
},
"changes": {
"tier_score": 25,
"readiness_score": 46,
"qualification_score": 37
},
"tier_change": false,
"previous_tier": "T2",
"new_tier": "T2",
"evaluated_at": "2026-03-07T06:41:00Z"
},
"meta": {
"total": 1,
"page": 1,
"limit": 1,
"has_more": false,
"api_version": "v1",
"timestamp": "2026-03-07T06:41:00Z"
}
}400
One of the request parameters is invalid. See the returned message for details.
401
Authentication headers are missing or invalid. Make sure you authenticate your request with a valid API key.
403
The requested resource is forbidden.
429
Too many requests. You hit the rate limit. Use the X-RateLimit headers to confirm when you can retry.
500
Internal server error. Retry later, and contact support if the issue persists.