v2

Tennis API · ATP · WTA · ITF

API Documentation

Welcome to the official Tennis API documentation. Access live and historical data for professional tennis across the ATP (men's), WTA (women's), and ITF tours — covering fixtures, player profiles, head-to-head records, rankings, and tournament information.

Ready to integrate? Use the Getting Started guide to make your first request in under five minutes. All endpoints are available on RapidAPI.

Quick Start Video

Watch this short interactive guide to make your first API request in under five minutes.

Base URL

All API endpoints share the following base URL:

HTTP
https://tennis-api-atp-wta-itf.p.rapidapi.com

Versioning

The current API version is v2. All endpoints use the path prefix /tennis/v2/.

Tour Types

Most endpoints accept a {type} path parameter to select the tour:

ValueTourDescription
atpATPAssociation of Tennis Professionals (men's)
wtaWTAWomen's Tennis Association

Authentication

This API is distributed through RapidAPI. Every request must include two headers:

HeaderValue
X-RapidAPI-KeyYour RapidAPI subscription key
X-RapidAPI-Hosttennis-api-atp-wta-itf.p.rapidapi.com
ℹ️
Where to get your key Subscribe to the Tennis API on RapidAPI to receive your X-RapidAPI-Key. Free and paid tiers are available.

Rate Limits

A global throttle of 100 requests per minute per IP is enforced server-side. Exceeding this limit returns HTTP 429 Too Many Requests. Your RapidAPI plan may impose additional quota limits.

Error Codes

HTTP StatusMeaning
200Success — response body contains the data.
400Bad Request — invalid parameters (e.g. wrong date format, invalid ID).
401Unauthorized — missing or invalid X-RapidAPI-Key.
403Forbidden — wrong host header or plan restriction.
404Not Found — the resource or endpoint does not exist.
429Too Many Requests — rate limit exceeded.
500Internal Server Error — unexpected server issue.

Endpoint Overview

ModuleEndpointsDescription
Fixtures6Match schedule and upcoming fixtures
Players10Player profiles and statistics
Head-to-Head6H2H records and match statistics
Rankings2Singles and doubles world rankings
Tournaments5Tournament info, seasons, calendar
Miscellaneous5Countries, courts, rounds, search