Skip to content
@discgolfapi

DiscGolfAPI

Open disc golf data infrastructure. Courses now. More coming. Free.

DiscGolfAPI

Structured disc golf data for developers.

DiscGolfAPI provides public JSON endpoints for building disc golf apps, maps, directories, dashboards, and research tools. Course data is available now, with more disc golf datasets coming soon.

Public endpoints do not require an API key.

Quick Start

fetch("https://io.discgolfapi.com/v1/courses?country=GB&limit=5")
  .then((response) => response.json())
  .then((data) => console.log(data));

Base URL: https://io.discgolfapi.com/v1

Public Endpoints

  • GET /courses - list courses
  • GET /courses/{id} - fetch one course
  • GET /countries - list represented countries
  • GET /regions - list represented regions
  • GET /updates/recent - recent data updates
  • POST /report - report missing, outdated, or incorrect course data

Useful Links

Data Notes

DiscGolfAPI publishes unknown values as null rather than guessing. Some fields, including hole counts, access model, and condition status, are still improving across the dataset.

If you use DiscGolfAPI data, include visible attribution near the data:

Course data supplied by DiscGolfAPI.

Popular repositories Loading

  1. .github .github Public

Repositories

Showing 1 of 1 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…