Using bungie-sdk-python with bungie.net

Python integration

Install
pip install bungie-sdk-python
Quick start
import bungie-sdk-python

# Set your API key
client = bungie_sdk_python.Client(api_key="YOUR_API_KEY")
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-sdk-python
Python
API
bungie.net
bungie.net
At a glance
Language Python
Endpoints134
Base URLhttps://www.bungie.net/Platform