← The Tee Times

Public API

The Tee Times exposes two public, read-only JSON feeds for use by agents, aggregators, and partner sites. They are anon-readable and require the project's publishable apikey header.

For machine-readable discovery see /.well-known/api-catalog.

1. Tournaments

List of tournaments with slug, dates, venue, status, and metadata.

GET https://jgvfjrdigtnwrsurdqrs.supabase.co/rest/v1/tournaments?select=*
apikey: <project anon key>
Accept: application/json

2. Published news

Published news posts with slug, headline, body, and timestamps.

GET https://jgvfjrdigtnwrsurdqrs.supabase.co/rest/v1/news_posts?select=*&published=eq.true
apikey: <project anon key>
Accept: application/json

Usage notes

Contact

Questions or want a higher-volume feed? Get in touch.

See also: Terms · Privacy · Sitemap