Discover/ittf.com API
live

ittf.com APIittf.com

Access WTT event calendars, match results, player profiles, and world rankings via 4 endpoints covering official ITTF table tennis data.

Endpoints
4
Updated
14d ago
Try it
The year to fetch events for.
api.parse.bot/scraper/d332c82e-1b62-499e-99ac-490db85dd8d3/<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/d332c82e-1b62-499e-99ac-490db85dd8d3/get_events?year=2025' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Fetch the world table tennis event calendar for a specific year. Returns all scheduled and completed events including name, dates, location, and event type.

Input
ParamTypeDescription
yearintegerThe year to fetch events for.
Response
{
  "type": "object",
  "fields": {
    "total": "integer count of events returned",
    "events": "array of event objects containing EventName, EventType, Country, City, StartDateTime, EndDateTime, EventId, ContinentCode, and other metadata"
  },
  "sample": {
    "data": {
      "total": 194,
      "events": [
        {
          "City": "Doha",
          "Country": "Qatar",
          "EventId": 3231,
          "EventName": "WTT Champions Doha 2026",
          "EventType": "WTT Champions",
          "EndDateTime": "2026-01-11T00:00:00",
          "EventTypeId": 65,
          "ContinentCode": "asia",
          "StartDateTime": "2026-01-07T00:00:00"
        }
      ]
    },
    "status": "success"
  }
}

About the ittf.com API

The ITTF API exposes 4 endpoints covering official World Table Tennis event schedules, match results, and player data. Use get_events to pull a full-year event calendar with locations, dates, and event types, or get_event_results to retrieve game-level scores and match cards for any completed WTT event. Player-facing endpoints return bio fields like grip style, handedness, world ranking, and ranking points.

Event Calendar and Match Results

The get_events endpoint accepts a year integer and returns an array of event objects — each with EventName, EventType, Country, City, StartDateTime, EndDateTime, EventId, and ContinentCode. These EventId values feed directly into get_event_results, which returns up to 10 recent completed matches for that event including full match_card data with game scores, player names, match duration, and venue. Note that events without completed matches return a 404 rather than an empty result set.

Player Profiles and Rankings

get_player_details accepts an official ittf_id and returns a single player record with fields including PlayerName, DOB, Age, CountryName, Gender, Handedness, and Grip (e.g. Shakehand). This is useful for building player comparison tools or enriching match result data with biographical context.

get_featured_players requires no inputs and returns an array of currently featured athletes, each carrying fullName, ranking, rankingPoints, countryName, age, gender, and a nested additional_data block for season statistics. This is the fastest path to current world ranking data without needing a specific player ID.

Common use cases
  • Build a WTT tournament tracker that surfaces upcoming and completed events by year and continent using get_events fields like ContinentCode and StartDateTime.
  • Display live match scorecards for a specific WTT event by querying get_event_results with an event_id and rendering the match_card data.
  • Enrich a player database with grip style, handedness, and nationality by fetching get_player_details for each ITTF ID.
  • Render a live world rankings widget using get_featured_players with ranking, rankingPoints, and countryName.
  • Compare player biographies side-by-side by pulling DOB, Handedness, and Grip fields from multiple get_player_details calls.
  • Track a specific player's tournament appearances by cross-referencing their ITTF ID against event result data from get_event_results.
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 ITTF or World Table Tennis offer an official developer API?+
There is no publicly documented developer API from ITTF or World Table Tennis (worldtabletennis.com) at the time of writing. This API provides structured access to the same data available on their public-facing site.
What does `get_event_results` return for events that haven't started yet?+
It returns a 404 response. The endpoint only returns data for events that have completed matches. You can use get_events to check StartDateTime and EndDateTime before calling get_event_results to avoid unnecessary requests.
Can I look up a player's historical ranking over time or see their full match history?+
Not currently. get_player_details returns current biographical data, and get_featured_players returns current ranking and season statistics — neither exposes historical ranking timelines or career match logs. You can fork this API on Parse and revise it to add endpoints targeting historical ranking or match history data.
Does the event calendar cover all WTT event types, or only major championships?+
get_events returns all scheduled and completed events for the requested year, including event type via the EventType field. The response does not currently filter by tier or series, so all event categories in the calendar are included in a single array.
Is there a way to search for players by name rather than by ITTF ID?+
Not currently. get_player_details requires a known ittf_id, and get_featured_players returns a fixed set of featured athletes without a name-search parameter. You can fork this API on Parse and revise it to add a player search endpoint that accepts a name query.
Page content last updated . Spec covers 4 endpoints from ittf.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.