Football Data: Get Person Matches
Football Data via Parse · sports
Retrieve matches associated with a specific person. The endpoint may return empty results for some players without competition and date filters due to API tier limitations. For best results, provide both a competition filter and a date range. Access football/soccer data including competitions, matches, teams, players, standings, and scorers from major leagues worldwide. Fulfilled by Parse from football-data.org.
- entertainment
- football-data
- football-data-org
- maps-geo
- 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/fc8fa4d3-21c5-48eb-8805-dab2c13907f5/get_person_matches
- Interface artifact
- sha256:a641735fe1a0c2486bebed29d6dacb8b2aba5f2ee522f3e69074b2ed96240d52
- Manifest digest
- sha256:bad4a9b6db78fb3ad4721c1c7dcfb973ab3b5bfe6398e4853a15f26bec04fc89
Request fields
- limit (integer): Maximum number of matches to return
- offset (integer): Pagination offset
- status (string): Match status: SCHEDULED, LIVE, IN_PLAY, PAUSED, FINISHED, POSTPONED, CANCELLED: Allowed values: SCHEDULED, LIVE, IN_PLAY, PAUSED, FINISHED, POSTPONED, CANCELLED
- date_to (string): End date (YYYY-MM-DD)
- date_from (string): Start date (YYYY-MM-DD)
- person_id (integer, required): Person ID (e.g. 44 for Cristiano Ronaldo, 38101 for Erling Haaland)
- competitions (string): Comma-separated competition codes (e.g. 'PL' or 'PL,BL1')
Example queries
- {"limit":"10","offset":"0","status":"SCHEDULED","date_to":"2026-08-24","date_from":"2026-06-26","person_id":"44","competitions":"PL"}