{ "opencollection": "1.0.0", "info": { "name": "DiscGolf Countries Courses API", "version": "1.0.0" }, "items": [ { "info": { "name": "Courses", "type": "folder" }, "items": [ { "info": { "name": "List Courses", "type": "http" }, "http": { "method": "GET", "url": "https://io.discgolfapi.com/v1/courses", "params": [ { "name": "country", "value": "", "type": "query", "description": "Country code filter." }, { "name": "region", "value": "", "type": "query", "description": "Region, state or subdivision code filter where supported." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return. Must be a positive integer." }, { "name": "offset", "value": "", "type": "query", "description": "Number of matching records to skip before returning the current page." } ] }, "docs": "Returns public disc golf course records. Use country and region filters where available, and limit and offset for pagination." }, { "info": { "name": "Get a Course by ID", "type": "http" }, "http": { "method": "GET", "url": "https://io.discgolfapi.com/v1/courses/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Stable public course ID." } ] }, "docs": "Returns a single course by stable public course ID. The response uses the same envelope and courses array shape as the list endpoint." } ] } ], "bundled": true }