uefa.com API: get_player_rankings
uefa.com via Parse · sports
Fetch aggregated player performance data for a competition and season sorted descending by the first stat listed. Each entry includes full player details, team details, and the requested statistics. Supports pagination via limit and offset. The stats parameter controls which statistics appear in each player entry. 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-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/23f00bd9-dcc1-4cac-90a0-b4a57ec8b416/get_player_rankings
- Interface artifact
- sha256:389c4008a3ea528e478654932c40dd3c1c64ea3fb2850f0015976152bffe9abc
- Manifest digest
- sha256:d85bb8a6487539b7980398c3a4e3d243985e78310a90a64e538cf34e1360bb00
Request fields
- limit (integer): Max results per page (max 100).
- stats (string): Comma-separated list of statistic names to include. Available names retrievable from get_stat_definitions.
- offset (integer): Pagination offset (number of records to skip).
- 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
- {"limit":"5","stats":"goals,assists","offset":"0","season_year":"2026","competition_id":"1"}