Sport Places
APICrowdsourced global directory of sports venues via API
Overview
The Sport Places API grants access to a crowdsourced database of sports venues worldwide. Key endpoints include geographic search (by coordinates or region), sport type filtering (e.g., running, football), and venue detail retrieval (amenities, opening hours, user reviews). Responses are JSON-formatted, ideal for integration into fitness apps, travel platforms, or event planning tools. Use cases include helping athletes find nearby training spots, travel apps curating sports-friendly destinations, and organizers scouting event venues with specific amenities.
Example Integration (JavaScript)
fetch('https://developers.decathlon.com/products/sport-places')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- JSON Responses
- Crowdsourced Global Data
- Geographic & Sport Type Filtering
- Venue Amenity & Review Details
Frequently Asked Questions
? Is Sport Places API free to use?
Yes, it offers a free tier with limited monthly requests; paid plans are available for higher usage volumes.
? Does it require an API Key?
Yes, you must register on the Decathlon Developers portal to get an API key for authenticated requests.
? What is the response format?
All API responses are in JSON format, containing venue details like address, opening hours, amenities, and user reviews.
Top Alternatives
People Also Ask about Sport Places
Tool Info
Pros
- ⊕ Easy integration
- ⊕ Global venue coverage
- ⊕ Rich user-generated data
- ⊕ Regular content updates
Cons
- ⊖ Rate-limited free tier
- ⊖ Variable data density across regions
- ⊖ Requires API key for access