danielfttorres / country_codes

JSON Country Codes (ISO 3166-1, ISO 3166-2:BS, ISO 4217 and ccTLD)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON Country Codes

Country Codes in Simple JSON format

Countries data

  • name - common name in english
  • name_official - official name in english
  • alpha_2 - code ISO 3166-1 alpha-2
  • alpha_3 - code ISO 3166-1 alpha-3
  • country_code code ISO 3166-1 numeric
  • country_code_iso - country code ISO 3166-2:BS
  • currency_name - main currency name
  • currency_code - main currency ISO 4217 code
  • currency_number - main currency ISO 4217 number
  • ccTLD - country ccTLD code
  • phone_code - International country phone code

Countries data to add

  1. name_native - common name in native language
  2. language - three-letter ISO 639-3 language code
  3. language_name - official language name in english
  4. language_name_native - official language name spelling

Licence and Copyright

MIT License

Softlation (c) 2013-2019 All Rights Reserved

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

JSON Country Codes (ISO 3166-1, ISO 3166-2:BS, ISO 4217 and ccTLD)

License:MIT License