One endpoint, every event in the valley.
A clean, versioned read API for the entire FoxTrail feed. Filter by date range, region, source, or category. Cached at the edge so queries stay quick on rural connections.
$ curl https://api.usefoxtrail.com/v1/events?from=2026-05-21 \ -H "Authorization: Bearer fxt_…" → 200 OK { "data": [ { "title": "…", "startDate": "…", "location": "…" }, … ], "meta": { "total": …, "limit": …, "offset": … } }





