Football Score API
This api gets the real time live football (soccer) matches happening for the current day. It groups them by the league. Looking to get the fixtures for world cup ? You got the API here. Here is a list of leagues you will get data for * Africa Cup of Nations * Bundesliga * Copa del Rey * Coppa Italia * DFB Pokal * FA Cup * FIFA Club World Cup * I-League * Indian Super League * League Cup * Ligue…
Football Score API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
get_football_live_scores_today /api/v1/live/scores/today |
Get Live scores for today's football matches |
| GET |
get_scores_for_given_date /api/v1/scores/{date} |
If you want to know the list of football matches for a given date and what was their scores you can use this API. All this api needs is the date input in the format %Y-%m-%d.… |
Football Score API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 3 / minute |
|
| PRO | $3 / month | 10 / minute |
|
| ULTRA | $5 / month | 20 / minute |
|