DocsAPI ReferenceMCPSDKs
AltSportsData
Leagues
Route Guide

League Readiness

Retrieve a comprehensive readiness report for a league, evaluating 6 key dimensions on a 0-1000 scale.

Route Reference

Method, path, and environment

GETAuthenticate with X-API-Key
Full route
https://api.altsportsdata.com/api/v1/public/leagues/{league_id}/readiness
Base 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 (e.g., "ufc", "wsl", "jai-alai")

Optional

Responses

200

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"
  }
}
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.