Americansocceranalysis: Get Goalkeepers Xgoals
Americansocceranalysis via Parse · sports
Get USLC goalkeeper expected goals (xGoals) data. Returns shots faced, goals conceded, saves, headed shot share, expected goals faced, goals minus xGoals, and goals divided by xGoals per goalkeeper. Results can be filtered by season, team, player, date range, stage, and minimum minutes played. Without filters, returns all goalkeepers across all available seasons. Note: season_name and date range (start_date/end_date) are mutually exclusive filters. Extract USL Championship goalkeeper statistics including goals-added metrics and expected goals (xGoals) data from American Soccer Analysis. Fulfilled by Parse from app.americansocceranalysis.com.
- americansocceranalysis
- app-americansocceranalysis-com
- 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/16cc59c4-5fe8-4fae-8d52-428bc4e6363e/get_goalkeepers_xgoals
- Interface artifact
- sha256:a8011da90e4443ec01e6c349bf24ce16612e3f5910d8a80b0d60ae805fbedf50
- Manifest digest
- sha256:df6d473cd80ee8cb46c20bf87296f5082317abcdb26f0d06fb24e5598250583d
Request fields
- team_id (string): Team ID(s) to filter by, comma-separated.
- end_date (string): End date filter in YYYY-MM-DD format. Mutually exclusive with season_name.
- player_id (string): Player ID(s) to filter by, comma-separated.
- stage_name (string): Stage name filter (e.g. 'Regular Season').
- start_date (string): Start date filter in YYYY-MM-DD format. Mutually exclusive with season_name.
- season_name (string): Season year(s) to filter by, comma-separated (e.g. '2023' or '2022,2023'). Mutually exclusive with start_date/end_date.: Allowed values: 2023, 2024
- split_by_games (string): Whether to split stats by game. Accepted values: 'true', 'false'.
- split_by_teams (string): Whether to split stats by team. Accepted values: 'true', 'false'.: Allowed values: true, false
- minimum_minutes (integer): Minimum minutes played filter.
- general_position (string): General position filter.
- split_by_seasons (string): Whether to split stats by season. Accepted values: 'true', 'false'.
Example queries
- {"stage_name":"Regular Season","season_name":"2023","split_by_teams":"true","minimum_minutes":"500"}