Discover/tennisexplorer.com API
live

tennisexplorer.com APItennisexplorer.com

Access ATP/WTA tournament schedules, today's match listings, player profiles, and ATP rankings via the TennisExplorer API. 7 endpoints, no auth complexity.

Endpoints
7
Updated
14d ago
Try it

No input parameters required.

api.parse.bot/scraper/b78070b1-9399-4616-9b1a-6b6ce1a05a66/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/b78070b1-9399-4616-9b1a-6b6ce1a05a66/get_weekly_tournaments' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Fetch all tournaments scheduled for the current week, categorized by tour (ATP/WTA) and level (Main/Lower).

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "atp_main": "array of tournament objects with name, url, match_count",
    "wta_main": "array of tournament objects with name, url, match_count",
    "atp_lower": "array of tournament objects with name, url, match_count",
    "wta_lower": "array of tournament objects with name, url, match_count"
  },
  "sample": {
    "data": {
      "atp_main": [
        {
          "url": "https://www.tennisexplorer.com/rome/2026/atp-men/",
          "name": "Rome",
          "match_count": 31
        }
      ],
      "wta_main": [
        {
          "url": "https://www.tennisexplorer.com/rome-wta/2026/wta-women/",
          "name": "Rome WTA",
          "match_count": 24
        }
      ],
      "atp_lower": [
        {
          "url": "https://www.tennisexplorer.com/wuxi-challenger/2026/atp-men/",
          "name": "Wuxi challenger",
          "match_count": 6
        }
      ],
      "wta_lower": [
        {
          "url": "https://www.tennisexplorer.com/istanbul-2-wta/2026/wta-women/",
          "name": "Istanbul 2 WTA",
          "match_count": 6
        }
      ]
    },
    "status": "success"
  }
}

About the tennisexplorer.com API

The TennisExplorer API provides 7 endpoints covering ATP and WTA tennis data including tournament schedules, daily match listings, player profiles, and live ATP rankings. The get_today_matches endpoint returns scheduled matches filtered by tour type (singles or doubles, ATP or WTA), while get_atp_rankings delivers the current top-50 men's singles standings with rank, points, country, and player slugs ready for profile lookups.

Tournament and Match Data

The API exposes current-week tournament coverage through three endpoints. get_weekly_tournaments returns all active tournaments split across four categories: atp_main, wta_main, atp_lower, and wta_lower — each containing tournament name, URL, and match count. If you only need ATP Main draws, get_atp_main_tournaments and get_atp_lower_level_tournaments offer targeted responses with the same three fields per tournament.

get_today_matches lists all matches scheduled for the current day. The optional tour_type parameter accepts four values — atp-single, wta-single, atp-double, wta-double — letting you narrow results to a specific discipline. Each match object includes start time, player names, and tournament name.

Player Profiles and Search

search_player accepts a name query (e.g. 'Sinner' or 'Djokovic') and returns matching player names and profile URLs. Names come back in Last, First format. The url field contains the full profile path from which you can extract the slug needed by get_player_profile.

get_player_profile takes a slug (e.g. 'alcaraz-5ab70', obtainable from search results or ATP rankings) and returns the player's full name, country, birthdate, and a recent_matches array listing upcoming or recently played matches with tournament, round, and date fields.

ATP Rankings

get_atp_rankings returns the top 50 players in men's singles. Each entry includes rank, player name, country, points, and slug. The slug value is directly usable as input to get_player_profile, making it straightforward to build ranking-to-profile pipelines without an intermediate search step.

Common use cases
  • Build a weekly tennis calendar app using get_weekly_tournaments to display all active ATP and WTA events by level.
  • Track daily match schedules across ATP and WTA singles and doubles using get_today_matches with tour_type filtering.
  • Populate a player database with birthdate, country, and recent match history via get_player_profile and search_player.
  • Generate ATP ranking tables with points and country data using get_atp_rankings for sports analytics dashboards.
  • Link ATP ranking entries directly to full player profiles by chaining get_atp_rankings slugs into get_player_profile.
  • Monitor lower-level ATP challenger and ITF events week-by-week with get_atp_lower_level_tournaments.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does TennisExplorer have an official developer API?+
TennisExplorer does not publish an official public developer API or documented data feed. This Parse API is the structured programmatic interface for that data.
What does `get_today_matches` return and how does the `tour_type` filter work?+
It returns all matches scheduled for the current day, each with a start time, an array of player names, and the tournament name. Passing a tour_type value — one of atp-single, wta-single, atp-double, or wta-double — narrows results to that discipline. Omitting the parameter returns matches across all tours.
Does the API cover WTA rankings?+
Currently only ATP men's singles rankings (top 50) are available via get_atp_rankings. WTA tournament listings are covered through get_weekly_tournaments. You can fork this API on Parse and revise it to add a dedicated WTA rankings endpoint.
Does `get_player_profile` include historical match results or career statistics?+
The recent_matches field covers upcoming and recent matches with tournament, round, and date. Career statistics, historical head-to-head records, and win/loss totals are not currently returned. You can fork this API on Parse and revise it to add those fields if they appear on the player profile page.
How fresh is the match and tournament data?+
The data reflects the current state of TennisExplorer at the time of each request. Schedules for the current week and today's match listings are sourced from live pages, so freshness depends on how recently TennisExplorer has updated their own data. There is no historical snapshot or caching layer surfaced through the endpoints.
Page content last updated . Spec covers 7 endpoints from tennisexplorer.com.
Related APIs in SportsSee all →
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
vg.no API
Access VG.no's latest news, articles, sports scores, and TV guides through a single interface where you can browse the front page, search articles by topic, view category-specific content, and find related stories. Get real-time sports scores and television schedules alongside comprehensive news coverage from Norway's leading news outlet.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
puntoticket.com API
Browse and search events happening in Chile with PuntoTicket, viewing featured shows, filtering by category, and checking detailed pricing and availability for concerts, theater, sports, and more. Find the perfect event by exploring all listings or discovering what's trending right now.
130point.com API
Search for sold trading cards across eBay, Goldin, Heritage Auctions, Pristine Auction, MySlabs, and Fanatics Collect to find historical prices, sale dates, and marketplace information all in one place. Get comprehensive sales data to research card values and track market trends across multiple platforms instantly.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.
whoscored.com API
Search for players and teams, then dive deep into their performance metrics, match statistics, and detailed passing data to analyze football games and player abilities. Get comprehensive insights on team performance, individual player stats, and play-by-play event information to power your football analysis and decision-making.