GolfCourseAPI

Changelog

New fields, new endpoints, and everything else that changes in the GolfCourseAPI.

Releases follow semantic versioning, and we hold a strong policy against breaking changes: we will not ship one, and we will not bump the major version, unless we feel it is absolutely necessary. An integration you write today should keep working. The full reference lives in the API docs.


v1.1.0

September 13, 2026

  • Added location.latitude and location.longitude to the responses from GET /v1/search and GET /v1/courses/{id}. Both are decimal degrees and read-only.
  • Coordinates are omitted for the small number of courses we have no coordinates for, so treat both fields as optional.
  • Purely additive: every existing field keeps its name and its type, so nothing you already depend on has changed.

v1.0.0

Initial release

  • Course search, course detail, tee box data, course rating and slope rating.

Something not behaving the way this page describes? .

Resources

API DocsChangelog

© 2026 GolfCourseAPI