Hey, I’ve been using the API, and realized that since Infection has been added, there are some Team Ids (8-11) in the Stats API that don’t exist in the Metadata API. Will ever be added? I also noticed that some of the “Score” fields in some of the “TeamStats” objects are 0, even though the “RoundStats” clearly indicate that the player had a higher score than zero.
{
“Rank”:0,
“RoundStats”:[{“Rank”:7,“RoundNumber”:1,“Score”:10},{“Rank”:8,“RoundNumber”:2,“Score”:20}],
“Score”:0,
“TeamId”:1
}
Thanks