We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/api/v1/war
https://github.com/sebsebmc/helldivers-history
Factions currently responds with [] and no actual data
[]
curl -H "Accept-Language: en-us" https://helldivers-2-dotnet.fly.dev/api/v1/war
Something like ["Humans", "Terminids", "Automatons"]
["Humans", "Terminids", "Automatons"]
{"started":"2024-01-23T20:05:13Z","ended":"2028-02-08T20:04:55Z","now":"1970-02-24T10:33:40Z","clientVersion":"0.3.0","factions":[],"impactMultiplier":0.012120398,"statistics":{"missionsWon":112362781,"missionsLost":11913252,"missionTime":119763643969,"terminidKills":9386109258,"automatonKills":3204924753,"illuminateKills":28,"bulletsFired":82143992697,"bulletsHit":83056767905,"timePlayed":119763643969,"deaths":407118779,"revives":2,"friendlies":56219002,"missionSuccessRate":90,"accuracy":100,"playerCount":245023}}
### System Info _No response_ ### Any additional comments? _No response_
The text was updated successfully, but these errors were encountered:
Thanks for the detailed issue.
Should be fixed in this PR.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Link to faulty endpoint
/api/v1/war
The name of your client/application
https://github.com/sebsebmc/helldivers-history
Request information
Factions currently responds with
[]
and no actual dataSteps to reproduce
curl -H "Accept-Language: en-us" https://helldivers-2-dotnet.fly.dev/api/v1/war
What is expected?
Something like
["Humans", "Terminids", "Automatons"]
What is actually happening?
The text was updated successfully, but these errors were encountered: