helldivers-2 / api

A community driven API for Helldivers 2
https://helldivers-2.github.io/api/
MIT License
219 stars 19 forks source link

[BUG]: L'estrade sector name typo #98

Closed paulleonartcalvo closed 6 months ago

paulleonartcalvo commented 6 months ago

Link to faulty endpoint

https://api.helldivers2.dev/api/v1/planets/259

The name of your client/application

Helldiver Strategos

Request information

Planet name is just wrong. At least according to game client should be "L'estrade"

Steps to reproduce

Run query, check body for sector for planet Omicron

What is expected?

should be "L'estrade"

image

What is actually happening?

It is showing "Le'strade"

System Info

No response

Any additional comments?

No response

paulleonartcalvo commented 6 months ago

Looks like these are defined here:

https://github.com/helldivers-2/json/blob/master/planets/planets.json

dealloc commented 6 months ago

linked in helldivers-2/json#33