Whoscored: List Matches
Whoscored via Parse · sports
Retrieve all fixtures and results for a specific team. For current active seasons, data comes from the team's fixtures page in a single request. When a season parameter is provided and matches for that season are archived (e.g. a completed league season), the endpoint fetches archived tournament data by iterating through monthly fixture feeds, resulting in ~14 requests total. Each match includes match_id (usable with get_match_events), date, kickoff time, home/away teams with IDs, score (null for upcoming), status, tournament name, and season. Results are chronologically ordered across all tournaments the team participates in. Access football player and team search plus detailed seasonal performance statistics from WhoScored.com. Fulfilled by Parse from whoscored.com.
- entertainment
- parse
- platform-key
- sports
- whoscored
- whoscored-com
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/fefeab4f-b650-45ef-9b05-42622fe3619a/list_matches
- Interface artifact
- sha256:e5887f9c3d098612da33bda5deeebe059b6cdfcaf6be79a556a6efe291038519
- Manifest digest
- sha256:d9620ecd42f1794cd05b8ca9280b63bd3afeb851600beca0369bf77e2994640e
Request fields
- season (string): Season to filter by in YYYY/YYYY format (e.g. '2024/2025'). When omitted, returns matches from all current seasons.
- team_id (string, required): Numeric team ID from WhoScored (obtainable from search endpoint results)
Example queries
- {"season":"2025/2026","team_id":"65"}