All Projects → olahol → iso-3166-2.json

olahol / iso-3166-2.json

Licence: other
JSON file of ISO 3166-2 subdivisions.

Programming Languages

javascript
184084 projects - #8 most used programming language

iso-3166-2.json

NPM version Downloads Size Gzipped size

JSON file of ISO 3166-2 subdivisions.

Install

$ npm i iso-3166-2.json --save

Layout

{
  [country code]: {
    name: [country name]
    divisions: {
      [subdivision code]: [subdivision name]
    }
  }
}

or

{
  ...
  US: {
    name: "United States"
    divisions: {
      ...
      "US-CA": "California"
      ...
    }
  }
  ...
}

Source

eQuest.csv

From eQuest, derived from:

http://docs.equest.com/eQuestCountryAndStateCodes.xls

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].