originally posted in:BungieNetPlatform
There is probably a list on the wikia (I'll look really quick) but this is what I do:
Download the manifest, extract it (it's a zip file), then open it using a SQLite browser and check out the table names. The table names are your types. The way you get the download link is here:
https://www.bungie.net/en-US/Clan/Post/39966/105901734/0/0
If you use Firefox, there's a nifty extension that lets you read SQLite databases:
https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/
Otherwise just do a quick search for "SQLite Browsers" and you'll get a few good options.
English
-
Yep. Downloaded the manifest and some freeware sqlite browser and got what I need. Thanks! Everybody is so helpful.
-
You can also quickly get the names from [url]https://github.com/nmlorg/destiny-db/tree/gh-pages/definitions[/url], or the entire dictionary in one JSON file from [url]https://nmlorg.github.io/destiny-db/definitions.json[/url]. (I have a periodic job which is set to push the latest dictionary any time the manifest is updated, though it hasn't detected an update since I set up the job.)