Football Predictions API (ML, Confidence Tiers)
Football Predictions API provides ML-based football match predictions with confidence tiers (T1, T2, T3) and probability edges. Predictions are read-only; no odds or staking information is provided. Designed for consumption by developers building dashboards, bots, or statistical analyses.
Football Predictions API (ML, Confidence Tiers) endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| GET |
getTiers /api/v1/football/tiers |
Descripción estática de los tiers (T1, T2, T3): description y usage. No consulta base de datos. |
| GET |
getPredictions /api/v1/football/predictions |
Lista predicciones ya generadas (solo lectura). Parámetros opcionales: tier (T1|T2|T3), league, limit (1-500, default 100). Requiere X-API-Key. |
| GET |
getStats /api/v1/football/stats |
Métricas agregadas: picks 24h/7d/30d, tiers, last_update_utc; además api_requests_24h, api_requests_7d, top_endpoints, active_keys. |
| health | ||
| GET |
health /health |
Liveness. No requiere autenticación. |
Football Predictions API (ML, Confidence Tiers) pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $79.99 / month | — |
|