Real-time match scores, team rankings, player stats and tournament data for CS2, Valorant, LoL, Dota 2 and more. Simple REST API. Affordable pricing. No enterprise contracts.
Starter
$29/mo
500 req/day
Pro
$149/mo
5,000 req/day
Enterprise
$499/mo
Unlimited
After you receive your API key, make requests with an Authorization header:
curl https://esport.is/api/v1/matches/live?game=cs2 \ -H "Authorization: Bearer esk_live_your_key_here"
Example response:
{
"data": [
{
"id": 1234,
"status": "live",
"game": "cs2",
"tournament": "ESL Pro League Season 20",
"series": "BO3",
"scheduledAt": "2026-03-22T14:00:00Z",
"opponents": [
{ "team": { "id": 1, "slug": "natus-vincere", "name": "Natus Vincere", "acronym": "NAVI" }, "score": 1 },
{ "team": { "id": 2, "slug": "faze-clan", "name": "FaZe Clan", "acronym": "FaZe" }, "score": 0 }
],
"maps": [
{ "name": "Inferno", "team1Score": 16, "team2Score": 14, "winner": 1 }
]
}
],
"count": 1,
"_source": "esport.is"
}/api/v1/matches/live
Live matches across all games
/api/v1/matches/upcoming
Upcoming scheduled matches
/api/v1/matches/results
Recent match results
/api/v1/rankings
Global team rankings
/api/v1/teams
Team profiles with stats
/api/v1/players
Player profiles with stats & gear
/api/v1/events
Tournaments and events
Email us with your use case and we'll set you up with an API key within 24 hours.
Contact: api@esport.is →No credit card required to start. Cancel anytime.