originally posted in:BungieNetPlatform
Edit... Actually, I wanted to know if the weeklys information is available via the API, for example... the current nightfall or the weekly heroic.
English
-
Oh yes, indeed it is - at least in a generic "what is the current nightfall/current weekly heroic" manner! Take a peek at that endpoint link Milkazar sent you - nightfallActivityHash will get you the Nightfall, heroicStrikeHashes will get you the various levels of heroic strike, etc... Now, these are all hashes, so you'll have to look them up in the Activity definitions. If you haven't done so already, grab the mobile databases and go to town on it!
-
Thanks! Are you referring to the sqliteDb? Do you know if the API supplies the burns? Here is the page I am developing for my clan, so it will give you an idea of what I am trying to achieve. Http://beta.theascendantguard.com Thanks for the info!!
-
ActivityDefinitions include a "skulls" array with all the stuff you should need to display the activity modifiers.
-
Yes indeed! That'll do the trick, good call lowlines! Now, if you end up wanting skulls specifically for Prison of Elders, it's a bit more involved - you'll get "scripted" skull hashes with the Advisor data, and instead of looking in the activity definition itself you'll have to look them up in the ScriptedSkulls database instead. It's a long story, but eventually skull information may/hopefully will move to ScriptedSkulls. For now though, Prison of Elders remains the sole outlier in the normal pattern.