api
api copied to clipboard
Resources for the Bungie.net API
Calling: https://www.bungie.net/Platform/Destiny2/1/Profile/4611686018429783292/?components=1100 and querying DestinyMetricDefinition : 3787323274 (Weekly Trials Win Streak) returns: ``` "3787323274": { "invisible": false, "objectiveProgress": { "objectiveHash": 4268700417, "progress": 0, "completionValue": 5, "complete": false, "visible": true }...
Hi, it looks like images from bungie.net are set to `Access-Control-Allow-Origin: https://www.bungie.net/` . Which generally isn't an issue but is in my use case. Canvas are more sensitive to this...
im tryna make a website where you can find information about random rolls and other stuff about a destiny weapon you search for kinda like a watered down light.gg for...
Hello, I am new to this so apologize in advance if this is an obvious error but I'm trying to test a basic program to get vendor data using OAuth...
I'm trying to collect information on Trials of Osiris matches as the basis for a personal study into trends in matches over time, and getting a significant portion of the...
API call: https://www.bungie.net/Platform/Destiny2/3/Profile/4611686018475222724/?components=100,200 Note that stats "144602215" (Intelligence) is -2; The docs specify that the value is signed: https://bungie-net.github.io/multi/schema_Destiny-Entities-Characters-DestinyCharacterComponent.html#schema_Destiny-Entities-Characters-DestinyCharacterComponent But this is the first time I've ever seen a negative...
I'm having an issue validating the state coming back from a request to the OAuth Authorization URL if it contains a '+'. (I'm just base64 encoding a randomly generated byte...
I'm starting out working on a data project and am having trouble pulling basic player info. I've made successful basic JSON requests but I'm trying to simply get player info,...
3rd party API consumers could address a lot of use cases if a) items could be marked as "trash" via the API and b) 1st party tools could shard all...