Premier League Stats
1000's of fixtures available from leagues around the world. Fixture data points include dateTime, scores and individual goal details. Scores will be updated in realtime on request only with a delay of around 60s. Currently only containing the players and gameweek fixtures/results but plan to add more with time. Circa 600 registered premier league players are contained in the data. Players will…
Premier League Stats endpoints
| Method | Endpoint | Description |
|---|---|---|
| fixtures | ||
| GET |
/fixtures/fixturesByDateTime /fixtures/fixturesByDateTime |
Search by date & time e.g. 2024-03-30T15:00 |
| GET |
/fixtures/allFixtures /fixtures/allFixtures |
Returns all fixtures. This endpoint is for paid subscriptions only. |
| GET |
/fixtures/fixturesByClubAndSeason /fixtures/fixturesByClubAndSeason |
Search by club & season e.g. Arsenal & 2324 |
| GET |
/fixtures/fixturesById /fixtures/fixturesById |
Search by id. Narrow down your search by using one of the other endpoints. |
| GET |
/fixtures /fixtures |
Search by competition e.g. English Premier League, (planning to open this up to include teams soon as well) |
| players | ||
| GET |
retrieveAll /players/allPlayers |
|
| GET |
retrievePlayersByClub /players/playersByClub |
|
| GET |
retrievePlayersById /players/playersById |
|
| GET |
retrievePlayersByName /players/playersByName |
|
| GET |
retrievePlayersByNationality /players/playersByNationality |
|
| GET |
retrievePlayersByPosition /players/playersByPosition |
|
| Other endpoints | ||
| GET |
retrieveAll /fixtures/allFixtures |
|
| GET |
retrievePlayersByName /players/playersByName |
players by name |
| GET |
retrieveFixturesByGameweekClubAndSeason /fixtures/fixturesByGameweekClubAndSeason |
fixtures by gameweek, club and season |
| GET |
retrievePlayersByNationality /players/playersByNationality |
|
| GET |
retrieveAll /players/allPlayers |
|
| GET |
retrieveFixturesByGameweekAndSeason /fixtures/fixturesByGameweekAndSeason |
|
| GET |
retrieveFixturesByDateTime /fixtures/fixturesByDateTime |
|
| GET |
retrievePlayersById /players/playersById |
|
| GET |
retrievePlayersByClub /players/playersByClub |
|
| GET |
retrieveFixturesByGameweek /fixtures/fixturesByGameweek |
fixtures by gameweek |
| GET |
retrieveFixturesById /fixtures/fixturesById |
fixtures by id |
| GET |
retrievePlayersByPosition /players/playersByPosition |
players by position |
| GET |
retrieveFixturesByGameweekClubAndSeason /fixtures/fixturesByGameweekClubAndSeason |
|
| GET |
retrieveFixturesByGameweekAndSeason /fixtures/fixturesByGameweekAndSeason |
|
| GET |
retrievePlayersByName /players/playersByName |
|
| GET |
retrievePlayersByNationality /players/playersByNationality |
|
| GET |
retrievePlayersByClub /players/playersByClub |
|
| GET |
retrieveAll /fixtures/allFixtures |
|
| GET |
retrieveFixturesByGameweek /fixtures/fixturesByGameweek |
|
| GET |
retrieveFixturesByDateTime /fixtures/fixturesByDateTime |
|
| GET |
retrieveFixturesById /fixtures/fixturesById |
|
| GET |
retrieveFixturesBySearchQuery /fixtures |
|
| GET |
retrievePlayersByPosition /players/playersByPosition |
|
| GET |
retrievePlayersById /players/playersById |
|
| GET |
retrieveAll /players/allPlayers |
|
Premier League Stats pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | 4 / second |
|
| ULTRA | $10 / month | 6 / second |
|
| MEGA Recommended | $24.99 / month | 10 / second |
|