Bungie Platform API
The Bungie Platform API provides programmatic access to data for Destiny The Game, developed by Bungie.
import requests
url = "https://www.bungie.net/Platform/Destiny2/2/Profile/4611686018428387085/?components=100"
headers = {
"X-API-Key": "YOUR_API_KEY"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)