League Fingerprint
Retrieve the classification fingerprint for a league, including its archetype, category, and sport bucket.
Method, path, and environment
https://api.altsportsdata.com/api/v1/public/leagues/{league_id}/fingerprintUse 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., "formula-1", "pbr", "ufc")
Responses
200OK
OK
Response body
{
"data": {
"league_id": "formula-1",
"league_name": "Formula 1 World Championship",
"archetype": "professional_racing",
"category": "individual_motorsport",
"sport_bucket": "motorsport",
"classification": {
"is_team_sport": false,
"is_individual_sport": true,
"is_racing": true,
"has_seasons": true,
"has_playoffs": false,
"scoring_type": "position_based"
},
"metadata": {
"typical_event_duration_minutes": 120,
"events_per_season": 23,
"participants_per_event": 20,
"markets_available": 15
}
},
"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.