Football Leagues
Football Leagues live scores, all players, teams and matches
40 subscribers
11 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Football Leagues endpoints
| Method | Endpoint | Description |
|---|---|---|
| Players | ||
| GET |
Get All Players /{league}/players |
Get all the players in a certain league |
| GET |
Get Player By id /{league}/players/{playerId} |
Get a player by his id from a certain league |
| GET |
Get Top Scorers /{league}/players/topScorers |
Get the 10 players with the most goals scored from a certain league |
| GET |
Get Top Assisters /{league}/players/topAssisters |
Get the 10 players with the most assists provided from a certain league |
| Teams | ||
| GET |
Get All Teams /{league}/teams |
Get all the teams in a certain league |
| GET |
Get Team By id /{league}/teams/{teamId} |
Get a team by its id from a certain league |
| GET |
Get Standings /{league}/teams/standings |
Get a certain league's teams standings |
| GET |
Get Team Players /{league}/teams/{teamId}/players |
Get all players of a team from a certain league by its id |
| GET |
Get Team Matches /{league}/teams/{teamId}/matches |
Get all matches of a team from a certain league by its id |
| Matches | ||
| GET |
Get All Matches /{league}/matches |
Get all the matches in a certain league |
| GET |
Get Match By id /{league}/matches/{matchId} |
Get a match from a certain league by its id |
Football Leagues pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $10 / month | — |
|
| MEGA | $20 / month | — |
|