Skip to main content
Version: 1.0.0

Front9 Public API

The Front9 Public API exposes a golf organization's public-facing data — events, players, tee sheets, leaderboards, live odds, season standings, brackets, blog posts, and membership plans — plus a few public actions (start a registration or membership purchase, newsletter subscribe, unsubscribe).

No authentication. Every endpoint here is public and read-mostly. Do not send cookies or credentials. (The authenticated dashboard API lives under /api/v1 and is not documented here.)

Base path. All paths below are relative to the public base /api/public/v1. Replace the host with the appropriate environment.

Rate limits. 60 requests per minute per client IP. Exceeding it returns 429 Too Many Requests.

Conventions. Responses are application/json. Monetary values are integer cents. Most errors return a plain-text body; request-body validation errors return a JSON { "errors": { field: reason } } (422).

Contact

Front9 Support: support@front9.io