Bungie-net / api

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

Season pass level #1430

Open WolandRoot opened 3 years ago

WolandRoot commented 3 years ago

Hi, How to determine user's season pass level via api? Right now I'm trying to use wastedondestiny.com but they still have previous season pass level.

Parisito1234 commented 3 years ago

Destiny2.GetProfile records should have the info you're looking for.

Here's the endpoint that I was able to find it under /Destiny2/{membershipType}/Profile/{destinyMembershipId}/?components=900 Season of the Chosen pass level hash is 1661195512 and you can grab the objective data from there. OAuth not required.

I didn't really dig around too much to see if it's able to be found elsewhere, but it's possible.