MartinsOnuoha / countriesNowAPI

CountriesNow is an Open source API for retrieving geo-information for countries, including their states, cities, population, etc. 🌎
http://countriesnow.space
MIT License
185 stars 59 forks source link

[bug][missing data] The Netherlands result in an internal server error #63

Closed Ahd-3hd closed 3 years ago

Ahd-3hd commented 3 years ago

Hello

I'm facing issues with The Netherlands.

these endpoints return 404 country not found

POST https://countriesnow.space/api/v0.1/countries/cities

{
    "country": "Netherlands"
}

I've tried different variations of the country's name in addition to its informal name holland with different casing.

it's either 404 not found or internal server error.

MartinsOnuoha commented 3 years ago

Hi @Zeus3hd, I just checked and noticed this issue, I'm raising a fix for it right now.