Uefa: Get Matches
Uefa via Parse · sports
List matches for a competition within a date range. Returns detailed match data including home/away teams, scores, kick-off times, stadium, referees, and player events. Match IDs from this endpoint feed into get_match_player_stats. APIs for extracting detailed player performance statistics from UEFA competitions (Champions League, Europa League, Conference League), including seasonal rankings and granular per-match data. Fulfilled by Parse from uefa.com.
- entertainment
- news-media
- parse
- platform-key
- sports
- uefa
- uefa-com
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/23f00bd9-dcc1-4cac-90a0-b4a57ec8b416/get_matches
- Interface artifact
- sha256:d02591cd23a2390c93b68ddd044dc892903e53cd666fd9c862fc36136ac6e1e9
- Manifest digest
- sha256:89bf0f370762455aef81b0e97114dcf2240893094173d0cf21166a40c4bb01bd
Request fields
- to_date (string, required): End date in ISO format YYYY-MM-DD.
- from_date (string, required): Start date in ISO format YYYY-MM-DD.
- season_year (string): Season year as the ending year of the season (e.g. '2026' for 2025/26).
- competition_id (string): Competition ID. Use 1 for UCL, 14 for UEL, 2019 for UECL.: Allowed values: 1, 14, 2019
Example queries
- {"to_date":"2025-09-19","from_date":"2025-09-17","season_year":"2026","competition_id":"1"}