The /api/v1/ endpoints expose the project's model outputs in machine-readable form. They're the Pro tier's headline value proposition: every probability the public site renders, available as clean JSON for research notebooks, data journalism, fantasy tooling, and analytics workflows.
This is v1 — a deliberately small, stable surface: flat JSON rows, no nested expansion. Authenticate with a Bearer API key or a session cookie (see below).
Try it with no setup: GET /api/v1/sample/ is public — no account, no key. It returns the top-5 tournament-win probabilities so you can see the data s…