originally posted in:BungieNetPlatform
View Entire Topic
A while back, Sargo Darya put up a thread with a [url=https://www.bungie.net/en/Clan/Post/39966/67395215/0/0]dump of all known APIs[/url] at the time, however as far as I know there hasn't been any updates on this for a while now, likely due to developments with the [url=https://www.bungie.net/en/Clan/Post/39966/85087279/0/0]Official APIs[/url].
So, using https://www.bungie.net/Scripts/platform.lib.min.js, a website that unminifys scripts (to examine it) and some Regular Expression magic, here is an updated version based on the most recent version of the bungie.net scripts file:
[edit]
I will create a new comment every time I spot new changes and will keep updating these Wikia pages whenever I spot changes, so treat them as your "master list".
Endpoints: [url]http://bungienetplatform.wikia.com/wiki/Endpoints[/url]
Globals: [url]http://bungienetplatform.wikia.com/wiki/Globals[/url]
Note: Dazarobbo has also set up a Wikia script to automatically generate pages for each global. [url]http://bungienetplatform.wikia.com/wiki/Category:Enum[/url]
Just be aware that if you see an API that isn't in the Official APIs, it will likely require authentication and/or not public for a reason. Also if a new API is public and hasn't been documented, there is a chance it might be still in development and prone to change, so be wary about relying on them straight away.
English
#api
-
New Endpoints (disabled as mentioned in a [url=https://www.bungie.net/en/Clan/Post/39966/167697659/0/0]theoretical post[/url]). [quote]BuyItem POST /Destiny/BuyItem/ RefundItem POST /Destiny/[e]/RefundItem/[/quote] New Globals [quote]"ForumMediaType": { "None": 0, "Image": 1, "Video": 2, "Youtube": 3 } "DestinyItemSubType": { "Mask": 19 } "RealTimeEventType": { "NotificationsChanged": 3, "MessageCounts": 4, "FriendCounts": 5, "Announcements": 6 }[/quote]