Cpbl: Get Player Stats
Cpbl via Parse · sports
Retrieve historical season-by-season statistics for a specific player. Returns yearly stats including batting average, home runs, OBP, SLG, OPS, and advanced sabermetric metrics (wOBA, wRC+, BABIP, K%, BB%). The player ID is obtainable from get_player_list or get_all_stats results. Comprehensive API for the Chinese Professional Baseball League (CPBL), providing game schedules, box scores, player statistics, play-by-play feeds, standings, player lists, aggregate stats, and news. Fulfilled by Parse from cpbl.com.tw.
- cpbl
- cpbl-com-tw
- entertainment
- 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/8d3d047b-7e60-446f-be5c-a8087c717d60/get_player_stats
- Interface artifact
- sha256:93143f1f7aad7ac75000a9d54594c61525c530c302df603369193c3cd2478ae3
- Manifest digest
- sha256:d11a41cf2590fcef585e9f7c344041e6a79c6703b1f6d659391c1b1381795d46
Request fields
- acnt (string, required): Player account ID, a 10-digit zero-padded string (e.g. 0000003649). Obtainable from get_player_list or get_all_stats results.
- kind_code (string): Game type code.: Allowed values: B, A, C, G
- stat_type (string): Type of stats to retrieve.: Allowed values: batting, pitching, defence
Example queries
- {"acnt":"0000003649","kind_code":"A","stat_type":"batting"}