Skip to main content
TrustPadel
TrustPadel
Padel FeedAcademy
For business

The Padel Feed

One email each Thursday. No spam, no marketing partners — just padel.

TrustPadel

The world's padel directory. Find courts, improve your game, connect with venues.

App Store

Coming soon

Google Play

Coming soon

Play

  • Open games
  • Log a match
  • Host a game
  • Communities
  • Community map
  • Quests
  • Roadmap

Crest

  • Rankings
  • Pro events
  • How Crest works
  • Integrity ladder
  • Get your first Crest

Find

  • All venues
  • Near me
  • Map view
  • Court prices
  • Venue groups
  • Coaches
  • Content creators
  • Junior + youth
  • Shops + gear
  • Player perks
  • Inclusive + adaptive

Learn

  • Academy
  • Beginner guides
  • Rules + play
  • Equipment
  • Glossary
  • Padel Feed
  • Padel Press Releases

For business

  • Overview
  • Advertise
  • Claim a venue
  • List as a coach
  • Club dashboard
  • Suppliers
  • Padel software
  • Brands
  • Court sponsorships
  • Request a quote
  • Insights marketplace
  • Developer portal
AboutEthosChangelogContact

© 2026 Trust Padel LTD. All rights reserved.

PrivacyTermsListing termsSponsorship termsCookies
Company No. 15173781·Registered Office: 105 High Street, Brentwood, England, CM14 4RR·ICO Registered·Google Business Profile

Disclaimer: The information provided on this website is intended for general guidance and reference purposes only. Opening Times: All opening hours listed for clubs are based on information supplied by the respective venues. These times may vary on public holidays, during special events, or due to unforeseen circumstances. Trust Padel LTD is not responsible for any changes in scheduling or availability — users are advised to confirm directly with the club before visiting or booking. Pricing: All padel pricing displayed on this website is based on an hourly court rate unless otherwise stated. Prices shown may differ depending on club membership status, time of booking (peak/off-peak), and location. Final pricing should be verified with the club at the time of booking. Trust Padel LTD provides third-party information and does not operate or manage any of the clubs listed. While we aim to keep listings accurate and up-to-date, we do not guarantee the completeness, reliability, or accuracy of any content. We are not liable for any inconvenience, loss, or damage arising from the use of this website or reliance on the information provided. External links to club websites or booking platforms are provided for convenience and do not imply endorsement. All content, including logos, images, and text, remains the property of their respective owners and is used with credit where applicable.

Padel Decoder

The open API for padel data.

Venues, tournaments, coaches and player ratings — free, open, no API key. Built so LLMs (ChatGPT, Claude, Perplexity) can answer padel questions from a current canonical source instead of stale scrapes.

Quickstart

Try a request

curl -sL 'https://trustpadel.com/api/v1/venues/search?city=London&has_indoor=true&limit=3'

Returns:

{
  "schema": "TrustPadel/api/v1/venues/search/v1",
  "total": 3,
  "venues": [
    {
      "id": "...",
      "slug": "rocket-padel-canary-wharf",
      "url": "https://trustpadel.com/padel-courts/rocket-padel-canary-wharf/",
      "name": "Rocket Padel Canary Wharf",
      "location": { "city": "London", "country": "GB", "latitude": 51.50, "longitude": -0.02 },
      "courts": { "total": 6, "has_indoor": true, "has_outdoor": false },
      "amenities": ["parking", "bar", "coaching"],
      "verified": true
    }
  ],
  "generated_at": "2026-05-24T09:00:00Z"
}

Endpoints

GET/api/v1/venues/search

Search padel venues by city, country, amenity, indoor/outdoor

qcitycountryhas_indoorhas_outdooramenitylimit
GET/api/v1/tournaments/upcoming

Upcoming public tournaments in a given window

countrycitydayslimit
GET/api/v1/coaches/match

Find coaches by city, level, language, and mobile availability

citylevellanguagemobilelimit
GET/api/v1/players/[username]/rating

Public player rating (only when the player opts in)

GET/api/v1/players/[username]/badge

Embeddable SVG badge for a player rating

Bulk feeds

/llms-full.txt

Full venue directory, JSONL, one manifest line + one venue per line. Refreshed daily.

/feeds/tournaments.jsonld

JSON-LD Event feed of upcoming public tournaments for schema.org-aware crawlers.

/llms.txt

Crawler usage policy and attribution requirements.

Usage

  • No API key, no signup, CORS-open across origins.
  • Attribution required when surfacing data to end users: link to trustpadel.com or the venue/tournament/coach canonical URL.
  • Cache responses where reasonable — most endpoints already set Cache-Control: max-age=300+.
  • Player rating endpoints only return data when the player has opted in.
  • Versioned schema keys (e.g. TrustPadel/api/v1/venues/search/v1) — pin against them.

Building something with this? We'd love to hear about it.

Get in touch