-
There is a player with Bungie name `[BS] Fei#5889` that has an unused playstation account (4611686018449535891) and a pc account (4611686018467381147)
I believe cross save is **not** enabled.
Wh…
-
Recently the API has been returning the incorrect number of nightfalls,
when the nightfalls were [manually swapped](https://twitter.com/Bungie/status/1143927969745756161) the API returned 6 nightf…
-
When you make a get profile call and ask for the records, it returns a profileRecords section and a characterRecords section. All the titles I've grabbed from the API previously have been in the prof…
ghost updated
5 years ago
-
This has been happening every run for my activity loader since 6/11/2019 3:23:08 AM PT
`Errored out on: Velton#1370; mmemberid:4611686018468602035; charid: 2305843009299309015
-- DBLoader-Activ…
ghost updated
5 years ago
-
Example URL:
`https://www.bungie.net/Platform/Destiny2/2/Account/4611686018452569232/Character/2305843009332944311/Stats/?modes=5,10,12,19,25,31,37,38,39,48,49&periodType=AllTime`
Under the weapon…
-
Quick heads up: Starting in our late January release (tenatively scheduled for the 22nd), we will begin forcing all calls to made to Destiny2/Stats/PostGameCarnageReport on the domain www.bungie.net t…
-
Hi
I don’t understand how to make a request on a protected resources.
I have my token, but how to use like « ReadDestinyInventoryAndVault », it’s a mystery to me.
Could you give me a example please…
-
Just fixed the manifest code to work with the new API stuff.
```
import requests, zipfile, os, pickle, json, sqlite3
HEADERS = {"X-API-Key":"your-api-key"}
def get_manifest():
manifest_…
-
I've been looping through various Manifest databases to generate my own index and found a structural difference in `clanbanner_sql_content`. While most have an ID and JSON key with the data, the follo…
-
Hello 👋
I'm working on creating a feature to show the current weapon meta, which requires scraping the `/Platform/Destiny2/Stats/PostGameCarnageReport/${id}/` endpoint, at least from my understandi…