B

Bungie.Net API

by Bungie.Net Free tier

These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality.

entertainmentgamingdestinybungie

Quick Reference

Base URL https://www.bungie.net/Platform Auth type API Key Header Auth header X-API-Key: YOUR_BUNGIE_API_KEY Rate limit 250 requests/10 seconds; 25,000/day Pricing Free Free quota 25,000 requests / day Documentation https://github.com/Bungie-net/api Endpoint status Live — HTTP 200 — endpoint is accessible2.47s (checked Mar 29, 2026) Builder score B 73% builder-friendly
Pricing
100
Latency
40
Depth
78

Authentication

API key in the X-API-Key request header

X-API-Key: YOUR_BUNGIE_API_KEY

Pricing

Model free Starting price Free Free quota 25,000 requests / day
PlanPrice/moIncluded
Free Free 25,000 req/day — completely free

Completely free. Default: 25,000 requests/day per API key. Throttle limit: 250 requests/10-sec window.

Key Endpoints

MethodPathDescription
GET /App/ApiUsage/{applicationId}/ Get API usage by application for time frame specified. You can go as far back as
GET /App/FirstParty/ Get list of applications created by Bungie.
GET /CommunityContent/Get/{sort}/{mediaFilter}/{page}/ Returns community content.
GET /Content/GetContentById/{id}/{locale}/ Returns a content item referenced by id
GET /Content/GetContentByTagAndType/{tag}/{type}/{locale}/ Returns the newest item that matches a given tag and Content Type.
GET /Content/GetContentType/{type}/ Gets an object describing a particular variant of content.
GET /Content/Rss/NewsArticles/{pageToken}/ Returns a JSON string response that is the RSS feed for news articles.
GET /Content/Search/{locale}/ Gets content based on querystring information passed in. Provides basic search a

Sample Request

curl -X GET 'https://www.bungie.net/Platform/App/ApiUsage/{applicationId}/' \
  -H 'X-API-Key: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Bungie.Net documentation.