JavaScript is required to use Bungie.net

Group Avatar

BungieNetPlatform

"Updates, discussions, and documentation of the BungieNetPlatform API."

Request Join
originally posted in:BungieNetPlatform
3/8/2015 4:16:45 AM
1

A minified status ui, and how many calls to the API to get all the data required.

Hi all, After poking around all the great destinystatus.com like websites I wanted an interface that was boiled down and showed me just the data I wanted on a screen the size of a mobile phone without having to scroll up and down a lot. So I built this; http://www.littlelight.link/ What I am asking the community is what is the minimum calls to the BungieNetPlatform in order to get the required information. Also, is there an endpoint I don't know about that can pull a search on activity history for an account rather than an individual character?

Posting in language:

 

Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Edited by NguyenKen: 3/9/2015 7:44:31 PM
    I notice it's kinda slow to pull the information you have on that website (maybe it's just your server speed) My step to pull the info you have are: 1) Login with PSN 2) Find MembershipID with Tag 3) Pull Char IDs with MembershipID 4) a) Check Advisor Info : if there is none, proceed to step b) else continue step 5) b) Check Complete Endpoint of Account 5) Grab Weekly / Nightfall info (if advisor info found, pull raid info as well else proceed step 6) 6) Grab Raid info from ActivityHistory (last 50 activities)

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

    5 Replies
    You are not allowed to view this content.
    ;
    preload icon
    preload icon
    preload icon