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.
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
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
?order=, ?limit=, ?offset=.User-Agent, and avoid more than ~1 request/second.Questions or want a higher-volume feed? Get in touch.