-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsample.json
More file actions
61 lines (61 loc) · 1.01 KB
/
Copy pathsample.json
File metadata and controls
61 lines (61 loc) · 1.01 KB
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
{
"name": "United States",
"capital": "Washington D.C.",
"altSpellings": [
"US",
"USA",
"United States of America"
],
"relevance": "3.5",
"region": "Americas",
"subregion": "Northern America",
"translations": {
"de": "Vereinigte Staaten von Amerika",
"es": "Estados Unidos",
"fr": "États-Unis",
"ja": "アメリカ合衆国",
"it": "Stati Uniti D'America"
},
"population": 321645000,
"latlng": [
38,
-97
],
"demonym": "American",
"area": 9629091,
"gini": 48,
"timezones": [
"UTC−12:00",
"UTC−11:00",
"UTC−10:00",
"UTC−09:00",
"UTC−08:00",
"UTC−07:00",
"UTC−06:00",
"UTC−05:00",
"UTC−04:00",
"UTC+10:00",
"UTC+12:00"
],
"borders": [
"CAN",
"MEX"
],
"nativeName": "United States",
"callingCodes": [
"1"
],
"topLevelDomain": [
".us"
],
"alpha2Code": "US",
"alpha3Code": "USA",
"currencies": [
"USD",
"USN",
"USS"
],
"languages": [
"en"
]
}