countries-states-cities-database icon indicating copy to clipboard operation
countries-states-cities-database copied to clipboard

🌍 Discover our global repository of countries, states, and cities! 🏙️ Get comprehensive data in JSON, SQL, PSQL, XML, YAML, and CSV formats. Access ISO2, ISO3 codes, country code, capital, native la...

Results 165 countries-states-cities-database issues
Sort by recently updated
recently updated
newest added

In the 'states' table, there were missing data and duplicate entries. Cities were correctly associated with Italian regions, but provinces were not linked to anything. Additionally, not all 107 Italian...

I checked Valais, Muraz is missing and postal code should be 1893, Collombey and Monthey postal codes are wrong. In Vaud, Lausanne postal code is wrong as well.

The United States has only 50 states but it returns 66 states. Sample (index.js): ``` const { State } = require('country-state-city') console.log(State.getStatesOfCountry('US').map((p) => p.name).length) ``` This is the list that...

I can make an endpoint to provide the states and code of each country

Sevastopol municipality contains cities and districts from Irkutsk oblast. Sevastopol is municipality and should contain only Sevastopol city The city of Irkutsk showed as a municipality without any cities Irkutsk...

I've noticed that there are some country names in the data that appear to be empty, and there are also cases where a state name of the United States (US)...

It appears you all have Dutch Islands listed under Netherlands Province List. If they aren't part of the actual country, they shouldn't be listed. Also, North Brabant and North Holland,...

I noticed that there are way to many cities for this district. For instance Lisbon and Sintra are there and they are themselves districts which is weird. I confirmed the...

Would love for this repo to provide a Prisma Schema (with relations) and the corresponding seed data (updated sql imports) so that this data could be used in Prisma projects...