Tennis API
Tennis API provides real-time and historical tennis data from major international tournaments including Grand Slams, ATP, WTA, ITF, and more. Developers can easily access live scores, match schedules, tournament draws, player stats, and world rankings via fast, reliable, and well-documented RESTful endpoints. This API is built for fantasy sports platforms, tennis betting apps, live score…
Tennis API endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| GET |
List of Competitions /competitions/2 |
It will gives the ongoing competitions list. To fetch new data, you need to call the API. |
| GET |
List of Events /event/2/{competitionId} |
Based on competition IDs, You can fetch the current avaialble events. Once you fetched the events you are ready to work with odds. In event response you will also receives… |
| GET |
List of Event Market /markets/2/{eventId} |
Based on event ID, You can fetch the current avaialble Markets. Once you fetched the Markets you are ready to work with odds. In Market response you will also receives available… |
| POST |
Market Book Odds /listMarketBook/2 |
To get the match odds for live events, you need to pass a payload containing 10 items, each with a market IDs. In return, you'll receive odds data for each item. Match odds are… |
| Other endpoints | ||
| GET |
getCompetitions /api/get-tennis-competitions |
It will gives the ongoing competitions list. To fetch new data, you need to call the API. |
| GET |
getCompetitionWiseEvents /api/get-tennis-events/{competitionId} |
Based on competition IDs, You can fetch the current avaialble events. Once you fetched the events you are ready to work with odds. In event response you will also receives… |
| POST |
getEventOdds /api/event-odds |
To get the match odds for live events, you need to pass a payload containing 10 items, each with a market IDs. In return, you'll receive odds data for each item. Match odds are… |
Tennis API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $449 / month | — |
|
| ULTRA Recommended | $549 / month | — |
|
| MEGA | $649 / month | — |
|