Discover/playtomic.com API
live

playtomic.com APIplaytomic.com

Search Playtomic sports clubs, fetch court details, check real-time slot availability, and calculate utilization across up to 7 days with 4 endpoints.

Endpoints
4
Updated
17d ago
Try it
Page number (0-indexed)
Search query for club name (e.g. 'Madrid', 'City Tennis Club')
Results per page
Sport filter. Accepted values: PADEL, TENNIS.
api.parse.bot/scraper/054f962f-b315-46ee-9242-29fd5442132f/<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/054f962f-b315-46ee-9242-29fd5442132f/search_tenants?page=0&query=Madrid&per_page=10&sport_id=PADEL' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for sports clubs/tenants by name. Returns a list of matching clubs with their addresses, resources (courts), and opening hours.

Input
ParamTypeDescription
pageintegerPage number (0-indexed)
queryrequiredstringSearch query for club name (e.g. 'Madrid', 'City Tennis Club')
per_pageintegerResults per page
sport_idstringSport filter. Accepted values: PADEL, TENNIS.
Response
{
  "type": "object",
  "fields": {
    "data": "array of tenant objects with tenant_id, tenant_name, address, resources, and opening_hours",
    "status": "string, always 'success'"
  },
  "sample": {
    "data": [
      {
        "address": {
          "city": "Madrid",
          "street": "Calle de Boyer, 20 y 28",
          "timezone": "Europe/Madrid",
          "coordinate": {
            "lat": 40.4039222,
            "lon": -3.5879586
          },
          "postal_code": "28052",
          "country_code": "ES"
        },
        "resources": [
          {
            "name": "Central Paquito Navarro",
            "sport_id": "PADEL",
            "properties": {
              "resource_size": "double",
              "resource_type": "indoor",
              "resource_feature": "panoramic"
            },
            "resource_id": "1929feb7-9954-40d2-be07-acc641540c5e"
          }
        ],
        "tenant_id": "02554cdf-4d4c-4a56-a6d1-088a0069195c",
        "tenant_name": "Madrid Central Pádel",
        "opening_hours": {
          "MONDAY": {
            "closing_time": "00:00",
            "opening_time": "07:00"
          }
        }
      }
    ],
    "status": "success"
  }
}

About the playtomic.com API

The Playtomic API gives developers access to 4 endpoints covering sports club search, court details, slot availability, and multi-day court utilization. Use search_tenants to find padel and tennis clubs by name or location, then feed the returned tenant_id into get_court_availability to retrieve bookable time slots with start times, durations, and prices for any given date.

Club Search and Details

The search_tenants endpoint accepts a query string and optional sport_id filter (PADEL or TENNIS) and returns an array of tenant objects — each with tenant_id, tenant_name, address data, a list of resources (courts), and opening hours. Results are paginated via zero-indexed page and per_page parameters. Once you have a tenant_id, get_tenant returns the full club profile including booking_settings and a complete resource list, and signals stale_input with kind: 'input_not_found' when the ID does not correspond to an existing club.

Court Availability

The get_court_availability endpoint takes a tenant_id, an optional date in YYYY-MM-DD format (defaults to today UTC if omitted), and an optional duration in minutes. It returns an array grouped by resource_id, with each entry containing a start_date and a slots array. Every slot includes start_time, duration, and price. Note that the upstream source returns all duration variants per slot — 60, 90, 120 minutes and others — regardless of the duration parameter value, so your application should filter the slots array client-side.

Utilization Analysis

The fetch_utilisation endpoint takes a club query string, an optional sport_id, and a days integer from 1 to 7. It resolves the club, iterates over courts and dates, and returns one record per court per 30-minute time slot. Each record exposes club_name, court_name, court_environment, court_type, date, weekday, time_slot, and an availability status field. This makes it straightforward to build occupancy heatmaps or capacity reports without stitching together multiple calls yourself.

Common use cases
  • Find all padel clubs within a city and display their addresses and opening hours to end users
  • Check real-time available booking slots and prices for a specific court on a given date
  • Build a court occupancy heatmap using 30-minute utilization increments from fetch_utilisation
  • Compare booking settings across multiple clubs retrieved via get_tenant
  • Aggregate weekly availability data to identify peak and off-peak hours for a club
  • Filter tennis-only clubs using the sport_id parameter across search and availability endpoints
  • Monitor court supply at a venue over a 7-day window for capacity planning
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 Playtomic have an official public developer API?+
Playtomic does not publish a documented public developer API or API portal for third-party developers as of mid-2025.
What does `get_court_availability` actually return, and does the `duration` filter work server-side?+
The endpoint returns all available slots grouped by resource_id, with each slot carrying start_time, duration, and price. The duration parameter does not filter the response server-side — all duration variants (e.g. 60, 90, 120 minutes) are returned per slot regardless of the value passed. Filter the slots array in your own code if you only want a specific duration.
Does the API cover booking creation or cancellation?+
No. The current endpoints cover search, club details, slot availability, and utilization analysis. Booking creation, modification, or cancellation are not exposed. You can fork this API on Parse and revise it to add endpoints that handle booking actions if that capability becomes accessible.
Are sports other than padel and tennis supported in the `sport_id` filter?+
The sport_id parameter currently accepts only PADEL and TENNIS. Other sports that Playtomic may list on their platform are not filterable via this parameter. You can fork the API on Parse and revise it to add support for additional sport IDs if those values become available.
How far ahead can availability data be fetched, and is historical data accessible?+
get_court_availability defaults to today (UTC) when no date is provided and accepts any future date in YYYY-MM-DD format. The API returns whatever the source makes available for that date; there is no guaranteed booking horizon. Historical slot data for past dates is not exposed by the current endpoints.
Page content last updated . Spec covers 4 endpoints from playtomic.com.
Related APIs in SportsSee all →
teeoff.com API
Find and book golf tee times across courses worldwide, compare pricing and availability, read detailed course reviews, and discover new golf destinations. Get real-time access to course information, current deals, flash sales, and locate nearby courses with a single search.
tennisexplorer.com API
Access comprehensive tennis data from TennisExplorer, including player profiles, ATP rankings, tournament schedules, and today's match listings across ATP and WTA tours at all competition levels.
planetfitness.com API
Search Planet Fitness club locations across the US by city, state, or ZIP code. Retrieve detailed information including addresses, operating hours, amenities, equipment, and membership plans for any club.
foreupsoftware.com API
Find and book available tee times at golf facilities using the foreUP platform by searching for specific dates, player counts, and hole preferences while comparing pricing and availability. Access booking details, notes, and filter options to plan your perfect round of golf.
classforkids.io API
Search and explore kids clubs, classes, camps, and activities across the UK by location or club name. Access schedules, pricing, availability, and direct booking links, with detailed information for each club all in one place.
volosports.com API
Browse and discover sports programs, drop-in slots, leagues, and venues available on Volo Sports, with the ability to filter by city, sport, and program type to find activities that match your interests. Get detailed information about specific drop-in sessions, leagues, and venues to help you decide where and when to play.
opentable.com API
Search for restaurants across the US with ratings, reviews, photos, and pricing information, plus get real-time availability and autocomplete suggestions as you type. Check reservation openings and explore detailed restaurant features to find and book your perfect dining experience.
timeout.com API
Discover restaurants, events, attractions, and city guides across multiple locations with the Time Out API. Search for things to do, browse upcoming events and movies, explore new restaurant openings, find hotels, and access curated content like Time Out Market recommendations and cultural listings.