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
-
Just realised my Regular Expression wasn't including Endpoints with Vn on the end. The [url=http://bungienetplatform.wikia.com/wiki/Endpoints]Endpoints[/url] page has been updated to include these. Missed Endpoints: [quote]/User/SearchUsersPaged/[i]/[j]/[h]/ /Message/GetConversationByIdV2/[e]/ /Message/GetConversationWithMemberV2/[e]/ /Message/GetConversationThreadV3/[e]/[i]/ /Message/SaveMessageV3/ /Message/GetConversationsV5/[h]/ /Message/GetUnreadConversationCountV4/ /Message/GetConversationsV4/[h]/ /Message/GetUnreadConversationCountV3/ /Message/GetUnreadPrivateConversationCount/ /Message/SaveMessageV2/ /Message/GetConversationsV2/[h]/[e]/ /Message/GetConversationsV3/[h]/[e]/ /Message/GetConversationThreadV2/[e]/[i]/[f]/ /Content/Site/Homepage/V2/ /Content/Site/Destiny/V2/[h]/ /Activity/Following/V2/[f]/[e]/ /Activity/User/[e]/Following/V2/[g]/[f]/ /Activity/User/[i]/Activities/LikesAndSharesV2/ /Activity/User/[i]/Activities/ForumsV2/ /Group/Create/V2/ /Group/[e]/EditV2/ /Group/[f]/Members/PendingV2/ /Group/[f]/Members/ApplyV2/ /Group/[f]/Members/[e]/ApproveV2/ /Group/[f]/Members/[e]/DenyV2/ /Group/User/[f]/JoinedV3/[g]/ /Group/User/[f]/PendingV2/[g]/ /Group/[j]/MembersV3/ /Group/[g]/AdminsV2/ /Group/[g]/BannedV2/ /Group/[i]/MembersV2/ /Group/MyGroups/V2/[f]/ /Group/MyPendingGroups/V2/[f]/ /Group/User/[f]/Joined/[g]/ [/quote]