originally posted in:BungieNetPlatform
View Entire Topic
Hey all,
Quick question about item stats today :)
Using this wonderful group, I've managed to work out how to get a list of all items in the game using [b]destiny/Explorer/Items/
[/b] + the definitions.
What I'd like to do next is get all the relevant upgrades / abilities/ stats which comes with each item? Is there a way to do this using the public API?
Cheers :)
English
-
Edited by Rikkert2x: 2/6/2015 7:46:33 AMI'll help you out, I got all you wanted: https://www.bungie.net/Platform/destiny/Explorer/Items/?count=2&definitions=true&type=3 Stats: JSON->Response->definitions->items->{itemHash}->baseStast talentGridHash -> JSON->Response->definitions->items->{itemHash}->talentGridHash talentGrids -> JSON->Response->definitions->talentGrids->{itemHash} Everything is there, you just need to look better. Next time be more specific please, give full Link of the endpoint. Now i have to scan the endpoints..