JavaScript is required to use Bungie.net

Help

Help us help you.
originally posted in:BungieNetPlatform
2/20/2017 6:27:35 AM
2

In which api I find the raid complet stats

I am looking for the api where I find the raid conclusions. Divided into "VoG, Crota, KF, WoM respectively HM un NM
English
#Help #Raid #api

Posting in language:

 

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

View Entire Topic
  • Edited by xgerhard: 2/20/2017 9:06:20 PM
    I use the following endpoint: [url]https://www.bungie.net/platform/destiny/help/HelpDetail/GET?uri=Stats%2fAggregateActivityStats%2f%7bmembershipType%7d%2f%7bdestinyMembershipId%7d%2f%7bcharacterId%7d%2f[/url] You will have to loop the characters and count up the completions. In the response you will have to look for the following activity hashes with the field 'activityCompletions'. "kingsfall" => array(1733556769 => "nm", 3534581229 => "hm"), "vog" => array(2659248071 => "nm", 2659248068 => "hm"), "crota" => array(1836893116 => "nm", 1836893119 => "hm"), "wrathofthemachine" => array(260765522 => "nm", 1387993552 => "hm"), nm = Normal mode hm = Hard mode

    Posting in language:

     

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

    1 Reply
    You are not allowed to view this content.
    ;
    preload icon
    preload icon
    preload icon