api icon indicating copy to clipboard operation
api copied to clipboard

A community driven API for Helldivers 2

Results 13 api issues
Sort by recently updated
recently updated
newest added

(copy-paste from #102) The [OpenAPI spec](https://helldivers-2.github.io/api/docs/openapi/Helldivers-2-API.json) currently contains **`oneOf` lists for many schema object fields**. In most cases, these fields are mandatory. See for example `PlanetInfo.position`: ```json "PlanetInfo": { "type":...

feature request
PR ready
mapping

### Link to faulty endpoint `/api/v1/planets` ### The name of your client/application `SherkeyXD/helldivers-2-api-python` ### Request information ```python class API: api_root = "https://api.helldivers2.dev" headers = { "Accept": "application/json", "Accept-Language": "zh-Hans", "User-Agent":...

bug
mapping
blocked

### What problem does it solve It requires clients using the hosted version of the API to send along a `X-Super-Client` header that identifies their application, and optionally a `X-Super-Contact`...

documentation
feature request
blocked

### What problem does it solve Arrowhead uses seemingly arbitrary text formatting system that isn't compatible with most (if any) applications. ### What is the solution Convert Arrowhead's formatting tags...

good first issue
feature request
mapping

### What problem does it solve Provides API access to fetch warbond information ### What is the solution Add an API endpoint that returns the warbonds available ### Existing alternatives...

feature request
blocked

### Link to faulty endpoint api/v1/dispatches/ ### The name of your client/application GWW Bot ### Request information As discussed on Discord this endpoint ocassionally returns null for the message content....

bug
PR ready

It seems that the endpoint `/api/{war_id}/events/latest` no longer provides data when an global event is active and returns a `Not Found` error. Reproduction: - Wait till a `Global Event` is...

question

### What problem does it solve Currently, there is no option to get the current change rate for a planets liberation. You would need to save a snapshot yourself and...

feature request

Add support for ETags, which provide a way for applications to verify if a given endpoint still returns the last cached data. This reduces load and bandwidth With every fetch...

### What problem does it solve Arrowhead's API has an array called "rewards" in their assignment type (on the same level as the known "reward" object) which allows for **more...

feature request