Destiny The Game
Bungie Platform API
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Games & Comics
- Documentation / URL
- https://bungie-net.github.io/multi/index.html
Overview
Bungie’s Destiny 2 Platform API exposes the game’s data — characters, inventory, activities, and the Manifest (item database). Some public endpoints work without a key (the Manifest was accessible keyless in our test, verified); full access needs a free API key.
Quick Start
Destiny Manifest — worked keyless in our test (verified live):
curl "https://www.bungie.net/Platform/Destiny2/Manifest/"
{
"Response": {
"version": "12.4.0.0",
"mobileWorldContentPaths": { "en": "/common/destiny2_content/.../world_content.json" },
"jsonWorldComponentContentPaths": { "en": { "DestinyInventoryItemDefinition": ".../en.json" } }
},
"ErrorCode": 1,
"ThrottleSeconds": 0
}
With a key (register at bungie.net → developer portal):
curl "https://www.bungie.net/Platform/Destiny2/Manifest/" \
-H "X-API-Key: YOUR_KEY"
Authentication
- Register at bungie.net → Create App in the developer portal → API key.
- Send it as the
X-API-Keyheader. - Some public endpoints work keyless (Manifest verified) — most require a key.
Rate Limits & Notes
- Per-app rate limits (~25 requests/15 seconds per key, see docs).
- The Manifest (definitions DB) is the foundation — download and parse it for item/activity data.
- OAuth adds user-scoped access (characters, inventory).
ErrorCode: 1means success in responses.
FAQ
Is Destiny API free? Yes — free API key; some endpoints work keyless (Manifest verified).
How do I get a key? bungie.net → developer portal → Create App.
What’s the Manifest? The downloadable database of all item/activity definitions.
More in Games & Comics
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| AmiiboAPI Nintendo Amiibo Information | No auth | Yes | Yes | ↗ |
| Animal Crossing: New Horizons API for critters, fossils, art, music, furniture and villagers | No auth | Yes | Unknown | ↗ |
| Astroworld Free Minecraft data: mobs, biomes, items, enchantments, structures, commands, versions, achievements, trades | No auth | Yes | Yes | ↗ |
| Autochess VNG Rest Api for Autochess VNG | No auth | Yes | Yes | ↗ |
| Barter.VG Provides information about Game, DLC, Bundles, Giveaways, Trading | No auth | Yes | Yes | ↗ |