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.
- Host: GitHub
- URL: https://github.com/jacobbrewer1/golf-data-docs
- Owner: Jacobbrewer1
- License: gpl-3.0
- Created: 2024-08-21T15:26:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:09:54.000Z (12 months ago)
- Last Synced: 2025-01-03T16:11:37.935Z (9 months ago)
- Topics: api, golf, golfapi, golfdata
- Language: Shell
- Homepage: https://api.bthree.uk/golf/v1
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Documentation for Golf Data API
## Documentation for API EndpointsAll 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 |- [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 AuthorizationAll endpoints do not require authorization.