TennisApi
With TennisApi follow your favorite tennis players live from point to point he or she wins. Our tennis live score system provides you with livescores, results, ATP and WTA rankings, fixtures and statistics from all biggest tennis tournaments like Davis and Fed Cup, French open, or for all Grand Slam tournaments - Australian open, US open, Roland Garros and Wimbledon both woman and men for…
TennisApi endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Categories /api/tennis/tournament/categories |
Get tournaments categories. |
| GET |
Player Details /api/tennis/player/{id} |
Get player details. |
| GET |
ATP Rankings /api/tennis/rankings/atp |
Get ATP rankings. |
| GET |
Schedules /api/tennis/events/{day}/{month}/{year} |
Get events of a date. |
| GET |
WTA Rankings /api/tennis/rankings/wta |
Get WTA rankings. |
| GET |
Player Image /api/tennis/player/{id}/image |
Get player image. This produces a png image. |
| GET |
Category Tournaments /api/tennis/tournament/all/category/{id} |
Get all tournaments from categories. |
| GET |
Search /api/tennis/search/{term} |
Search functionality. |
| GET |
Calendar /api/tennis/calendar/{month}/{year} |
Get a list of unique tournament id's ordered by played day. |
| GET |
Player Rankings /api/tennis/player/{id}/rankings |
Get player rankings. |
| GET |
Calendar Daily Categories /api/tennis/calendar/{day}/{month}/{year}/categories |
Get daily categories. |
| GET |
Tournament /api/tennis/tournament/{tournamentId} |
Get tournament informations. |
| GET |
Schedules Odds /api/tennis/events/odds/{day}/{month}/{year} |
Get events odds of a date. |
| GET |
Tournament Logo Image /api/tennis/tournament/{id}/image |
Get tournament logo image. This produces a png image. |
| GET |
Player Near Events /api/tennis/player/{id}/events/near |
Get player near events. |
| GET |
Category Schedules /api/tennis/category/{id}/events/{day}/{month}/{year} |
Get events of a date from category. |
| GET |
Tournament Seasons /api/tennis/tournament/{tournamentId}/seasons |
Get tournament seasons. |
| GET |
Player Last Events /api/tennis/player/{id}/events/previous/{page} |
Get player last events. |
| GET |
Tournament Last Events /api/tennis/tournament/{tournamentId}/season/{seasonId}/events/last/{page} |
Get tournament last events. |
| GET |
Player Next Events /api/tennis/player/{id}/events/next/{page} |
Get player next events. |
| GET |
Live Events /api/tennis/events/live |
Get live events. |
| GET |
Player Standings Seasons /api/tennis/player/{id}/standings/seasons |
Get player standings seasons. |
| GET |
Tournament Next Events /api/tennis/tournament/{tournamentId}/season/{seasonId}/events/next/{page} |
Get tournament next events. |
| GET |
Event /api/tennis/event/{id} |
Get event informations. |
| GET |
Player Previous Tournaments /api/tennis/player/{id}/tournaments/last |
Get player previous tournaments. |
| GET |
Event Tv Countries /api/tv/country/all/event/{id} |
Get match tv channel countries. |
| GET |
Tournament Cup Trees /api/tennis/tournament/{tournamentId}/season/{seasonId}/cup-trees |
Get tournament cup trees |
| GET |
Event Tv Channel Details /api/tv/channel/{channId}/event/{id} |
Get match tv channel countries. |
| GET |
Tournament Standings /api/tennis/tournament/{tournamentId}/season/{seasonId}/standings/total |
Get tournament standings |
| GET |
Event Statistics /api/tennis/event/{id}/statistics |
Get event statistics. |
| GET |
Tournament Media /api/tennis/tournament/{tournamentId}/media |
Get videos of the last events in the tournaments |
| GET |
Event Power Graph /api/tennis/event/{id}/graph |
Get power tennis momentum graphThe player listed as home team in the match power is positive and the away team power is negative. This is only avalaible to live or finished events. |
| GET |
Tournament Cup Trees #1 /api/tennis/tournament/{tournamentId}/season/{seasonId}/cup-trees/old |
Get tournament cup trees in the old format |
| GET |
Tournament Info /api/tennis/tournament/{tournamentId}/info |
Get more tournament informations. |
| GET |
Event Player Streaks /api/tennis/event/{id}/streak |
Get tennis event player streaks, |
| GET |
Tournament Rounds /api/tennis/tournament/{tournamentId}/season/{seasonId}/rounds |
Get tournament rounds. |
| GET |
Event Point By Point /api/tennis/event/{id}/point-by-point |
Get tennis event point by point, |
| GET |
Event Highlights /api/tennis/event/{id}/highlights |
Get event highlights. |
| GET |
Tournament Round Events /api/tennis/tournament/{tournamentId}/season/{seasonId}/events/round/{round}/slug/{slug} |
Get tournament round events. |
| GET |
Event Head To Head /api/tennis/event/{customId}/h2h |
Get previous head to head events. |
| GET |
Calendar Multiple Daily Categories /api/tennis/calendar/{month}/{year}/categories |
Get multiple daily categories. Return in the given order. |
| GET |
Tournament Season Info /api/tennis/tournament/{tournamentId}/season/{seasonId}/info |
Get tournament season info. |
| GET |
Event Head To Head Resume /api/tennis/event/{id}/duel |
Get event head to head resume. |
| GET |
Event Votes /api/tennis/event/{id}/votes |
Get event votes. |
| GET |
Event Odds /api/tennis/event/{id}/odds |
Get event odds. |
| GET |
Flags /api/img/flag/{flag} |
Get category flag. It generates image/png |
| GET |
tennisPlayersAndTournaments /api/tennis/search/{term} |
Searches for tennis players and tournaments based on a search term. |
| GET |
countryFlag /api/img/flag/{flag} |
Fetches the PNG flag image asset corresponding to a provided country code. The response is the raw image data. |
| GET |
countryFlagImgApi /api/country/{code}/flag |
Fetches the flag image by country code. The response is the raw image data. |
| GET |
managerPlaceholderImage /api/placeholder/manager.png |
Returns a static placeholder graphic for a manager. The response is an SVG image. |
TennisApi pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 4 / second |
|
| PRO | $9.99 / month | 6 / second |
|
| ULTRA | $14.99 / month | 8 / second |
|
| MEGA Recommended | $24.99 / month | 10 / second |
|