AltSportsLeagues

API Reference

Complete endpoint documentation for the AltSportsLeagues API

API Reference

Complete reference documentation for the AltSportsLeagues Intelligence Backend API.

Base URL

https://api.altsportsleagues.ai

Most SDK endpoints use the /v1 prefix. Internal and intelligence endpoints use /api/v1 or /api/league-intelligence.

Authentication

All requests require a Bearer token:

Authorization: Bearer YOUR_API_KEY

Learn more about authentication →

Core Resources

Integration & Onboarding

Intelligence & Analytics

Data & Markets

Platform

Standard Response Format

{
  "data": { ... },
  "meta": {
    "total": 100,
    "page": 1,
    "limit": 20,
    "has_more": true,
    "api_version": "v1",
    "timestamp": "2026-03-07T00:00:00Z"
  }
}

OpenAPI Specification

The full OpenAPI 3.1 spec is available at:

https://api.altsportsleagues.ai/openapi.json

Download local copy →

On this page