Futbin: Get Players By League
Futbin via Parse · sports
Retrieves a paginated list of players belonging to a specific league from Futbin. Returns approximately 30 players per page with their ratings, positions, headshot images, club, nation, skill moves, weak foot, and card design image URLs. Supports optional version/promo filter and minimum rating filter. Access EA FC player data, market trends, and player search from Futbin. Fulfilled by Parse from futbin.com.
- entertainment
- futbin
- futbin-com
- marketplace
- parse
- platform-key
- sports
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/21963078-8a17-40ff-a896-9b0b0ec3e828/get_players_by_league
- Interface artifact
- sha256:048f7ea4fa703b46cef45adb6b429d0aa2d921569b7be43008a72f0bc04f2ae1
- Manifest digest
- sha256:7aaed4e87f22b1957f3204e2a99f5cf31db704029d229ca04ef5548062da43d0
Request fields
- page (integer): Page number for pagination.
- version (string): Card version/promo filter (e.g. 'TOTY', 'Path to Glory', 'Summer Stars', 'TOTS', 'Futties'). When provided, only players of that version are returned.
- league_id (string, required): Futbin league identifier (e.g. '13' for Premier League, '53' for LaLiga, '31' for Serie A, '19' for Bundesliga, '16' for Ligue 1, '350' for Saudi Pro League).
- min_rating (integer): Minimum overall rating filter. Only players with OVR >= this value are returned.
Example queries
- {"page":"1","league_id":"13"}