League Valuation
Retrieve the valuation assessment and tier classification for a league, including pricing tier recommendations.
Method, path, and environment
https://api.altsportsdata.com/api/v1/public/leagues/{league_id}/valuationUse 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., "pbr", "nll", "wsl")
Responses
200OK
OK
Response body
{
"data": {
"league_id": "pbr",
"league_name": "Professional Bull Riders",
"tier": "T2",
"tier_score": 742,
"tier_classification": {
"name": "T2 - Established Professional",
"description": "Well-established professional leagues with strong regional or growing global presence",
"score_range": [600, 799],
"acv_range": [50000, 150000]
},
"pricing_recommendation": {
"base_acv": 85000,
"premium_acv": 125000,
"recommended_tier": "professional_established"
},
"valuation_factors": {
"market_size": 712,
"media_presence": 768,
"fan_engagement": 755,
"commercial_value": 734,
"data_quality": 810,
"growth_trajectory": 689
},
"comparable_leagues": ["supermotocross", "nll", "masl"]
},
"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.