Tennis V1
Tennis API Reference
Complete reference for Tennis API endpoints
GET
Account Status
Overview
The Tennis API provides comprehensive access to professional tennis data including live scores, player statistics, rankings, and betting information.Base URL:
https://v1.tennis.sportsapipro.comAll requests require the x-api-key header with your API key.Authentication
Include your API key in the request header:Available Endpoints
Games & Matches
| Endpoint | Description |
|---|---|
GET /games/current | Live tennis matches |
GET /games/fixtures | Upcoming matches |
GET /games/results | Completed matches |
GET /game | Detailed match information |
GET /games/h2h | Head-to-head history |
GET /games/stats | Match statistics |
Competitions & Rankings
| Endpoint | Description |
|---|---|
GET /competitions | All tennis tournaments |
GET /competitions/top | Popular tournaments |
GET /standings | Rankings and standings |
Players
| Endpoint | Description |
|---|---|
GET /athletes/top | Top players |
GET /athletes | Player details |
GET /athletes/games | Player match history |
GET /athletes/nextGame | Player’s next match |
Betting
| Endpoint | Description |
|---|---|
GET /bets/lines | Betting lines |
GET /trends | Betting trends |
GET /predictions | Match predictions |
Other
| Endpoint | Description |
|---|---|
GET /news | Tennis news |
GET /search | Search players, tournaments |
GET /status | API status & account info |
Quick Examples
Get Live Matches
Get ATP Rankings
Get Player Match History
Rate Limits
Rate limits are shared across all sports APIs:| Plan | Daily Limit |
|---|---|
| Free | 100 |
| Pro | 7,500 |
| Ultra | 75,000 |
| Mega | 150,000 |
Error Codes
| Code | Description |
|---|---|
| 401 | Invalid or missing API key |
| 429 | Rate limit exceeded |
| 400 | Invalid parameters |
| 500 | Server error |
Support
Need help? Contact us at support@sportsapipro.comAuthorizations
Your SportsAPI Pro API key
Response
200
Account status retrieved successfully
Last modified on April 12, 2026
Account Status