Football
More than 315+ competitions implemented (Increasing day by day). The API is dynamic, it gets updated every called endpoint so fresh data is provided to you at any time! Try it with the free plan. Documentation and full competitions list: https://docs.google.com/document/d/1jX1O0w-elFlrNrP_x27vK-8pYrasIGAJjm_XjO8luJw/edit?usp=sharing
Football endpoints
| Method | Endpoint | Description |
|---|---|---|
| Table | ||
| GET |
Table /{championship}/table |
Get the current championship table |
| GET |
SquadName /{championship}/table/squadname/{squadname} |
Search a squad in a table by its name. You don't need to search for the full name, you can also use some letters or a part of it. |
| GET |
SquadPosition /{championship}/table/squadposition/{squadposition} |
Search a squad in a table for its position. |
| Other endpoints | ||
| GET |
Scorer Name /{championship}/scorername/{scorername} |
Get one or some scorers by searching their name |
| GET |
Competitions /competitions |
Get a list of all available competitions |
| GET |
Scorer Position /{championship}/scorerposition/{position} |
Get a single scorer by its position |
| GET |
Scorers /{championship}/scorers |
Get all the scorers informations from a certain league |
| GET |
Single Squad /{championship}/squadname/{squadname} |
Get a single squad by its name |
| GET |
News /{championship}/news |
Search all the news for a specific championship. |
| GET |
Squad Position /{championship}/squadposition/{squadposition} |
Get a single squad by its position |
| GET |
Results /{championship}/results |
Get all the results from a championship. |
| GET |
Squads /{championship}/squads |
Get all the squads information in a certain league |
| GET |
Fixtures /{championship}/fixtures |
Get all the fixtures from a championship |
| GET |
Transfers /{championship}/transfers |
Get a list of transfers for the current season |
Football pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA Recommended | $15.99 / month | — |
|
| MEGA | $24.99 / month | — |
|