countryjs
Version:
A utility library for returning country data, ISO info and states/provinces within them.
112 lines • 4.5 kB
JSON
{
"name": "South Sudan",
"altSpellings": ["SS"],
"area": 619745,
"borders": ["CAF", "COD", "ETH", "KEN", "SDN", "UGA"],
"callingCodes": ["211"],
"capital": "Juba",
"currencies": ["SSP"],
"demonym": "South Sudanese",
"flag": "",
"geoJSON": {
"type": "FeatureCollection",
"features": [{
"type": "Feature",
"id": "SSD",
"properties": {
"name": "South Sudan"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[]
]
]
}
}]
},
"ISO": {
"alpha2": "SS",
"alpha3": "SSD"
},
"languages": ["en"],
"latlng": [7, 30],
"nativeName": "South Sudan",
"population": 11384393,
"provinces": ["Andalucia", "Aragon", "Asturias", "Baleares (Balearic Islands)", "Canarias (Canary Islands)", "Cantabria", "Castilla y Leon", "Castilla-La Mancha", "Cataluna", "Ceuta", "Communidad Valencian", "Extremadura", "Galicia", "Islas Chafarinas", "La Rioja", "Madrid", "Melilla", "Murcia", "Navarra", "Pais Vasco (Basque Country)", "Penon de Alhucemas", "Penon de Velez de la Gomera"],
"region": "Africa",
"subregion": "Middle Africa",
"timezones": ["UTC+03:00"],
"tld": [".ss"],
"translations": {
"de": "Südsudan",
"es": "Sudán del Sur",
"fr": "Soudan du Sud",
"ja": "南スーダン",
"it": "Sudan del sud"
},
"wiki": "http://en.wikipedia.org/wiki/spain"
}