An open API service indexing awesome lists of open source software.

https://github.com/jacobbrewer1/golf-data-docs

A golf course database available through an API. Currently this API only contains UK Course information. We are working to integrate more.
https://github.com/jacobbrewer1/golf-data-docs

api golf golfapi golfdata

Last synced: 3 months ago
JSON representation

A golf course database available through an API. Currently this API only contains UK Course information. We are working to integrate more.

Awesome Lists containing this project

README

          

# Documentation for Golf Data API


## Documentation for API Endpoints

All URIs are relative to *https://api.bthree.uk/golf/v1*

| Class | Method | HTTP request | Description |
|------------ | ------------- | ------------- | -------------|
| *ClubsApi* | [**getClubs**](Apis/ClubsApi.md#getclubs) | **GET** /clubs | Get all clubs |
| *CoursesApi* | [**getCourses**](Apis/CoursesApi.md#getcourses) | **GET** /clubs/{club_id}/courses | Get all courses for a club |
*CoursesApi* | [**getMarkers**](Apis/CoursesApi.md#getmarkers) | **GET** /courses/{course_id}/markers | Get all markers for a course |
| *HolesApi* | [**getHoles**](Apis/HolesApi.md#getholes) | **GET** /markers/{marker_id}/holes | Get all holes for a marker |


## Documentation for Models

- [club](./Models/club.md)
- [course](./Models/course.md)
- [error_message](./Models/error_message.md)
- [getClubs_200_response](./Models/getClubs_200_response.md)
- [getCourses_200_response](./Models/getCourses_200_response.md)
- [getHoles_200_response](./Models/getHoles_200_response.md)
- [getMarkers_200_response](./Models/getMarkers_200_response.md)
- [hole](./Models/hole.md)
- [marker](./Models/marker.md)


## Documentation for Authorization

All endpoints do not require authorization.