Developer preview Private

FoxTrail API

A structured events feed for Flathead Valley calendars, venues, and local publishers.

  1. 01

    Normalized events

    One event shape for dates, venues, sources, prices, registration state, excerpts, and images.

  2. 02

    Predictable queries

    Browse by month, day, and source-backed filters without scraping individual calendars yourself.

  3. 03

    Built for widgets

    The same feed will power embeddable event surfaces for local organizations and publishers.

Example request
Request v1
$ 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": … }
}

Access model

The API is currently private while source coverage, refresh cadence, deduplication, and attribution rules settle. Early partners can request access for publishing workflows, calendar experiments, and embedded local event discovery.

API documentation and keys will be published once we feel it is ready for prime time.