Hey I want to get my character stats using the API, but I can't figure out how to use the map returning in the response
[quote]
"stats": {
"144602215": 0,
"209426660": 40,
"392767087": 5,
"925767036": 75,
"1735777505": 0,
"1885944937": 147,
"1935470627": 148,
"1943323491": 3,
"2762071195": 50,
"2837207746": 40,
"2996146975": 3,
"3555269338": 28,
"3897883278": 0,
"4244567218": 0
}
[/quote]
How can I know what each key means ?
There is nothing useful in the docs
[url]https://bungie-net.github.io/multi/schema_Destiny-Entities-Characters-DestinyCharacterComponent.html#schema_Destiny-Entities-Characters-DestinyCharacterComponent[/url]
Thanks
Tzelon M.
-
Edited by Tzelon_47: 10/6/2017 1:32:40 PMGot it! using the manifest and the right definition request with the hash I can receive details https://bungie.net/Platform/Destiny2/Manifest/DestinyStatDefinition/144602215/ "Response": { "displayProperties": { "description": "Decreases the cooldown of your Super ability, allowing you to use it more often.\n\nFind and equip armor with Strength to boost this effect.", "name": "Intellect", "icon": "/common/destiny2_content/icons/53ee2cc59a778cad94daeea68e7bed36.png", "hasIcon": true }, "aggregationType": 1, "hasComputedBlock": true, "interpolate": false, "hash": 144602215, "index": 6, "redacted": false },