Fotmob: Get Player Match Stats
Fotmob via Parse · sports
Get a game-by-game match log for a player from FotMob's recent matches data. Returns up to 60 of the player's most recent matches with date, competition, opponent, home/away, starting status, minutes, rating, goals, assists, and cards. Optional filters by season date range and league_id. A single upstream request. Advanced per-match metrics beyond goals/assists/rating are not available in this endpoint; use get_match_lineup for full per-player stats in a specific match. 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_player_match_stats
- Interface artifact
- sha256:6a7a62832361c09c0fdf321e29e6bcac45a64f1ea37a7a576572a24128ceabb6
- Manifest digest
- sha256:65316291d906e0634265f947b9142fa43264d5672782092affbeb13474eb24b4
Request fields
- season (string): Season in YYYY/YYYY format (e.g. '2025/2026'). Filters matches to those within the season's date range. Omitting returns all available recent matches (up to 60).
- league_id (string): Numeric league/competition ID to filter matches to a single competition. Obtainable from get_leagues or get_player_profile stat_seasons.
- player_id (string, required): Numeric FotMob player ID. Obtainable from search_players or get_player_profile.
Example queries
- {"season":"2025/2026","league_id":"47","player_id":"292462"}