StatVault
StatVault API

Build with StatVault

Power your fantasy app, sports website, or analytics tool with Knox intelligence, rollout-aware KC surfaces, and reusable weekly ritual context.

No credit card required for the free plan.

Live KC rollout is still in progress for developer API surfaces.

The API and widget documentation should stay explicit about rollout state. Until the live KC seed is complete, downstream consumers should expect honest fallback labeling rather than silent empty responses.

Developer-facing ritual contract

Integrators should treat the public API as one connected weekly ritual, not a pile of isolated endpoints. The movement surface, evidence surface, and commitment surface are all part of the same trust loop.

Public feature registry

Why KC Moved

Weekly command center for movers, evidence, operator demand, and next actions.

Beat the Vault

Make weekly KC calls, frame rivalries, and track whether your conviction was right.

Ask Knox

Natural-language query surface for current player and product questions.

ForgeQuery

Fast, reusable Knox answer surface for common weekly questions.

Knox Cases

Durable evidence reviews captured from Ask Knox and ForgeVerify.

Choose a Plan

Free
$0 forever
100 req / month
  • Rankings API
  • Player search
  • Public leaderboards
Get free key
Starter
$29 / month
10,000 req / month
  • All Free features
  • SignalValue API
  • ForgeClone API
  • CSV export
  • Email support
Subscribe
Most Popular
Pro
$99 / month
100,000 req / month
  • All Starter features
  • ForgeScout API
  • ForgeBet API
  • ForgeQuery (AI Q&A)
  • Priority support
  • Webhook events
Subscribe

Quick Start

JavaScriptPythoncURLEvidence
JavaScript
const res = await fetch(
  'https://statvault.org/api/v1/rankings/nfl',
  { headers: { 'X-API-Key': 'sf_live_YOUR_KEY' } }
);
const data = await res.json();
console.log(data.rankings[0]);
Python
import httpx

r = httpx.get(
    "https://statvault.org/api/v1/rankings/nfl",
    headers={"X-API-Key": "sf_live_YOUR_KEY"},
)
print(r.json()["rankings"][0])
cURL
curl -s \
  -H "X-API-Key: sf_live_YOUR_KEY" \
  "https://statvault.org/api/v1/rankings/nfl" \
  | jq '.rankings[0]'
Evidence
curl -s \
  "https://statvault.org/api/v1/knox-evidence?sport=nfl&limit=3" \
  | jq '.entries[] | {prompt, verdict, evidenceHeadline}'

Endpoints Reference

MethodEndpoint
GET/api/v1/rankings/:sport
GET/api/v1/players/search
GET/api/v1/signal-value
GET/api/v1/forge-clone/:player_id
GET/api/v1/forge-bet
POST/api/v1/forge-query
GET/api/v1/knox-evidence
GET/api/v1/knox-brief
GET/api/v1/forge-contest/current

Embed Tools

Knox Current Embed WidgetFree

Drop a live KC badge onto any website or CMS with a single script tag. No API key required.

View embed docs →
Embed Theme BuilderPro

Customize widget colors, typography, and border radius. Copy a pre-configured script tag with your brand settings encoded inline.

Open Theme Builder →