-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcountry.example.json
96 lines (96 loc) · 1.58 KB
/
country.example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[
{
"name": "Brazil",
"topLevelDomain": [
".br"
],
"alpha2Code": "BR",
"alpha3Code": "BRA",
"callingCodes": [
"55"
],
"capital": "Brasília",
"altSpellings": [
"BR",
"Brasil",
"Federative Republic of Brazil",
"República Federativa do Brasil"
],
"region": "Americas",
"subregion": "South America",
"population": 206135893,
"latlng": [
-10.0,
-55.0
],
"demonym": "Brazilian",
"area": 8515767.0,
"gini": 54.7,
"timezones": [
"UTC-05:00",
"UTC-04:00",
"UTC-03:00",
"UTC-02:00"
],
"borders": [
"ARG",
"BOL",
"COL",
"GUF",
"GUY",
"PRY",
"PER",
"SUR",
"URY",
"VEN"
],
"nativeName": "Brasil",
"numericCode": "076",
"currencies": [
{
"code": "BRL",
"name": "Brazilian real",
"symbol": "R$"
}
],
"languages": [
{
"iso639_1": "pt",
"iso639_2": "por",
"name": "Portuguese",
"nativeName": "Português"
}
],
"translations": {
"de": "Brasilien",
"es": "Brasil",
"fr": "Brésil",
"ja": "ブラジル",
"it": "Brasile",
"br": "Brasil",
"pt": "Brasil",
"nl": "Brazilië",
"hr": "Brazil",
"fa": "برزیل"
},
"flag": "https://restcountries.eu/data/bra.svg",
"regionalBlocs": [
{
"acronym": "USAN",
"name": "Union of South American Nations",
"otherAcronyms": [
"UNASUR",
"UNASUL",
"UZAN"
],
"otherNames": [
"Unión de Naciones Suramericanas",
"União de Nações Sul-Americanas",
"Unie van Zuid-Amerikaanse Naties",
"South American Union"
]
}
],
"cioc": "BRA"
}
]