Documentation Simple API. Structured course data. No setup. Use DiscGolfAPI to fetch disc golf course data for maps, directories, apps, tools, and research. Public endpoints do not require an API key. Base URL: https://io.discgolfapi.com/v1 GET Quick start Copy code Fetch five courses from Great Britain. Sample request fetch("https://io.discgolfapi.com/v1/courses?country=GB&limit=5") .then(response => response.json()) .then(data => console.log(data)); Sample […]