With this API you can get countries, states and cities around the world.
- https://country-state-city.net/countries
- https://country-state-city.net/states/:country
- https://country-state-city.net/cities/:country/:state
The params :country and :state are Iso2.
export GIN_MODE=release
go build -o dist/CountryStateCityApi ./cmd