Bungie-net / api

Resources for the Bungie.net API
Other
1.22k stars 92 forks source link

Support for Current Fireteam/Activity #307

Closed k3nsanders closed 1 year ago

k3nsanders commented 6 years ago

Is there an appetite at Bungie for supporting the ability to dynamically retrieve who is in your current fireteam in Destiny 2? I've been acquainting myself with the API recently and my first thought was that this was something you'd be able to get through the GetPostGameCarnageReport endpoint. After tinkering a bit I realized that only reports on finished activities. I'm trying to build a web portal so we can view fireteam status in real-time, but I'm now certain there's not a way to access this data. Longer term ambitions would include peeking into the current kill/death count, but I think just getting the fireteam list itself would be a great start.

lowlines commented 4 years ago

Ok, started doing some testing:

[edit]

lowlines commented 4 years ago

Another interesting thing is say when you are in an activity like a Nightfall and you are in a public space, all the random players count towards the numberOfOpponents stat.

ckhicks commented 4 years ago

That could be a fun side effect...thinking about yet another Tower leaderboard, haha. Thanks for sharing your findings so far!

lowlines commented 4 years ago

Another side effect of public spaces is that the numberOfOpponents continues to count up as new players show up. It doesn't appear to subtract players when they leave.

nabsboss commented 2 years ago

Hi !

With the crossplay, it is possible to add the "membershipType" with the "membershipId" in the "partyMembers" ? It will be very usefull !

justrealmilk commented 2 years ago

Hi !

With the crossplay, it is possible to add the "membershipType" with the "membershipId" in the "partyMembers" ? It will be very usefull !

It's not. It's not there now due to backend performance considerations. We have to determine the type ourselves.

nabsboss commented 1 year ago

Hi ! I finally followed your advice and try to request the informations separetly but how did you get the "numberOfPlayers" information ?

rslifka commented 1 year ago

For @vthornheart-bng 's sake, seems like we can close this ticket instead of piling on and open up something else? The original request was for "current fireteam" which Transitory has met for some time!

I see others have commented asking for match-made teammates and opponents as part of the transitory data. The other features discussed in this ticket seem more related to https://github.com/Bungie-net/api/issues/1185.

Vote to close this!

k3nsanders commented 1 year ago

Honestly...I'm surprised this has been open as long as it has been. I believe my request has been fulfilled at this point. Apologies for leaving it open so long!