Esports Earnings Data API
Access comprehensive esports earnings data from esportsearnings.com. This API provides structured JSON data for: - **Games** — Top esports games ranked by total prize money awarded - **Players** — Player rankings with career earnings, tournament history, and biographical data - **Tournaments** — Largest tournaments by prize pool with detailed results - **Teams** — Top esports organizations…
Esports Earnings Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Games | ||
| GET |
getGames /games |
|
| GET |
getGameDetail /games/{gameId} |
|
| Players | ||
| GET |
getPlayerDetail /players/{playerId} |
|
| GET |
getPlayers /players |
|
| Tournaments | ||
| GET |
getTournamentDetail /tournaments/{tournamentId} |
|
| GET |
getTournaments /tournaments |
|
| Teams | ||
| GET |
getTeamDetail /teams/{teamId} |
|
| GET |
getTeams /teams |
|
| Countries | ||
| GET |
getCountries /countries |
|
| History | ||
| GET |
getHistoryByYear /history/{year} |
|
| Search | ||
| GET |
search /search |
|
Esports Earnings Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA | $25 / month | — |
|
| MEGA | $50 / month | — |
|