Fotmob: Get League Players
Fotmob via Parse · sports
Get all players from every team in a league for a specific season with biographical details. For historical seasons, uses league-wide stats data for performance metrics (goals, assists, rating, minutes played, matches played) and enriches each player with biographical data (age, date_of_birth, nationality, height, shirt_number, market_value) from team squad and individual player endpoints. For the current/latest season, fetches the full squad roster per team with biographical details and coaching staff. Historical seasons make approximately 26-56 upstream requests (5 stat files + 20 squad fetches + up to 30 individual player fetches for players who left their club); the current season makes one request per team (typically 20-21 requests total). Access football/soccer data from FotMob including leagues, matches, standings, and detailed match statistics. Fulfilled by Parse from fotmob.com.
- entertainment
- fotmob
- fotmob-com
- news-media
- 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/645b8e03-271d-4c85-97e7-35d5733a2d78/get_league_players
- Interface artifact
- sha256:df82c6b429f448afb39fafdb374620740fca86a77539e4b8c3479bd678b9fcfc
- Manifest digest
- sha256:e0a1dd3a97d5a658be72f4a8a25a4b22e294462881a1220a62790644781eea25
Request fields
- season (string): Season in YYYY/YYYY format (e.g. 2024/2025). Omitting returns the current/latest season.
- league_id (string, required): League ID (e.g. 47 for Premier League). Obtainable from get_leagues.
Example queries
- {"season":"2024/2025","league_id":"47"}