1.0.0 • Published 6 years ago

all-countries-and-cities-json v1.0.0

Weekly downloads
107
License
MIT
Repository
github
Last release
6 years ago

all-countries-and-cities-json

A list of all world countries and cities stored in JSON format. Contains only ASCII-names sorted in alphabetical order.

Example

{
  "Afghanistan": [
    "Herat",
    "Kabul",
    "Kandahar",
    ...
  ],
  "Albania": [
    "Elbasan",
    "Petran",
    "Pogradec",
    ...
  ],
  ...
}

Usage

You can use git clone command to obtain a local copy of this repository:

$ git clone https://github.com/meMo-Minsk/all-countries-and-cities-json.git

Or you can simply download zip archive.

Also you can grab any raw file directly from GitHub servers:

DescriptionFile nameFile size
Uncompressed JSON filecountries.json1.4M
Minified JSON filecountries.min.json1.0M
Minified and gzip-compressed JSON filecountries.min.json.gz330K

Agreement

This data is provided "as is" without warranty or any representation of accuracy, timeliness or completeness.

License

This project is licensed under the MIT License - see the LICENSE file for details.