Football Stats
## **Football Stats API** **Football Stats API** bridges the gap between traditional football insights and modern data analytics. This service provides an enriched and comprehensive understanding of the beautiful game, ensuring that users get the most accurate and relevant football statistics. ## Core Features: - **Elo Ratings Over Time**: Track the rise and fall of team performances with our…
Football Stats endpoints
| Method | Endpoint | Description |
|---|---|---|
| Base | ||
| GET |
Leagues /base/leagues |
Fetches details about leagues. If a specific league_id is provided, it returns details of that particular league; otherwise, it returns details of all leagues. |
| GET |
Teams /base/teams |
Fetches details about teams. You can provide a specific team_id to get details of that particular team or a league_id to get all teams under that league. If neither is provided,… |
| GET |
Matches /base/matches |
Fetches details about matches. If a team_id is provided, it returns matches where the team is either home or away. If a league_id is provided, it fetches all matches under that… |
| Statistics | ||
| GET |
Poisson Probabilities /stats/poisson_probabilities |
Fetches the probability of match outcomes (home win, draw, away win) based on the Poisson distribution. If a team_id is provided, it fetches probabilities where the team is… |
| GET |
Poisson Expected Goals /stats/poisson_goals |
Fetches the expected number of goals for teams based on the Poisson distribution. You can provide a specific team_id to get expected goals of that team or a league_id to get… |
| GET |
Elo Rating /stats/elo_ratings |
Fetches ELO ratings of teams. You can provide a specific team_id to get ELO rating of that particular team or a league_id to get ELO ratings of all teams under that league. If… |
Football Stats pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $8.99 / month | 300 / minute |
|
| ULTRA Recommended | $19.99 / month | — |
|