API v1 Now Available

The Disc
Database

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.

10K+
Discs
500M+
API Calls
99.9%
Uptime
API
Built for Developers

Powerful API Features

Everything you need to build the next great disc golf application. RESTful endpoints, real-time updates, and comprehensive documentation.

Advanced Search

Query discs with powerful filters including flight numbers, manufacturer, plastic type, and more.

GET /api/v1/discs?
  speed=9-12&
  stability=overstable&
  manufacturer=innova
Flight Analytics

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" }
}
WebSocket Updates

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"]
}
Batch Requests

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" }
  ]
}
Disc Recognition

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
}
GraphQL API

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 }
  }
}
Simple, Transparent Pricing

Start Free, Scale as You Grow

Whether you're contributing data, building applications, or running an enterprise, we have a plan that scales with your ambitions.

Contributor

Perfect for hobbyists and data contributors

Free
  • 100 API calls per day
  • Basic disc search and filtering
  • Community contribution tools
  • Public API documentation
  • Standard response time
Most Popular

Developer

Build amazing disc golf applications

$29/month

14-day free trial included

  • 10,000 API calls per day
  • Advanced flight calculations
  • GraphQL endpoint access
  • Batch requests (up to 50)
  • Priority email support
  • API usage analytics

Enterprise

For teams and manufacturers

$199/month
  • Unlimited API calls
  • Real-time WebSocket updates
  • Custom API endpoints
  • White-label options
  • 24/7 phone support
  • Dedicated account manager

All plans include SSL encryption, 99.9% uptime SLA, and access to our community forum.

View detailed pricing

Disc Discovery

Find Your Perfect Disc

Explore endless combinations of manufacturers, plastics, and molds to discover your next favorite disc.

InnovaDiscraftMVPInnovaDiscraftMVP

Frequently asked questions

Have questions about The Disc Database? We've got answers.

What makes The Disc Database different from other disc golf resources?
How accurate is the flight data?
Can I contribute to the database?
How often is the database updated?
What can I build with the API?
Do you have an affiliate program?
Can I download the entire database?
How do you handle inaccurate or outdated information?

Still have questions?

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