Written 100% in TypeScript, running on Bun. Pulls data from the official game API and simplifies the data structure.
The HellHub API is a community-driven project that strives to provide easy access to the Helldivers 2 data. This project is part of the HellHub Collective.
To start using the HellHub API, you can use the following base for your requests:
https://api-hellhub-collective.koyeb.app/api
Followed by the endpoint you want to access. Our data is updated every minute. For more information on the available endpoints, check out the postman collection.
To Enforce fair usage, we have implemented a rate limiter. The HellHub API has a rate limit of 200 requests per minute. To avoid hitting rate limits in your clients check the following headers in your response:
X-Rate-Remaining
: The number of requests remaining.X-Rate-Limit
: The maximum number of requests per minute.X-Rate-Reset
: The time at which the current rate limit resets.X-Rate-Count
: The number of requests made in the current minute.
We reserve the right to block any IP address that uses the API in a way that is not fair to other users, or that is trying to abuse the system.
The unofficial game API was not explicitly made usable by Arrowhead Game Studios for third parties and thus may be subject to change at any time. This project will be updated to reflect any changes to the data source.
This project is licensed under the MIT License. See the LICENSE file for details.