Live match data
Scores, match status, lineups, cards, substitutions, and selected live metrics for supported competitions.
StatArena API is being built for developers who need reliable football data across more than 190 global leagues, from live scores to historical match context.
const response = await fetch(
"https://live.statarena-api.com/v1/matches/live",
{
headers: {
"X-API-Key": "YOUR_API_KEY",
"Accept": "application/json"
}
}
);
const liveMatches = await response.json();
console.log(liveMatches[0].score);
Initial access will focus on dependable coverage, clear API contracts, and practical endpoints for applications, dashboards, models, and internal tools.
Scores, match status, lineups, cards, substitutions, and selected live metrics for supported competitions.
Season, team, fixture, standings, and match history endpoints designed for repeatable analytics workflows.
Versioned paths, predictable JSON responses, API keys, rate limits by plan, and OpenAPI documentation.
The waitlist is for teams that want early visibility into coverage, endpoint design, and pricing before public launch.
Tell us which leagues, countries, and data fields matter most for your product.
Review early API previews before contracts are finalized for public v1 access.
Join the waitlist and receive launch updates, API preview notes, and early pricing availability.