← Back to Dashboard

Destiny The Game

Games & ComicsActiveUnknownAuth: API KeyDoc: Repo
Visit Website ↗

Description

Bungie Platform API

✨ AI Summary

The Bungie Platform API provides programmatic access to data for Destiny The Game, developed by Bungie.

Code Example

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())

Live Health Metrics

Last 50 checks (10 min intervals)