Original Post — Direct link

After exploring the Destiny API and various fan sites like Braytech and Ishtar-collective I've decided to try making my own.  So my question is: Where do sites like the ones mentioned get their images?  Does the API provide anything?  I've never made anything where I had to worry about intellectual property or whatever so I'm just not sure where to start.  Thanks for any help you all can provide.

External link →
over 5 years ago - /u/EdgarVerona - Direct link

Yes, check out https://github.com/Bungie-net/api/ for more information! You'll find that there's an ocean of both static information (which includes the images and "definitions" of items etc you are looking for) which you can grab either via downloading JSON files or grabbing our mobile SQLite databases, and live data that you can get by hitting our endpoints.

It's a bit of an involved process, but that's the best place to start up!

As far as what you're allowed to do with it, when you generate an API key for your application at:

https://www.bungie.net/en/Application

You'll get a link to our Terms of Service (https://www.bungie.net/7/en/Legal/Terms), which is gigantic but the relevant part is the "BUNGIE.NET API TERMS AND CONDITIONS" section.