Using bungie-net-sdk with bungie.net

Java integration

Install
# Maven: see https://github.com/b1uedust/bungie-net-sdk
Get the common settings used by the Bungie.Net environment.
curl \
  -H "X-API-Key: $API_KEY" \
  https://www.bungie.net/Platform/Settings/
Gets any active global alert for display in the forum banners, help pages, et…
curl \
  -H "X-API-Key: $API_KEY" \
  https://www.bungie.net/Platform/GlobalAlerts/
Get list of applications created by Bungie.
curl \
  -H "X-API-Key: $API_KEY" \
  https://www.bungie.net/Platform/App/FirstParty/
SDK on GitHub 📄 API Docs
SDK
bungie-net-sdk
Java
API
bungie.net
bungie.net
At a glance
Language Java
Endpoints134
Base URLhttps://www.bungie.net/Platform