SportsDataIO · Rate Limits

Sportsdataio Rate Limits

SportsDataIO enforces caps primarily as daily call quotas tied to subscription level rather than per-second throttles. Discovery Lab tiers cap at 100–1,000 calls/day; Free Trial has a small undisclosed daily cap; Dev Key removes the daily cap for integration testing. Production / commercial licenses negotiate throughput per sport feed.

5 Limits Throttle: 429
Sports DataStatisticsRate Limiting

Limits

Free Trial Daily Cap key
requests · day
small daily call limit (see developer portal)
Small undisclosed daily cap; trial returns scrambled data.
Discovery Lab Daily Cap key
requests · day
100–1000 (tier-dependent)
Daily cap depends on the chosen Discovery Lab tier; data is next-day delayed.
Dev Key key
requests · day
-1
No daily call limits; provided only for integration testing toward a commercial agreement.
Leagues / Global Sports API key
requests · month
-1
Documented as "unlimited" under the commercial Leagues API tier.
Per-Endpoint Call Interval endpoint
varies
see endpoint Call Interval
Each endpoint documents a recommended Call Interval rather than a hard QPS limit; clients should poll no more frequently than the interval.

Policies

API Key Scoping
Authentication uses Ocp-Apim-Subscription-Key on each HTTP GET request; daily caps and access scope are bound to the issued key.
Tier-Driven Quotas
Limits are enforced as daily quotas at the subscription level, not as per-second rate limits. Exceeding the cap requires upgrading the subscription rather than waiting out a sliding window.
Call Interval Guidance
Each endpoint publishes a recommended polling interval; clients should respect this rather than tight-loop.

Sources