Skip to content

Instantly share code, notes, and snippets.

@kamal
Forked from huy-viki/regions2.json
Created September 4, 2013 20:12
Show Gist options
  • Save kamal/6442256 to your computer and use it in GitHub Desktop.
Save kamal/6442256 to your computer and use it in GitHub Desktop.
{
"continents": {
"Africa": [
"Africa"
],
"Antarctica": [
"Antarctica"
],
"Asia": [
"Asia"
],
"Europe": [
"Asia",
"Europe"
],
"North America": [
"Latin America and the Caribbean"
],
"Oceania": [
"Oceania"
],
"South America": [
"Latin America and the Caribbean",
"South America"
]
},
"regions": {
"Africa": [
"Central Africa",
"East Africa",
"North Africa",
"South Africa",
"West Africa"
],
"Antarctica": [
"Antarctica"
],
"Asia": [
"Central Asia",
"East Asia",
"South Asia",
"South East Asia",
"West Asia"
],
"Europe": [
"East Europe",
"North Europe",
"South Europe",
"West Europe"
],
"Latin America and the Caribbean": [
"Caribbean",
"Central America",
"North America",
"South America"
],
"Oceania": [
"Australia and New Zealand",
"Melanesia",
"Micronesia",
"Polynesia"
],
"South America": [
"South America"
]
},
"sub_regions": {
"Antarctica": [
"aq",
"bv",
"hm",
"tf"
],
"Australia and New Zealand": [
"au",
"nf",
"nz"
],
"Caribbean": [
"ag",
"ai",
"an",
"aw",
"bb",
"bs",
"cu",
"dm",
"do",
"gd",
"gp",
"ht",
"jm",
"kn",
"ky",
"lc",
"mf",
"mq",
"ms",
"pr",
"tc",
"tt",
"vc",
"vg",
"vi"
],
"Central Africa": [
"ao",
"cd",
"cf",
"cg",
"cm",
"ga",
"gq",
"st",
"td"
],
"Central America": [
"bz",
"cr",
"gt",
"hn",
"mx",
"ni",
"pa",
"sv"
],
"Central Asia": [
"kg",
"kz",
"tj",
"tm",
"uz"
],
"East Africa": [
"bi",
"dj",
"er",
"et",
"ke",
"km",
"mg",
"mu",
"mw",
"mz",
"re",
"rw",
"sc",
"so",
"tz",
"ug",
"yt",
"zm",
"zw"
],
"East Asia": [
"cn",
"hk",
"jp",
"kp",
"kr",
"mn",
"mo",
"tw"
],
"East Europe": [
"bg",
"by",
"cz",
"hu",
"md",
"pl",
"ro",
"ru",
"sk",
"ua"
],
"Melanesia": [
"fj",
"nc",
"pg",
"sb",
"vu"
],
"Micronesia": [
"fm",
"gu",
"ki",
"mh",
"mp",
"nr",
"pw",
"um"
],
"North Africa": [
"dz",
"eg",
"eh",
"ly",
"ma",
"sd",
"tn"
],
"North America": [
"bm",
"ca",
"gl",
"pm",
"us"
],
"North Europe": [
"ax",
"dk",
"ee",
"fi",
"fo",
"gb",
"ie",
"im",
"is",
"lt",
"lv",
"no",
"se",
"sj"
],
"Polynesia": [
"as",
"ck",
"nu",
"pf",
"pn",
"tk",
"to",
"tv",
"wf",
"ws"
],
"South Africa": [
"bw",
"ls",
"na",
"sz",
"za"
],
"South America": [
"ar",
"bo",
"br",
"cl",
"co",
"ec",
"fk",
"gf",
"gs",
"gy",
"pe",
"py",
"sr",
"uy",
"ve"
],
"South Asia": [
"af",
"bd",
"bt",
"in",
"io",
"ir",
"lk",
"mv",
"np",
"pk"
],
"South East Asia": [
"bn",
"cc",
"cx",
"id",
"kh",
"la",
"mm",
"my",
"ph",
"sg",
"th",
"tl",
"vn"
],
"South Europe": [
"ad",
"al",
"ba",
"es",
"gi",
"gr",
"hr",
"it",
"me",
"mk",
"mt",
"pt",
"rs",
"si",
"sm",
"va",
"xk"
],
"West Africa": [
"bf",
"bj",
"ci",
"cv",
"gh",
"gm",
"gn",
"gw",
"lr",
"ml",
"mr",
"ne",
"ng",
"sh",
"sl",
"sn",
"tg"
],
"West Asia": [
"ae",
"am",
"az",
"bh",
"cy",
"ge",
"il",
"iq",
"jo",
"kw",
"lb",
"om",
"ps",
"qa",
"sa",
"sy",
"tr",
"ye"
],
"West Europe": [
"at",
"be",
"ch",
"de",
"fr",
"gg",
"je",
"li",
"lu",
"mc",
"nl"
],
"Undefined": [
"ap",
"rd",
"zz"
]
}
}
@choonkeat
Copy link

ahhhhhhhhhhhhhhhhhhh not again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment