Fotmob: Get Historical Match Results
Fotmob via Parse · sports
Get detailed historical match results for a league season, with optional team filter. For each finished match, returns scores (HT/FT/ET), penalty shootout details, goals with scorers and assists, cards, substitutions, team stats (possession, shots, xG, passes, etc.), venue, and referee. Fetches individual match details for each fixture in the season, so filtering by team_id is recommended for faster responses. 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_historical_match_results
- Interface artifact
- sha256:d49462111efd5b128968863622ce8f1eaad81c391f1a38289b8ad4f4d5ab162b
- Manifest digest
- sha256:ce3464bbf00db4488ccddee6dd9b2761519777b43c80a4fbae3636044908d0bf
Request fields
- season (string): Season in YYYY/YYYY format (e.g. 2024/2025). Omitting returns the current/latest season.
- team_id (string): Numeric FotMob team ID to filter results to only matches involving this team. Obtainable from get_matches_by_date or get_league_details.
- league_id (string, required): League ID (e.g. 47 for Premier League). Obtainable from get_leagues.
Example queries
- {"season":"2024/2025","team_id":"9825","league_id":"47"}