Bungie-net / api

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

SearchDestinyPlayer returns an empy response #1524

Closed jpoff22 closed 3 years ago

jpoff22 commented 3 years ago

I am following along the tutorial for the introduction to the API here: https://github.com/vpzed/Destiny2-API-Info/wiki/API-Introduction-Part-1-Setup and when I use the request they have: "https://www.bungie.net/Platform/Destiny2/SearchDestinyPlayer/-1/dattowatto/" I am getting an empty response, but it returns as a success. Is there a new way this is done or what am I doing wrong? image

delphiactual commented 3 years ago

Search has changed recently use https://www.bungie.net/Platform/User/Search/Prefix/{username} for all your searching needs

jpoff22 commented 3 years ago

Search has changed recently use https://www.bungie.net/Platform/User/Search/Prefix/{username} for all your searching needs

Thanks!