originally posted in:BungieNetPlatform
If you go to the [i]/Stats/PostGameCarnageReport/{activityId}/[/i] endpoint, you can find it there. It's buried in the response object.
If you go to [i]Response[data][entires][0][extended][values][/i] there is a large list of values, some of which are titled:
- medalsKillMulti3
- medalsKillSpree1
- medalsActivityCompleteVictory
- medalsActivityCompleteHighestScoreWinning
The 0 there just gives the info for the first player. I'm assuming that all medals will have "medals" in their string. You can then see how many times the player received those medals by doing: [i]Response[data][entires][0][extended][values][MEDAL_TITLE][basic][value][/i]
Hope this helps!
English
-
Does anyone know how to interpret the medal names? For example, is medalsKillMulti3 a triple kill? Or is medalsKillSpree1 a 1 kill spree or a 5 kill spree?