Skip to content
forked from lkozyr/CityList

Json files with a list of 200K cities worldwide (id, city, country, geo coordinates). Good for city search functionality.

License

Notifications You must be signed in to change notification settings

apimgr/CityList

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CitiesList

json files with a list of all cities worldwide(id, city, country, geo coordinates). Good for city search functionality, e.g.: weather for city functionality.

City ids are from geonames database ( http://www.geonames.org ). More about geonames db: https://en.wikipedia.org/wiki/GeoNames.

City ids also match the ids from openweathermap service (see https://openweathermap.org/find?q= ).

curl -q -LSsf 'https://raw.githubusercontent.com/apimgr/CityList/master/api/city.list.json' | jq -r '.'

Zipcodes

Added us.zipcode.json

curl -q -LSsf 'https://raw.githubusercontent.com/apimgr/CityList/master/api/us.zipcodes.json' | jq -r '.'

About

Json files with a list of 200K cities worldwide (id, city, country, geo coordinates). Good for city search functionality.

Resources

License

Stars

Watchers

Forks