Valorant Esports API
# 🎮 Valorant Esports API This Valorant Esports API provides complete visibility into professional gameplay, player performance, and tournament activity — all in one unified, JSON-first service. It powers advanced esports tools, dashboards, and data products with daily to weekly updates. Built for developers, analysts, and AI applications alike. --- ## 🔄 API Endpoint **NEW DATA ADDED** Update…
Valorant Esports API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Organization | ||
| GET |
Get All Organizations /api/org |
Returns a list of all unique team or organization abbreviations that exist in the player dataset. |
| GET |
Get All Regions /api/org/regions |
Returns a list of all unique regions that players belong to, such as na (North America), eu (Europe), or ap (Asia Pacific). |
| Teams | ||
| GET |
Get All Teams /api/teams |
Returns a paginated list of teams. Supports region, country, rank, limit, and page filters. |
| Players | ||
| GET |
Get All Players /api/stats/players |
Returns a paginated list of all valorant pro player with extremely detailed stats. |
| GET |
Search Players /api/stats/players/search |
Search players by name, team, region, or timespan Returns a paginated list of players matching optional filters. Each result includes: • id: Unique player ID • name: Player’s… |
| GET |
Get First Blood Leaders /api/fkfd/leaders |
Returns the top 10 players with the most first bloods across all matches. |
| GET |
Get First Kill / First Death Stats Per Match /api/fkfd/full |
Returns paginated fk/fd stats with optional filters by player, team, map, or agent. |
| GET |
Get Clutch & Multikill Stats /api/clutches |
Returns paginated clutch and multi-kill stats from performance_json with optional filters. |
| GET |
Get Player Match Results /api/stats/player/match-stats |
Great endpoint to look up a player to get their match Map total Kills and First Bloods. |
| News | ||
| GET |
Get Daily News Feed /api/news |
Returns a paginated list of Valorant news articles. Supports optional date filtering using start and end dates. Ideal for fetching event summaries, patch notes, or match recaps. |
| Matches | ||
| GET |
Find Single Match Info /api/matches/{id} |
Get match details by ID Returns detailed match info by ID. |
| GET |
Get All match IDs with tournament and round info /api/matches/ids |
Returns a list of match IDs with tournament name and round info. Supports optional type param (upcoming or result). |
| GET |
Get recent matches /api/matches/recent |
Returns recently completed Valorant matches with settled final scores. |
| GET |
Get list of upcoming matches /api/matches/upcoming |
Returns upcoming Valorant matches. Supports filtering by limit and time. |
| Match Event | ||
| GET |
Get List of Every Valorant Match /api/maps |
Get paginated Valorant map stats with optional filters |
| GET |
Get Map Details Stats /api/maps/detailed |
Get detailed Valorant map stats excluding performance_json |
| GET |
List of Pro Teams /api/maps/teams |
Returns a list of all Valorent Pro Teams |
| GET |
List of all Agents /api/maps/agents |
Returns a list of all unique agents |
| GET |
Get Match Events /api/maps/events |
Returns event summaries |
Valorant Esports API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $6.99 / month | 1000 / minute |
|
| ULTRA | $14.95 / month | 1000 / minute |
|
| MEGA | $99.99 / month | 1000 / minute |
|