countries-list
Version:
Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.
33 lines (17 loc) • 880 B
Markdown
# Countries & Languages: minimal size files
This directory contains simplified data for each list,
converting `Object` with fields to `Array` with fields in predefined order to decrease the file size (and traffic).
## Country codes: ISO 3166-1 **alpha-2** to **alpha-3** ~2.7KB
Example: `{"UA":"UKR"}`
## Country codes: ISO 3166-1 **alpha-3** to **alpha-2** ~2.7KB
Example: `{"UKR":"UA"}`
## Country emoji by **ISO 3166-1 alpha-2** code ~3.9KB
Example: `{"UA":"🇺🇦"}`
## Country names (English) by **ISO 3166-1 alpha-2** code ~4.3KB
Example: `{"UA":"Ukraine"}`
## Country names (native) by **ISO 3166-1 alpha-2** code ~4.8KB
Example: `{"UA":"Україна"}`
## Language names (English) by **ISO 639-1 alpha-2** code ~1.7KB
Example: `{"uk":"Ukrainian"}`
## Language names (native) by **ISO 639-1 alpha-2** code ~2.2KB
Example: `{"uk":"Українська"}`