Skip to content

Instantly share code, notes, and snippets.

@usrNotFound
usrNotFound / countries.json
Last active May 7, 2020 14:29
A list of countries in JSON with center latitude, longitude, alpha code 2, 3 and iso numeric code
[
{
"name": "Andorra",
"slug": "andorra",
"latitude": "42.546245",
"longitude": "1.601554",
"alpha_2_code": "AD",
"alpha_3_code": "AND",
"iso_numeric_code": "020"
},