@legendaryrob/countrify
Version:
A package to assist in the disection of ISO-3166-1(country) and ISO-3166-2(subdivision) ISO standards.
75 lines • 1.62 kB
JSON
{
"FR": {
"continent": "Europe",
"address_format": "{{recipient}}\n{{street}}\n{{postalcode}} {{city}}\n{{country}}",
"alpha2": "FR",
"alpha3": "FRA",
"country_code": "33",
"international_prefix": "00",
"ioc": "FRA",
"gec": "FR",
"name": "France",
"national_destination_code_lengths": [
1
],
"national_number_lengths": [
9,
10
],
"national_prefix": "0",
"number": "250",
"region": "Europe",
"subregion": "Western Europe",
"world_region": "EMEA",
"un_locode": "FR",
"nationality": "French",
"eu_member": true,
"eea_member": true,
"vat_rates": {
"standard": 20,
"reduced": [
5.5,
10
],
"super_reduced": 2.1,
"parking": null
},
"postal_code": true,
"unofficial_names": [
"France",
"Frankreich",
"the French Republic",
"フランス",
"Frankrijk",
"Francia"
],
"languages_official": [
"fr"
],
"languages_spoken": [
"fr"
],
"geo": {
"latitude": 46.227638,
"latitude_dec": "46.63727951049805",
"longitude": 2.213749,
"longitude_dec": "2.3382623195648193",
"max_latitude": 51.1241999,
"max_longitude": 9.6624999,
"min_latitude": 41.3253001,
"min_longitude": -5.5591,
"bounds": {
"northeast": {
"lat": 51.1241999,
"lng": 9.6624999
},
"southwest": {
"lat": 41.3253001,
"lng": -5.5591
}
}
},
"currency_code": "EUR",
"start_of_week": "monday"
}
}