SkipOdds

API reference › Line movement

Line movement

What the consensus was, what it is now, and the signed difference — not a chart, a number you can act on.

Base URL https://skipodds.com · authenticate with Authorization: Bearer <key> (or the x-api-key header) · never in the query string · all responses JSON, cached ~60s · demo key: skipodds-demo-2026 (100 req/day)

The skipodds object in every response is the SkipOdds Index — the de-vigged consensus probability per outcome.

GET /v1/fixtures/:id/movement

De-vigged consensus at the earliest and latest capture inside the window, plus the signed delta in percentage points.

Params: hours — default 24; capped at 72 on Demo/Starter/Pro, 336 (14 days) on Scale

{
  "from": { "home": 0.52, "draw": 0.24, "away": 0.24 },
  "to":   { "home": 0.561, "draw": 0.23, "away": 0.209 },
  "delta_pct": { "home": 4.1, "draw": -1.0, "away": -3.1 },
  "span_hours": 22.5
}

Rest of the reference

Fixtures · Outrights · Alerts & webhooks · Widget · Errors, attribution & terms

Full API referenceopenapi.jsonMCP server