The most comprehensive disc golf API for developers. Access real-time data on over 10,000 discs, flight patterns, and player reviews to power your next disc golf application.
Everything you need to build the next great disc golf application. RESTful endpoints, real-time updates, and comprehensive documentation.
Query discs with powerful filters including flight numbers, manufacturer, plastic type, and more.
GET /api/v1/discs? speed=9-12& stability=overstable& manufacturer=innova
Calculate flight paths, compare disc performance, and get recommendations based on conditions.
POST /api/v1/flight-path { "disc_id": "innova-destroyer", "arm_speed": 65, "wind": { "speed": 10, "direction": "headwind" } }
Subscribe to real-time updates for new releases, price changes, and inventory status.
ws://api.thediscdatabase.com/v1/subscribe { "event": "disc.release", "filters": ["manufacturer:mvp"] }
Fetch multiple discs or perform bulk operations in a single request to minimize latency.
POST /api/v1/batch { "requests": [ { "method": "GET", "path": "/discs/1234" }, { "method": "GET", "path": "/discs/5678" } ] }
Upload a photo of any disc and our AI will identify the model, plastic, and condition.
POST /api/v1/identify Content-Type: multipart/form-data { "image": "disc-photo.jpg", "include_similar": true }
Query exactly what you need with our flexible GraphQL endpoint. Reduce bandwidth and improve performance.
query { disc(id: "innova-destroyer") { name flight { speed glide turn fade } reviews(limit: 5) { rating comment } } }
Whether you're contributing data, building applications, or running an enterprise, we have a plan that scales with your ambitions.
Perfect for hobbyists and data contributors
Build amazing disc golf applications
14-day free trial included
For teams and manufacturers
All plans include SSL encryption, 99.9% uptime SLA, and access to our community forum.
Explore endless combinations of manufacturers, plastics, and molds to discover your next favorite disc.
Have questions about The Disc Database? We've got answers.
Can't find what you're looking for? Our team is here to help with any questions about our API, pricing, or technical implementation.
Contact Us