Make Your First Request
Get started with the RaidHub API by making your first request. We’ll use the status endpoint to verify the API is working.Get an API key (production only)
If you’re developing locally (from
localhost), you can skip this step. The API does not require authentication for development requests.- Join the RaidHub Discord
- Request an API key in the developer channel
- Provide your application’s origin domain for CORS configuration
Understanding the Response
Every RaidHub API response follows a consistent format:- code: Response code (e.g., “Success” or error codes)
- minted: Timestamp when the response was generated
- success: Boolean indicating if the request succeeded
- response: The actual data payload (only present on success)
- error: Error details (only present on failure)
Next Steps
Now that you’ve made your first request, explore the API’s capabilities:Search for Players
Find players by their Bungie name or platform display name.
View Leaderboards
Query global and raid-specific leaderboards.
Get Player Stats
Access detailed raid statistics for any player.
Authentication
Learn more about API key authentication and CORS.