Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dealloc committed Feb 28, 2024
1 parent edab084 commit 41484d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ This is **NOT** an official *nor* endorsed API and may stop functioning at any t
Currently the API does not enforce authentication.
You can see all active war seasons at `/api/`

Once you picked a war season you can query it with the currently implemented endpoints:
- `/api/:war_id/info`
- `/api/:war_id/planets`
We provide an OpenApi specification which you can download at [`/api/openapi`](https://helldivers-2.fly.dev/api/openapi)

for example: https://helldivers-2.fly.dev/api/801/info will yield the war season information of `801`
We also provide a SwaggerUI view on the above specification [here](https://helldivers-2.fly.dev/api/swaggerui).

### Rate limit
Currently the rate limit is set rather low, at 10 requests/5 minutes.
Expand Down

0 comments on commit 41484d4

Please sign in to comment.