So when you're in the database, how can you tell from each item's json file what season it's from?
I know that there's a table for the seasons, and it shows each one and its description, but i have no idea how to connect that to each item.
On a more general note, is there any good documentation on the database? I'm really just stumbling through this, and I hope there's a better way
Thanks
Is the full API Documentation what you're after?
https://bungie-net.github.io/
That's the full breakdown of everything to my knowledge. I don't do any API programming myself, but I believe that was shown to me in the past concerning how to get such things as the full listings and the like; you just need to call things individually through whatever methods you end up needing to use to search through everything.
Just bear in mind that if you're compiling a list of the entire database, that the API does seem to throttle certain traffic, so repeated calls may have to be spaced out to effectively build your list(s) so you don't end up spamming the API and making it lock you out.