Skip to main content

Bungie API Endpoints

Complete reference documentation for all Bungie API endpoints available through the MOOD MNKY Bungie service integration.

Base URL

https://www.bungie.net/Platform

Authentication

All Bungie API requests require an API key:
X-API-Key: your-bungie-api-key
For authenticated endpoints, OAuth 2.0 is required. See the Authentication Guide for details.

Endpoint Categories

App Endpoints

  • Get Application Usage: Retrieve API usage statistics
  • Get Application Status: Check API service status

User Endpoints

  • Get User: Retrieve user profile information
  • Search Users: Search for users by display name
  • Get User Memberships: Get user membership information

Destiny 2 Endpoints

  • Get Character: Retrieve character information
  • Get Inventory: Get character inventory
  • Get Vault: Access character vault
  • Get Activities: Retrieve activity history
  • Get Milestones: Get milestone progress

Group V2 Endpoints

  • Get Group: Retrieve group/clan information
  • Search Groups: Search for groups
  • Get Group Members: Get group member list

Rate Limiting

The Bungie API enforces rate limits:
  • Per-Application: 25 requests per second
  • Per-User: 250 requests per 10 seconds
See Rate Limiting Guide for details.

Interactive Playground

Test endpoints interactively using the Bungie API Playground.