Live football match predictions as JSON. Powered by KiqIQ's Poisson model on api-football data. Free, rate-limited at the edge, CORS-open β drop into any partner integration without touching auth.
GET https://kiqiq.com/api/v1/predictions
| Param | Type | Example | Description |
|---|---|---|---|
| limit | int | limit=20 | Max fixtures returned. Default 20, max 100. |
| from | YYYY-MM-DD | from=2026-05-24 | Earliest kickoff date (inclusive, UTC). |
| to | YYYY-MM-DD | to=2026-05-26 | Latest kickoff date (inclusive, UTC). |
| league | int / csv | league=39,140 | api-football league IDs. Comma-separated for multiple. |
curl https://kiqiq.com/api/v1/predictions?from=2026-05-24&to=2026-05-26&league=39&limit=5
{
"version": "1.0.0",
"generated_at": "2026-05-24T15:42:11.000Z",
"count": 5,
"fixtures": [
{
"fixture_id": 1208034,
"kickoff_iso": "2026-05-24T15:30:00+00:00",
"competition": "Premier League",
"home": "Arsenal",
"away": "Liverpool",
"venue": "Emirates Stadium",
"home_win_prob": 0.56,
"draw_prob": 0.25,
"away_win_prob": 0.19,
"xg_home": 1.78,
"xg_away": 1.21,
"source": "kiqiq-poisson-v1"
}
]
}*). Call from any browser origin.Need historical data, custom markets, or higher rate limits?
The free v1 endpoint covers live predictions only. Backfill + per-player markets + custom SLAs are on the partner roadmap.
Talk to us