coh2stats
coh2stats copied to clipboard
Feral accounts are not supported
There exists multiple types of accounts. For example when you search this one https://coh2-api.reliclink.com/community/leaderboard/GetPersonalStat?title=coh2&search=rak
{
"id": 6556450,
"name": "",
"type": 1,
"members": [
{
"profile_id": 4412017,
"name": "/feral/97200",
"alias": "RAK",
"personal_statgroup_id": 6556450,
"xp": 149145,
"level": 13,
"leaderboardregion_id": 2,
"country": "sg"
}
]
},
Which are not supported by the system. Only steam accounts like this:
{
"id": 6556450,
"name": "",
"type": 1,
"members": [
{
"profile_id": 4412017,
"name": "/feral/97200",
"alias": "RAK",
"personal_statgroup_id": 6556450,
"xp": 149145,
"level": 13,
"leaderboardregion_id": 2,
"country": "sg"
}
]
},
IDK where everywhere we count with just steam but 100% search does not support feral accounts and filters them out.