Discover/futbin.com API
live

futbin.com APIfutbin.com

Access EA FC player ratings, market prices, detailed stats, and market trend data from Futbin via 4 structured JSON endpoints.

Endpoints
4
Updated
3mo ago
Try it
Page number for pagination.
Minimum pace filter. Only players with PAC stat >= this value are returned.
api.parse.bot/scraper/21963078-8a17-40ff-a896-9b0b0ec3e828/<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/21963078-8a17-40ff-a896-9b0b0ec3e828/get_players?page=1&min_pace=90' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Extracts a list of players from the main players page with their ratings, positions, prices, and core stats. Results are paginated with approximately 30 players per page.

Input
ParamTypeDescription
pageintegerPage number for pagination.
min_paceintegerMinimum pace filter. Only players with PAC stat >= this value are returned.
Response
{
  "type": "object",
  "fields": {
    "page": "integer, the requested page number",
    "total": "integer, number of players returned on this page after filtering",
    "players": "array of player objects with id, name, url, rating, position, price_ps, price_pc, and stats"
  },
  "sample": {
    "data": {
      "page": 1,
      "total": 27,
      "players": [
        {
          "id": "21745",
          "url": "https://www.futbin.com/26/player/21745/ousmane-dembele",
          "name": "Ousmane Dembélé",
          "stats": {
            "DEF": "60",
            "DRI": "95",
            "PAC": "97",
            "PAS": "90",
            "PHY": "77",
            "SHO": "94"
          },
          "rating": "97",
          "position": "ST++CAM, RW",
          "price_pc": "5.8M",
          "price_ps": "5.2M"
        }
      ]
    },
    "status": "success"
  }
}

About the futbin.com API

The Futbin API exposes EA FC Ultimate Team player data across 4 endpoints, covering everything from paginated player listings to per-player sub-stats like Acceleration, Sprint Speed, and Finishing. The get_player_details endpoint returns the full in-game stat breakdown plus platform-specific market prices for any player ID, while get_market_trends surfaces console and PC market index time-series data and top movers.

Player Search and Listings

The get_players endpoint returns a paginated list of approximately 30 players per page. Each player object includes id, name, url, rating, position, price_ps, price_pc, and a stats object. You can filter results server-side using the min_pace parameter, which restricts the response to players whose PAC stat meets or exceeds the value you supply. Combine page with min_pace to walk through a filtered catalog.

The search_players endpoint accepts a query string — a full or partial player name — and returns matching card objects. Each result includes id, full_name, rating, position, version, pos_all, and image URLs. This is the primary way to resolve a player name to a Futbin id before calling get_player_details.

Detailed Stats and Prices

get_player_details takes a required player_id (obtainable from search_players or get_players) plus an optional slug and year parameter. The year field lets you target a specific EA FC edition, for example '26' for EA FC 26. The response includes detailed_stats — an object mapping stat names to string values for all six main categories (Pace, Shooting, Passing, Dribbling, Defending, Physical) and their sub-stats — alongside rating, position, and platform-specific prices.

Market Trends

get_market_trends requires no parameters and returns two structures: top_movers, an array of players with name, price, and change; and market_indices, an array of index objects each containing a title, series_name, and data_sample holding the last 5 [timestamp, value] data points for console and PC market indices. The top_movers array may be empty during low-activity periods.

Common use cases
  • Track EA FC player market prices on PS and PC platforms to identify buy-low opportunities.
  • Build a player comparison tool using detailed sub-stats like Sprint Speed, Finishing, and Ball Control from get_player_details.
  • Monitor daily market index movements using the time-series data_sample from get_market_trends.
  • Populate a squad-builder app with player ratings, positions, and versions returned by search_players.
  • Filter high-pace players from the catalog using the min_pace parameter on get_players.
  • Resolve player names to Futbin IDs programmatically by querying search_players before fetching full stats.
  • Alert users when a specific player's price changes by polling get_player_details on a schedule.
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 Futbin have an official developer API?+
Futbin does not publish an official public developer API or documented API program. This Parse API provides structured access to the player and market data available on futbin.com.
How do I get a player's detailed stats if I only know their name?+
Call search_players with the player's name as the query parameter. Each result in the results array includes an id field. Pass that id as the player_id parameter to get_player_details to retrieve the full sub-stat breakdown and current prices.
What does the year parameter in get_player_details control?+
It targets a specific EA FC game edition. For example, passing '26' returns data for EA FC 26 player cards. If omitted, the endpoint defaults to the current context. Player IDs can differ across editions, so use an id obtained from search_players for the same edition.
Does the API cover Squad Building Challenge (SBC) data or player chemistry styles?+
Not currently. The API covers player ratings, positions, market prices, in-game stats, and market trend indices. You can fork it on Parse and revise it to add an endpoint targeting Futbin's SBC or chemistry style pages.
Are market prices always present in the get_player_details response?+
Not always. The prices object reflects market availability at the time of the request. Players with no active listings or those from older editions may return limited or empty price data. The top_movers array in get_market_trends can similarly be empty during low-activity periods.
Page content last updated . Spec covers 4 endpoints from futbin.com.
Related APIs in SportsSee all →
ncaa.com API
Access live college sports scores, game schedules, detailed boxscores, play-by-play breakdowns, and team statistics across NCAA sports. Search for specific contests and retrieve comprehensive game information for any NCAA sport, division, or team.
bet365.bet.br API
Access live betting odds, featured sports events, and real-time scores directly from bet365 Brazil's platform across multiple sports including Formula 1 and in-play markets. Get current match results, browse available betting categories, and view homepage promotions all through structured data endpoints.
nfl.com API
Access real-time NFL data including game schedules, scores, player statistics, team rosters, standings, injury reports, fantasy rankings, and the latest news — all from nfl.com.
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.
axs.com API
Search for events, performers, and venues across AXS.com to find tickets, pricing, and availability information in your area or by category. Browse featured events, explore venues by city, and access detailed event information all in one place.
pdga.com API
Access player profiles, ratings history, tournament events, live scoring, world rankings, and the course directory from the Professional Disc Golf Association.
bwfbadminton.com API
Track badminton tournaments worldwide by browsing the BWF calendar, viewing tournament draw brackets, and retrieving detailed match results with player stats and scores. Stay updated on competitions and analyze matchups with comprehensive tournament data from the Badminton World Federation.
formula1.com API
Get comprehensive Formula 1 data including race results, qualifying sessions, practice sessions, pit stops, and driver/team standings from 1950 to present. Track live race schedules, fastest laps, starting grids, and historical world champions to stay updated on all F1 season information.