-
Notifications
You must be signed in to change notification settings - Fork 7
/
sample-response.jsonp
95 lines (95 loc) · 2.92 KB
/
sample-response.jsonp
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
yourCallback({
"code": 200,
"meta": {
"query": {
"date": {
"$gte": {
"$date": 1368162000000
},
"$lte": {
"$date": 1368853199000
}
},
"location": {
"$geoWithin": {
"$geometry": {
"coordinates": [
[
[
-87.6674222946167,
42.00782733501583
],
[
-87.66729354858398,
42.00581036220167
],
[
-87.66204714775085,
42.00582630690156
],
[
-87.66302347183228,
42.00837740741237
],
[
-87.6674222946167,
42.00782733501583
]
]
],
"type": "Polygon"
}
}
},
"type": {
"$in": [
"violent",
"property",
"quality"
]
}
},
"total_results": 1
},
"results": [
{
"_id": {
"$oid": "519f878e3c002ed20d7896b0"
},
"arrest": false,
"beat": "2431",
"block": "014XX W MORSE AVE",
"case_number": "HW277368",
"community_area": "1",
"date": {
"$date": 1368721800000
},
"description": "TO VEHICLE",
"district": "024",
"domestic": false,
"fbi_code": "14",
"id": "9132606",
"iucr": "1320",
"latitude": "42.00778004584161",
"location": {
"coordinates": [
-87.66690898033619,
42.00778004584161
],
"type": "Point"
},
"location_description": "PARKING LOT/GARAGE(NON.RESID.)",
"longitude": "-87.66690898033619",
"primary_type": "CRIMINAL DAMAGE",
"type": "quality",
"updated_on": {
"$date": 1368923980000
},
"ward": "49",
"x_coordinate": "1165371",
"y_coordinate": "1946130",
"year": "2013"
}
],
"status": "ok"
})