Fotmob: Get Cup Players
Fotmob via Parse · sports
Get all players who participated in a cup competition by aggregating lineup data across finished matches. Fetches the fixture list for the cup, then fetches match details for up to 25 of the most recent finished matches (later rounds prioritized), and aggregates unique players with cumulative stats. Returns players sorted by appearances (descending), then goals (descending). Each request makes up to 26 upstream calls (1 for fixtures + up to 25 for match details). Best suited for cup competitions with knockout rounds. 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_cup_players
- Interface artifact
- sha256:8794a17edf8d68eef02ebad9fdbf2c37806b82761e92555923e992ba873dd646
- Manifest digest
- sha256:7fcc5e66af2b14b3016ff5d41e1fd82268ee63b57ff6898ad8b417d59cb08d61
Request fields
- season (string): Season in YYYY/YYYY format (e.g. 2024/2025). Omitting returns the current/latest season.
- league_id (string, required): League/cup ID (e.g. 133 for EFL Cup, 132 for FA Cup, 73 for Europa League). Obtainable from get_leagues.
Example queries
- {"season":"2024/2025","league_id":"133"}