originally posted in:BungieNetPlatform
View Entire Topic
Hello all,
Does anybody now which private API's I need to use to get all character and vault items?
I have tried the public account data but I believe this only shows equipped items.
Can anyone also advise how I would get hold of the thumbnail images for the items? Are they included in the JSON data or do I need to extract from the SQLite databases?
Regards
Matt
English
-
For the second question I am fairly sure the images you want are in the SQLite database. They're stored as relative URLs too, so you'll need to prepend "www.bungie.net" to them.