Football Manager API
Dataset: 24.3 Update Filter through an extensive player database of Football Manager 2024. You can, for example, return every player from England that is under 23 years old, has 15 Pace and Acceleration, with a Potential Ability of 160 or more that is available for less than €30m. In Football Manager, some young players don't have a fixed potential ability rating and instead land inside a range…
Football Manager API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get player by ID /players/{id} |
Get a player by his unique ID. |
| GET |
Get similar player /players/similar/{comparisonPlayer} |
Finds the player that has the most similar attributes to another player submitted in the query. |
| GET |
Get cosine similar player /players/similar/cosine/{name} |
Get most similar player by cosine similarity. |
| GET |
Get weighted cosine similar player /players/similar/cosine/alternative/{name} |
Get most similar based on weighted cosine similarity. |
| GET |
Get similarity of players /players/similar/{firstPlayer}/{secondPlayer} |
Get the similarity of the two players supplied. |
| GET |
Get players of Club /clubs/{clubName} |
Get players that play for a club. Club name is the "Short Name" used in game without spaces. Examples: "Barcelona", "ManCity", "Liverpool", "PSG" |
| GET |
Get Club Shortnames /clubs/list |
Get a list of the shortnames that are used for the other /clubs endpoints. On some occasions, the names used for the /clubs endpoint may differ because the players were exported… |
| GET |
Players /players |
Filter through the Football Manager players by their age, asking Price, club, minimum CA (Current Ability, 1-200), maximum CA, minimum PA (Potential Ability, 1-200), maximum PA,… |
Football Manager API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $8.99 / month | 10 / second |
|
| ULTRA Recommended | $14.99 / month | 100 / second |
|