The core sports data API — fixtures, results, teams & standings
Orbistats' foundation feed is a single sports data API for fixtures, results, standings and team data — normalized into one consistent schema across every sport and league we cover. It's the same data other sports data providers sell as a standalone product, built to be the base layer everything else (live scores, statistics, odds) sits on top of.
Everything in the base sports data feed
Fixtures & Schedules
Upcoming and past fixtures for every league we cover, with kickoff time, venue and status.
Results
Full-time results, pushed the moment the match ends.
Standings
League tables recalculated after every match, across every competition.
Team & Squad Data
Rosters, lineups and team metadata, kept in sync with each season.
Competitions & Seasons
Structured competition and season objects so history stays queryable.
10 Sports, One Schema
Football, basketball, cricket, tennis and more — same field names everywhere.
Every request needs one header
Pass your API key as a bearer token. Free-tier keys work the same way as paid keys — only the rate limit and data freshness change.
Authorization: Bearer YOUR_API_KEY
Upcoming fixtures for a league
Returns upcoming and recently completed fixtures for a given league, sport, or team.
| Parameter | Type | Required | Description |
|---|---|---|---|
| league | string | Required | League slug, e.g. premier-league. |
| team | string | Optional | Filter fixtures to a single team slug. |
| from | date | Optional | ISO date to start the fixture window from. |
| limit | integer | Optional | Max results per page. Default 25, max 100. |
Authorization: Bearer YOUR_API_KEY
"league": "Premier League",
"count": 2,
"fixtures": [
{ "home": "Arsenal", "away": "Chelsea", "kickoff": "2026-09-14T15:00:00Z", "venue": "Emirates Stadium" },
{ "home": "Man City", "away": "Liverpool", "kickoff": "2026-09-15T17:30:00Z", "venue": "Etihad Stadium" }
]
}
"league": "Premier League",
"table": [
{ "position": 1, "team": "Arsenal", "played": 5, "points": 13 },
{ "position": 2, "team": "Man City", "played": 5, "points": 12 }
]
}
Simple limits, tied to your plan
60 req/min
Enough to build and test against real data.
300 req/min
For live products in production.
Custom limits
Talk to us for volume pricing and dedicated capacity.
limit / offset
Every list endpoint supports limit and offset query parameters.
Call it from any language
Official SDKs cover Python, JavaScript and PHP — every other language works over plain REST.
-H "Authorization: Bearer YOUR_API_KEY"
Related products & sports
Pair the core feed with live streaming, odds, statistics or historical depth — or jump straight to a sport-specific page.
Live Scores API
Real-time scores and match events.
Sports Statistics API
Team and player statistics.
Historical Data
Deep multi-season archives.
Odds API
Pre-match and live odds, normalized.
Football Data
Football-specific coverage and endpoints.
Full API Reference
Every endpoint, parameter and schema.
Start free. Upgrade when you need enterprise SLAs.
Self-serve API keys for developers today — dedicated infrastructure, custom feeds and SLAs when you're ready.