网站:https://apex.tracker.gg/apex

接口:https://api.tracker.gg/api/v1/apex/insights/distribution?platform=origin&field=RankScore


const data = {"data":[{"tier":"Rookie 4","count":5530,"pct":0.656520087377719,"highest":250},{"tier":"Rookie 3","count":6804,"pct":0.80776901890018,"highest":500},{"tier":"Rookie 2","count":5505,"pct":0.653552094215975,"highest":750},{"tier":"Rookie 1","count":32464,"pct":3.85411720011397,"highest":1000},{"tier":"Bronze 4","count":34569,"pct":4.1040222243328,"highest":1500},{"tier":"Bronze 3","count":27006,"pct":3.20614493304207,"highest":2000},{"tier":"Bronze 2","count":22772,"pct":2.70348561116915,"highest":2500},{"tier":"Bronze 1","count":18032,"pct":2.14075410770254,"highest":3000},{"tier":"Silver 4","count":25872,"pct":3.07151676322538,"highest":3600},{"tier":"Silver 3","count":33664,"pct":3.99658087187767,"highest":4200},{"tier":"Silver 2","count":30023,"pct":3.56432234780131,"highest":4800},{"tier":"Silver 1","count":26165,"pct":3.10630164308101,"highest":5400},{"tier":"Gold 4","count":43040,"pct":5.10969702725805,"highest":6100},{"tier":"Gold 3","count":51393,"pct":6.10136290245987,"highest":6800},{"tier":"Gold 2","count":52056,"pct":6.18007408110932,"highest":7500},{"tier":"Gold 1","count":44157,"pct":5.24230696172476,"highest":8200},{"tier":"Platinum 4","count":72177,"pct":8.56883369740716,"highest":9000},{"tier":"Platinum 3","count":70910,"pct":8.41841580396999,"highest":9800},{"tier":"Platinum 2","count":42694,"pct":5.06862000189952,"highest":10600},{"tier":"Platinum 1","count":33299,"pct":3.95324817171621,"highest":11400},{"tier":"Diamond 4","count":71287,"pct":8.46317314084909,"highest":12300},{"tier":"Diamond 3","count":53679,"pct":6.37275619716972,"highest":13200},{"tier":"Diamond 2","count":15224,"pct":1.80738911577548,"highest":14100},{"tier":"Diamond 1","count":6785,"pct":0.805513344097255,"highest":15000},{"tier":"Master","count":16463,"pct":1.9544828568715,"highest":313143},{"tier":"Predator","count":750,"pct":0.0890397948523127,"highest":313143}]}


const totalCount = data.data.reduce((accumulator, currentValue) => {
    return accumulator + currentValue.count;
}, 0);


console.log("Total count:", totalCount);

截至目前当前赛季赛段排位玩家总人数 845513 人(含脚本机器人)