Discover/fminside.net API
live

fminside.net APIfminside.net

Access the Football Manager player database via API. Search players, browse full rosters, and retrieve detailed profiles including positions, club, and attributes.

Endpoints
4
Updated
4mo ago
Try it
Maximum number of results to return.
Player name or search phrase.
api.parse.bot/scraper/e737f35d-e126-4fda-8e43-a3a67a4f722f/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/e737f35d-e126-4fda-8e43-a3a67a4f722f/search_players?limit=20&query=Mbappe' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for players by name or keyword. Returns a list of matching players with their IDs, positions, and profile URLs.

Input
ParamTypeDescription
limitintegerMaximum number of results to return.
queryrequiredstringPlayer name or search phrase.
Response
{
  "type": "object",
  "fields": {
    "total": "integer total number of players returned",
    "players": "array of player summary objects with name, unique_id, url, age, positions, and image_url"
  },
  "sample": {
    "data": {
      "total": 5,
      "players": [
        {
          "age": "26",
          "url": "/players/7-fm-26/85139014-kylian-mbappe",
          "name": "Kylian Mbappé",
          "image_url": "https://img.fminside.net/facesfm26/85139014.png",
          "positions": [
            "AMR",
            "AML",
            "ST"
          ],
          "unique_id": "85139014"
        }
      ]
    },
    "status": "success"
  }
}

About the fminside.net API

The FMInside API exposes 4 endpoints covering the Football Manager player database, letting you search for players by name, paginate through the full catalog, and retrieve individual profiles with fields like club, height, positions, foot ratings, and FM unique IDs. The get_player_details endpoint accepts a profile URL and returns a complete player record, while get_player_by_id lets you look up any player directly by their FM unique ID.

Search and Browse

The search_players endpoint accepts a required query string and an optional limit integer. It returns a players array of summary objects, each containing name, unique_id, url, age, positions, and image_url, along with a total count of matched results. The list_players endpoint works without a query, paginating through the full player database up to the requested limit and returning a count alongside the same summary array.

Player Profiles

get_player_details takes a relative or absolute player profile URL — obtainable from any search or list result — and returns a detailed record. Fields include full_name, club, age, height (in CM), positions (as an array of abbreviation strings), left_foot, image_url, url, and unique_id. get_player_by_id returns the identical structure using only the numeric FM unique_id, which avoids the need to construct or store profile URLs.

Data Coverage

All player records reflect the Football Manager database as indexed on fminside.net. The positions field returns abbreviations such as ST, CM, or GK, and left_foot provides a rating string for the player's non-dominant foot. The image_url field points to the player's face image hosted on the source site. Pagination in list_players continues loading results automatically until the requested limit is satisfied.

Common use cases
  • Build a scouting tool that searches players by name and filters on positions returned in the summary array
  • Populate a squad-builder UI with full player profiles including club and height from get_player_details
  • Sync a local FM player database by paginating list_players to a specified limit
  • Cross-reference players by FM unique_id across multiple datasets using get_player_by_id
  • Display player face images in a fantasy-FM app using the image_url field from any endpoint
  • Aggregate positional distribution across a club's roster using positions arrays from bulk list results
  • Resolve player profile URLs to full records without storing URL patterns by using the unique_id lookup
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does fminside.net provide an official developer API?+
FMInside does not publish an official public developer API. This Parse API provides structured programmatic access to the player data available on fminside.net.
What does get_player_details return beyond what search_players provides?+
search_players returns summary fields: name, unique_id, url, age, positions, and image_url. get_player_details adds full_name, club, height (in CM), and left_foot ability rating. Use the url from a search result as the input to get_player_details.
Does list_players support filtering by position or club?+
list_players currently supports only a limit parameter and returns all players in paginated order without server-side filtering. You can fork this API on Parse and revise it to add position or club filter parameters to the endpoint.
Are player stats like pace, passing, or overall rating exposed in the profile endpoints?+
Not currently. The profile endpoints return biographical and positional fields — name, club, age, height, positions, and foot ratings — but numeric in-game attributes like pace or technical stats are not included. You can fork the API on Parse and revise it to add those fields if the source exposes them on the player profile page.
How current is the player data?+
Data reflects what fminside.net has indexed, which is tied to a specific Football Manager release version. The profile URL structure (e.g. /players/7-fm-26/...) indicates the FM edition. There is no real-time transfer or rating update feed.
Page content last updated . Spec covers 4 endpoints from fminside.net.
Related APIs in SportsSee all →
futbin.com API
Search and retrieve FIFA Ultimate Team player data including market prices, detailed statistics, and performance metrics. Analyze market trends and compare player values across the full EA FC player catalog.
whoscored.com API
Search for players and teams, then dive deep into their performance metrics, match statistics, and detailed passing data to analyze football games and player abilities. Get comprehensive insights on team performance, individual player stats, and play-by-play event information to power your football analysis and decision-making.
ratings.fide.com API
Find chess players and track their FIDE ratings, rankings, and performance history by searching the official ratings database or browsing the world's top-ranked players. Get detailed player profiles with complete rating trends and game statistics to analyze any player's competitive record.
transfermarkt.com API
Search Transfermarkt for football players and retrieve detailed player profiles, transfer histories, market value timelines, performance stats, and club squad/club information.
transfermarkt.de API
transfermarkt.de API
fbref.com API
Access comprehensive football statistics including player profiles, team performance data, league standings, and detailed match reports all in one place. Search for specific players and teams, compare their stats, and get up-to-date information on leagues and match outcomes.
football-data.org API
Get live match scores, team standings, and player statistics across football competitions worldwide. Search for teams, view head-to-head matchups, track top scorers, and explore detailed information about competitions and geographical areas.
eliteprospects.com API
Search for hockey players and discover top prospects with detailed biographies and performance statistics. Find comprehensive information about player rankings and career details to stay updated on elite hockey talent.