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
3mo 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 →
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
vg.no API
Access VG.no's latest news, articles, sports scores, and TV guides through a single interface where you can browse the front page, search articles by topic, view category-specific content, and find related stories. Get real-time sports scores and television schedules alongside comprehensive news coverage from Norway's leading news outlet.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
puntoticket.com API
Browse and search events happening in Chile with PuntoTicket, viewing featured shows, filtering by category, and checking detailed pricing and availability for concerts, theater, sports, and more. Find the perfect event by exploring all listings or discovering what's trending right now.
130point.com API
Search for sold trading cards across eBay, Goldin, Heritage Auctions, Pristine Auction, MySlabs, and Fanatics Collect to find historical prices, sale dates, and marketplace information all in one place. Get comprehensive sales data to research card values and track market trends across multiple platforms instantly.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.
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.