-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathusa.json
51 lines (51 loc) · 1.46 KB
/
usa.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
{
"key_data" : "usa",
"details" : {
"name": "USA",
"capital": "Washington, D.C.",
"capital_geolocation": {
"type": "Point",
"coordinates": [-77.016667, 38.883333]
},
"largest_city":"New York City",
"largest_citygeolocation": {
"type": "Point",
"coordinates": [-74, 40.716667]
},
"religions": ["Christianity",
"Unaffiliated", "Unknown", "Jewish",
"Muslim", "Buddhist", "Hindu",
"Others"],
"declaration": "1776-07-04",
"confederation": "1781-03-01",
"geography": {
"total_area_sq_km": 9833520,
"water_percent": 6.97
},
"population": {
"population_2017": 325719178,
"density_sq_km": 32.8
},
"currency": "USD",
"currency_full": "United States Dollar",
"iso_3166_code": "US",
"calling_code": "+1"
},
"indexes" : {
"indexes" : [
["currency"],
["capital_geolocation"],
["largest_citygeolocation"],
["declaration"],
["confederation"],
["geography", "total_area_sq_km"],
["geography", "water_percent"],
["population", "density_sq_km"]
],
"lowercase_indexes" : [
["capital"],
["largest_city"],
["currency_full"]
]
}
}