Using bungie-api-sdk with bungie.net

JavaScript integration

Install
npm install bungie-api-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-api-sdk
JavaScript
API
bungie.net
bungie.net
At a glance
Language JavaScript
Endpoints134
Base URLhttps://www.bungie.net/Platform