Game Forecast Api
**GameForecast** powers your products with **reliable, actionable predictions**, built from a model trained on **thousands of data points** (form, head-to-head, schedule, match context, etc.) and **updated in real time** (e.g., news, injuries, momentum). Covers **150+ leagues and cups** across the world, including *Premier League, Ligue 1, LaLiga, Serie A, Bundesliga, UEFA Champions League, Copa…
Game Forecast Api endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Sports /sports |
Returns the list of available sports. Each sport has a stable `id` you’ll use to filter/chain other endpoints (e.g., Leagues, Teams, Events). Typical flow: fetch sports → pick an… |
| GET |
Leagues /leagues |
Returns the list of leagues (all leagues by default, or filtered by sport, country, name, or id). League id values returned here are then used with the related endpoints `/teams`… |
| GET |
Teams /teams |
Returns the list of teams (all teams by default, or filtered by sport, country, gender, national teams, name or id). Team `id` values returned here can be reused with the related… |
| GET |
Events /events |
Returns the list of events (matches) with league and team info, status, round, referee, kickoff time, detailed score breakdown (p1, fulltime, overtime, penalties, final, winner),… |
Game Forecast Api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $19 / month | 120 / minute |
|
| ULTRA | $74 / month | 300 / minute |
|
| MEGA | $149 / month | 900 / minute |
|