Flashscore: Get Player Results
Flashscore via Parse · sports
Get a player's recent match history with per-match performance stats. Resolves the player's current team from their profile, fetches the team's paginated results (40 per page, most recent first), then enriches each match with the player's individual stats from match events — goals, assists, yellow/red cards, substitution times. Minutes played is estimated from sub events when available. Rating is reserved for future availability. The player_id and player_slug are obtainable from the search endpoint (type 'PlayerInTeam'). Real-time and historical sports data from FlashScore covering football, tennis, basketball, hockey, table tennis, esports, and dozens of leagues worldwide. Provides live scores, fixtures, comprehensive match statistics, match events/timelines, and league standings. Fulfilled by Parse from flashscore.com.
- entertainment
- finance
- flashscore
- flashscore-com
- 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
- POST /scraper/e4c11d5d-7c48-4a9d-9141-7abf0692ddcd/get_player_results
- Interface artifact
- sha256:2dea508acf5e73e4c5d281c6d5fbeb6ed3cac91a20edbee15c00df0fb45cfbb0
- Manifest digest
- sha256:b6b426ede2788b9bc5314c01c29973536a2b24881559ee7e13024db2e7bb8089
Request fields
- page (integer): Page number for pagination (1 = most recent results, each page returns up to 40 matches).
- player_id (string, required): FlashScore player ID (e.g. 'UmV9iQmE'). Obtainable from search results.
- player_slug (string, required): URL slug for the player (e.g. 'haaland-erling'). Obtainable from search results.
Example queries
- {"page":"1","player_id":"UmV9iQmE","player_slug":"haaland-erling"}