-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathRCMP_Data_Part_018.json
5545 lines (5545 loc) · 162 KB
/
RCMP_Data_Part_018.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"Case reference: 2020007369": {
"CaseRef": "Case reference: 2020007369",
"CaseDesc": "On October 14, 1981, at approximately 9:00pm, May Mah was last seen by her nurse in Toronto, Ontario.",
"CaseType": "Missing",
"CaseURL": "https://www.services.rcmp-grc.gc.ca/missing-disparus/case-dossier.jsf?case=2020007369&id=10",
"PersonsData": [
{
"Name": "MAH, May",
"InfoSection": {
"Missing since": [
"October 14, 1981"
],
"Year of birth": [
"1933"
],
"Age at disappearance": [
"48"
],
"Gender": [
"Female"
],
"Bio group": [
"Asian"
],
"Eye colour": [
"Brown"
],
"Hair": [
"Black, Wavy, Short"
],
"Height": [
"152cm / 5 ft 0 in"
],
"Weight": [
"73kg / 161lb"
],
"Build": [
"Heavy"
],
"Complexion": [
"Light/Fair"
]
},
"Images": []
}
]
},
"Case reference: 2006016699": {
"CaseRef": "Case reference: 2006016699",
"CaseDesc": "Michael Gadke and Morris Werenko were last seen in around Sault Ste. Marie, Ontario, and were last heard from as they were circling over Goulais Bay in a Cessna C-172 aircraft. The Cessna C-172, had white wings with red tips, a red fuselage with white stripe and white underside. Top of engine cowling was red.",
"CaseType": "Missing",
"CaseURL": "https://www.services.rcmp-grc.gc.ca/missing-disparus/case-dossier.jsf?case=2006016699&id=1",
"PersonsData": [
{
"Name": "WERENKO, Morris",
"InfoSection": {
"Missing since": [
"August 31, 1989"
],
"Year of birth": [
"1944"
],
"Age at disappearance": [
"45"
],
"Gender": [
"Male"
],
"Bio group": [
"White"
],
"Height": [
"180cm / 5 ft 11 in"
]
},
"Images": []
},
{
"Name": "GADKE, Parris Michael",
"InfoSection": {
"Missing since": [
"August 31, 1989"
],
"Year of birth": [
"1951"
],
"Age at disappearance": [
"37"
],
"Gender": [
"Male"
],
"Bio group": [
"White"
],
"Hair": [
"Brown, Short"
],
"Height": [
"180cm / 5 ft 11 in"
]
},
"Images": []
}
]
},
"Case reference: 2012020064": {
"CaseRef": "Case reference: 2012020064",
"CaseDesc": "On June 24, 2000, Irma Murdock was seen for the last time in Winnipeg, Manitoba. It is believed that Irma may have travelled to Vancouver, British Colombia.",
"CaseType": "Missing",
"CaseURL": "https://www.services.rcmp-grc.gc.ca/missing-disparus/case-dossier.jsf?case=2012020064&id=22",
"PersonsData": [
{
"Name": "MURDOCK, Irma Lynn",
"InfoSection": {
"Aliases": [
"PETERSON, Sharon Valerie",
"FLETT, Lisa Ann",
"MURDOCK, Lynn"
],
"Missing since": [
"June 24, 2000"
],
"Year of birth": [
"1967"
],
"Age at disappearance": [
"32"
],
"Gender": [
"Female"
],
"Bio group": [
"Indigenous"
],
"Eye colour": [
"Brown"
],
"Hair": [
"Black, Short"
],
"Height": [
"157cm / 5 ft 2 in"
],
"Weight": [
"59kg / 130lb"
],
"Complexion": [
"Other"
],
"Tattoo": [
"Upper Back, Rose",
"Right Calf, \"SEXY\"",
"Chest, \"CT\"",
"Left Calf, \"HE\" and \"RUS\"",
"Left Hand, Heart"
],
"Pierce": [
"Ears"
],
"Scar": [
"Right Forearm, 1\" square",
"Left Forearm, 3\""
]
},
"Images": [
"https://www.services.rcmp-grc.gc.ca/missing-disparus/showImage;jsessionid=TPW0js2TZrSTWrG4zqf3BWX3GrgTwhDKQDHsMGRKXy0pKBYGFbRH!1896142098?id=155&thumb=small"
]
}
]
},
"Case reference: 2014004632": {
"CaseRef": "Case reference: 2014004632",
"CaseDesc": "On May 9th, 2005, Dean Phillips was reported missing by his family in Campbell River, British Columbia. Dean was last seen at a local school in Campbell River and has not been seen or heard from since.",
"CaseType": "Missing",
"CaseURL": "https://www.services.rcmp-grc.gc.ca/missing-disparus/case-dossier.jsf?case=2014004632&id=4",
"PersonsData": [
{
"Name": "PHILLIPS, Dean Michael",
"InfoSection": {
"Missing since": [
"May 4, 2005"
],
"Year of birth": [
"1962"
],
"Age at disappearance": [
"42"
],
"Gender": [
"Male"
],
"Bio group": [
"White"
],
"Eye colour": [
"Brown"
],
"Hair": [
"Brown"
],
"Height": [
"178cm / 5 ft 10 in"
],
"Weight": [
"68kg / 150lb"
],
"Jacket": [
"Black"
],
"Scar": [
"Right Eye, above right eye",
"Right Cheek, lower right cheek"
],
"Mark": [
"Chin, Mole"
]
},
"Images": [
"https://www.services.rcmp-grc.gc.ca/missing-disparus/showImage;jsessionid=NcPgjs2NW6kBMxQ12GGJCJsTZVpGcvDS2VsSnvj7BzJjM0cbTYch!-1563261995?id=36135&thumb=small"
]
}
]
},
"Case reference: 2000000183": {
"CaseRef": "Case reference: 2000000183",
"CaseDesc": "Matthew was last seen at a truck stop in Sicamous in British Columbia, Canada.",
"CaseType": "Missing",
"CaseURL": "https://www.services.rcmp-grc.gc.ca/missing-disparus/case-dossier.jsf?case=2000000183&id=1",
"PersonsData": [
{
"Name": "RICHARD, Matthew Alan",
"InfoSection": {
"Aliases": [
"TAYLOR, Matthew Alan",
"TAYLOR-RICHARD, Matthew Alan",
"RICHARD-TAYLOR, Matthew Alan"
],
"Missing since": [
"October 30, 1999"
],
"Year of birth": [
"1983"
],
"Age at disappearance": [
"16"
],
"Gender": [
"Male"
],
"Bio group": [
"White"
],
"Eye colour": [
"Blue"
],
"Hair": [
"Blonde, Straight"
],
"Teeth": [
"Visible Decay, chipped front tooth."
],
"Height": [
"185cm / 6 ft 1 in"
],
"Weight": [
"82kg / 181lb"
],
"Build": [
"Slender/Thin"
],
"Complexion": [
"Light/Fair"
],
"Jacket": [
"Cotton, Unknown, hooded sweat shirt - \"hoody\""
],
"Shoes": [
"sneakers"
],
"Shirt": [
"Cotton, t-shirt"
]
},
"Images": [
"https://www.services.rcmp-grc.gc.ca/missing-disparus/showImage;jsessionid=d81Cjs2N4t5S56chpCsTTQmwccrG2rvLLGnXHWJpSQFdk4ZFpcHy!1896142098?id=57&thumb=small"
]
}
]
},
"Case reference: 2006003399": {
"CaseRef": "Case reference: 2006003399",
"CaseDesc": "On November 2, 2001, this male, was found in a sewer at 470 Lansdowne Avenue in Toronto. His ancestry is Caucasian, possibly Egyptian or mixed African/Caucasian. He had previous surgery of his left forearm, which had involved the implant of surgical plates. The numbers visible on the surgical plates could not be traced to a specific individual, however, it was determined that the lot was released some time after May 25, 1994. A MacDonald\u2019s name tag with the name \"Raymond\" was found in the sewer, which may or may not be related to this individual.",
"CaseType": "Unidentified",
"CaseURL": "https://www.services.rcmp-grc.gc.ca/missing-disparus/case-dossier.jsf?case=2006003399&id=0",
"PersonsData": [
{
"Name": "Male, 30 - 40",
"InfoSection": {
"Discovered on": [
"November 2, 2001"
],
"Est. age": [
"30\n to 40"
],
"Gender": [
"Male"
],
"Bio group": [
"Unknown"
],
"Teeth": [
"Visible Missing, Teeth were stained, which suggests he may have been a smoker, his upper central incisors were also missing"
],
"Height": [
"183cm / 6 ft 0 in to 188cm / 6 ft 2 in"
],
"Fractured/Broken Bones": [
"Left Hip, recent fracture of left hip",
"Chest, healed rib fractures"
],
"Deformity": [
"Nose, from a healed injury"
]
},
"Images": [
"https://www.services.rcmp-grc.gc.ca/missing-disparus/showImage;jsessionid=y3nJjs2T1gw4GqbVqlZV0yfK0d187lgC3gHNpMHQzByn4KLWpQ0h!-1563261995?id=6236&thumb=small"
]
}
]
},
"Case reference: 2012020650": {
"CaseRef": "Case reference: 2012020650",
"CaseDesc": "On February 11, 2007, Danita Bigeagle was seen for the last time near the 800 block of Victoria Avenue in Regina, Saskatchewan. Danita is known to frequent the city\u2019s downtown area, and she rarely leaves Regina.",
"CaseType": "Missing",
"CaseURL": "https://www.services.rcmp-grc.gc.ca/missing-disparus/case-dossier.jsf?case=2012020650&id=22",
"PersonsData": [
{
"Name": "BIGEAGLE, Danita Faith",
"InfoSection": {
"Aliases": [
"GADDIE, Danita Faith",
"DUCK, Tanya"
],
"Missing since": [
"February 11, 2007"
],
"Year of birth": [
"1984"
],
"Age at disappearance": [
"22"
],
"Gender": [
"Female"
],
"Bio group": [
"Indigenous"
],
"Eye colour": [
"Brown"
],
"Hair": [
"Black, Straight, Short, Straight"
],
"Teeth": [
"Good"
],
"Height": [
"168cm / 5 ft 6 in"
],
"Weight": [
"50kg / 110lb"
],
"Build": [
"Slender/Thin"
],
"Pants": [
"Black, Jeans"
],
"Shoes": [
"White, Running shoes"
],
"Hat": [
"Black, Toque"
],
"Jacket": [
"Black, Winter, Quilted parka with drawstring waist"
],
"Shirt": [
"Black, T-shirt \"Casper\""
],
"Scar": [
"Left Wrist",
"Left Forearm, Burn scar",
"Left Foot",
"Forehead, Four (4) - .04 inch scars"
],
"Tattoo": [
"Left Hand, Happy face and the letter \"d\" on the web of her left hand"
],
"Other": [
"Head, Possibly shaved eyebrows"
]
},
"Images": [
"https://www.services.rcmp-grc.gc.ca/missing-disparus/showImage;jsessionid=T8ZDjs2NKGlnm63JGnJv1p9B9FnpClgTh2ZQ7Yp4qZLYVpc2jHC2!-1563261995?id=185&thumb=small"
]
}
]
},
"Case reference: 2014003890": {
"CaseRef": "Case reference: 2014003890",
"CaseDesc": "On April 28, 1973, Guy Carignan was seen for the last time in Trois-Rivi\u00e8res, Quebec. He was to travel to Vancouver, British Columbia with a female friend. His family reported him missing on May 28, 1980. Investigations were conducted in Edmonton, Alberta and Vancouver, British Columbia. Law enforcement were unable to locate Guy or his female friend.",
"CaseType": "Missing",
"CaseURL": "https://www.services.rcmp-grc.gc.ca/missing-disparus/case-dossier.jsf?case=2014003890&id=1",
"PersonsData": [
{
"Name": "CARIGNAN, Guy",
"InfoSection": {
"Missing since": [
"April 28, 1973"
],
"Year of birth": [
"1950"
],
"Age at disappearance": [
"23"
],
"Gender": [
"Male"
],
"Bio group": [
"White"
],
"Eye colour": [
"Brown"
],
"Hair": [
"Brown"
],
"Height": [
"175cm / 5 ft 9 in"
],
"Weight": [
"61kg / 134lb"
],
"Coat": [
"Leather, Green"
],
"Pants": [
"Denim, Blue"
],
"Socks": [
"Wool, Grey"
],
"Glasses": [
""
],
"Mark": [
"Chest, red birthmark"
]
},
"Images": [
"https://www.services.rcmp-grc.gc.ca/missing-disparus/showImage;jsessionid=yf56js2TYn0LGRpnpPfQHhYQ4sbY1HcP9P4HfDQCl5vywSN3P59R!-1563261995?id=3587&thumb=small"
]
}
]
},
"Case reference: 2021018406": {
"CaseRef": "Case reference: 2021018406",
"CaseDesc": "On April 27, 2021, an unidentified man was discovered in a tent in a wooded area south of the fire station located on 95 Sandalwood Parkway East in Brampton, Ontario. He was found with two pairs of reading glasses and a lighter.",
"CaseType": "Unidentified",
"CaseURL": "https://www.services.rcmp-grc.gc.ca/missing-disparus/case-dossier.jsf?case=2021018406&id=12",
"PersonsData": [
{
"Name": "Male, 45 - 100",
"InfoSection": {
"Discovered on": [
"April 27, 2021"
],
"Est. age": [
"45\n to 100"
],
"Gender": [
"Male"
],
"Bio group": [
"White"
],
"Hair": [
"Brown"
],
"Teeth": [
"Visible Missing"
],
"Underwear": [
"Boxer briefs; size: medium: black waistband; brand: YellowTag"
],
"Fractured/Broken Bones": [
"Right Wrist, Poorly healed fracture of right wrist"
]
},
"Images": [
"https://www.services.rcmp-grc.gc.ca/missing-disparus/showImage;jsessionid=2rRRjs2Tt1NxT9PLBvk3snyZNsy8SZZ2y1J1nJLmTH9LJtnYtkbs!-1563261995?id=32141&thumb=small"
]
}
]
},
"Case reference: 2014003432": {
"CaseRef": "Case reference: 2014003432",
"CaseDesc": "On August 3, 1979, June Johnson was driven by a friend to the Marlboro Hotel in Prince Albert. June has not been seen or heard from since.",
"CaseType": "Missing",
"CaseURL": "https://www.services.rcmp-grc.gc.ca/missing-disparus/case-dossier.jsf?case=2014003432&id=21",
"PersonsData": [
{
"Name": "JOHNSON, June Ann",
"InfoSection": {
"Aliases": [
"MUZYKA"
],
"Missing since": [
"August 3, 1979"
],
"Year of birth": [
"1945"
],
"Age at disappearance": [
"34"
],
"Gender": [
"Female"
],
"Bio group": [
"White"
],
"Eye colour": [
"Brown"
],
"Hair": [
"Brown"
],
"Height": [
"163cm / 5 ft 4 in"
],
"Weight": [
"59kg / 130lb"
],
"Complexion": [
"Light/Fair"
]
},
"Images": [
"https://www.services.rcmp-grc.gc.ca/missing-disparus/showImage;jsessionid=TZy2js2N7yxn3TN9wjCLhlnQ141b0F0hRyGmqnvZQhWkbG3MwK7D!-1563261995?id=13019&thumb=small"
]
}
]
},
"Case reference: 2021036756": {
"CaseRef": "Case reference: 2021036756",
"CaseDesc": "On August 6, 2021, Curtis Thorne was seen for the last time when he left his residence in Saint John, New Brunswick. Curtis was engaged in a high risk lifestyle.",
"CaseType": "Missing",
"CaseURL": "https://www.services.rcmp-grc.gc.ca/missing-disparus/case-dossier.jsf?case=2021036756&id=20",
"PersonsData": [
{
"Name": "THORNE, Curtis",
"InfoSection": {
"Missing since": [
"August 6, 2021"
],
"Year of birth": [
"1995"
],
"Age at disappearance": [
"25"
],
"Gender": [
"Male"
],
"Bio group": [
"White"
],
"Eye colour": [
"Blue"
],
"Hair": [
"Brown"
],
"Height": [
"171cm / 5 ft 7 in"
],
"Weight": [
"81kg / 179lb"
],
"Build": [
"Medium"
],
"Complexion": [
"Light/Fair"
],
"Tattoo": [
"Right Hand, Letters \"DIE ALONE\" on the knuckles",
"Left Hand, Letters \"DIE ALONE\" on the knuckles",
"Left Upper Arm, Letters \"MORE LIFE\""
]
},
"Images": [
"https://www.services.rcmp-grc.gc.ca/missing-disparus/showImage;jsessionid=hXMMjs2NrQLvsrsb0YfFMYry20QG2ZLJkTG1hrMwHmmtsP4FYrkR!1896142098?id=34015&thumb=small"
]
}
]
},
"Case reference: 2014006193": {
"CaseRef": "Case reference: 2014006193",
"CaseDesc": "At approximately 7:30 a.m. on July 11, 2013, Randy George was dropped off on Hwy #21 near the north side of the Big Island Lake Cree Territory, SK. He was last seen walking north on the highway. There have been no confirmed sightings of Mr. George since that time.",
"CaseType": "Missing",
"CaseURL": "https://www.services.rcmp-grc.gc.ca/missing-disparus/case-dossier.jsf?case=2014006193&id=29",
"PersonsData": [
{
"Name": "GEORGE, Randy Wallace",
"InfoSection": {
"Aliases": [
"SANDFLY, Randy Wallace"
],
"Missing since": [
"July 11, 2013"
],
"Year of birth": [
"1975"
],
"Age at disappearance": [
"38"
],
"Gender": [
"Male"
],
"Bio group": [
"Indigenous"
],
"Eye colour": [
"Brown"
],
"Hair": [
"Black, Short"
],
"Height": [
"175cm / 5 ft 9 in"
],
"Weight": [
"100kg / 220lb"
],
"Build": [
"Medium"
],
"Shirt": [
"Grey, with white stripes"
],
"Shoes": [
"Black, running shoes"
],
"Jeans": [
"Blue"
],
"Hat": [
"Black"
]
},
"Images": [
"https://www.services.rcmp-grc.gc.ca/missing-disparus/showImage;jsessionid=fYvhjs2TDWsJjByWYR4pJHwnhXTG1M582vk1jMxh4HH0DPyJb8Dl!1896142098?id=2524&thumb=small"
]
}
]
},
"Case reference: 2017009362": {
"CaseRef": "Case reference: 2017009362",
"CaseDesc": "Badri Prasad Bhattarai, was reported missing on February 21, 2017, after his family became concerned that he had not been in contact with them. It is believed that Mr. Bhattarai\u2019s last known location was in the area of the Walterdale Bridge, Edmonton. Mr. Bhattarai\u2019s disappearance is out of character, and as a result, there are concerns for his well-being.",
"CaseType": "Missing",
"CaseURL": "https://www.services.rcmp-grc.gc.ca/missing-disparus/case-dossier.jsf?case=2017009362&id=18",
"PersonsData": [
{
"Name": "BHATTARAI, Badri Prasad",
"InfoSection": {
"Missing since": [
"February 21, 2017"
],
"Year of birth": [
"1962"
],
"Age at disappearance": [
"54"
],
"Gender": [
"Male"
],
"Eye colour": [
"Brown"
],
"Hair": [
"Black, Straight"
],
"Height": [
"164cm / 5 ft 5 in"
],
"Weight": [
"80kg / 176lb"
],
"Ring": [
"Gold, With 3 small clear stones worn on the left ring finger"
],
"Pants": [
"Dark blue uniform pants"
],
"Shirt": [
"White"
],
"Tie": [
"Black"
],
"Chain": [
"Black, Volkswagen Key Fob, House, Locker and mailbox keys",
"Key Ring with the letter \"R\" and a Swedish Flag"
],
"Glasses": [
"Black, Half Frames"
],
"Mark": [
"Right Nostril, Mole"
],
"Scar": [
"Black dots, diabetes scars on both shins"
]
},
"Images": [
"https://www.services.rcmp-grc.gc.ca/missing-disparus/showImage;jsessionid=2GS1js2NL5RxT1kGKQpnJj1hkKpmvDYxjv2KFTL10thfgGcJNl9R!1896142098?id=6616&thumb=small"
]
}
]
},
"Case reference: 2013000096": {
"CaseRef": "Case reference: 2013000096",
"CaseDesc": "On May 6, 1972 a four man fishing and trapping team was returning from Lynn Lake on dog sleds after purchasing supplies. Mr. Bonner and his friend were in the lead sled. The team that was traveling with them was approximately 2.5 km behind. When approximately 183 metres from Mr. Bonner's sled, they noticed both men had gone through the ice. Once on scene both men had disappeared beneath the water. One of the men was pulled from the water but could not be revived. Mr. Bonner never resurfaced and despite dragging operations he could not be located.",
"CaseType": "Missing",
"CaseURL": "https://www.services.rcmp-grc.gc.ca/missing-disparus/case-dossier.jsf?case=2013000096&id=23",
"PersonsData": [
{
"Name": "BONNER, Russell Angus",
"InfoSection": {
"Missing since": [
"May 6, 1972"
],
"Year of birth": [
"1947"
],
"Age at disappearance": [
"24"
],
"Gender": [
"Male"
],
"Bio group": [
"Indigenous"
],
"Eye colour": [
"Brown"
],
"Hair": [
"Black"
]
},
"Images": [
"https://www.services.rcmp-grc.gc.ca/missing-disparus/showImage;jsessionid=HGJ2js2T2P4STT5RY2LdfpznCJw1dyyx2hS7158rXTvkvq8L2QRq!-1563261995?id=4636&thumb=small"
]
}
]
},
"Case reference: 2016053812": {
"CaseRef": "Case reference: 2016053812",
"CaseDesc": "On September 11, 2016, at approximately 2:30 a.m., Van Pham was last seen in Toronto, Ontario.",
"CaseType": "Missing",
"CaseURL": "https://www.services.rcmp-grc.gc.ca/missing-disparus/case-dossier.jsf?case=2016053812&id=2",
"PersonsData": [
{
"Name": "PHAM, Van Van",
"InfoSection": {
"Missing since": [
"September 10, 2016"
],
"Year of birth": [
"1961"
],
"Age at disappearance": [
"55"
],
"Gender": [
"Male"
],
"Bio group": [
"Asian"
],
"Eye colour": [
"Brown"
],
"Hair": [
"Black, White, Short, Straight"
],
"Height": [
"163cm / 5 ft 4 in"
],
"Weight": [
"59kg / 130lb"
],
"Build": [
"Slender/Thin"
],
"Complexion": [
"Other"
],
"Hat": [
"Black, BASEBALL, Baseball hat"
]
},
"Images": [
"https://www.services.rcmp-grc.gc.ca/missing-disparus/showImage;jsessionid=6pBKjs2Tp1LLCZVQLYLjSDTynZjrq7csFhrB7FGjYzDF43pDL6JN!-1563261995?id=29357&thumb=small"
]
}
]
},
"Case reference: 2012030001": {
"CaseRef": "Case reference: 2012030001",
"CaseDesc": "In April 2011, both parents took their son, Aleksander to visit the mother's family in Poland. The father came back to Canada on his own on May 13, 2011. The mother, Elzbieta Nowacki and child did not return to Canada.",
"CaseType": "Missing",
"CaseURL": "https://www.services.rcmp-grc.gc.ca/missing-disparus/case-dossier.jsf?case=2012030001&id=10",
"PersonsData": [
{
"Name": "NOWACKI, Aleksander Grzegorz",
"InfoSection": {
"Aliases": [
"KOZIEL, Aleksander"
],
"Missing since": [
"September 1, 2011"
],
"Year of birth": [
"2010"
],
"Age at disappearance": [
"0"
],
"Gender": [
"Male"
],
"Bio group": [
"White"
],
"Eye colour": [
"Blue"
],
"Hair": [
"Brown, Short"
],
"Teeth": [
"Good"
],
"Height": [
"71cm / 2 ft 4 in"
],
"Weight": [
"9kg / 20lb"
],
"Build": [
"Medium"
],
"Complexion": [
"Light/Fair"
]
},
"Images": [
"https://www.services.rcmp-grc.gc.ca/missing-disparus/showImage;jsessionid=plK1js2NdDg9qCvwJgjlDyJhgxnM1yhScLksNRP9Q4lJKfhjnyC3!-1563261995?id=978&thumb=small"
]
}
]
},
"Case reference: 2014004934": {
"CaseRef": "Case reference: 2014004934",
"CaseDesc": "On February 28, 1976, at approximately 5:30 pm, Jean Cardinale was seen for the last at the Bayview Village Plaza in Toronto, Ontario.",
"CaseType": "Missing",
"CaseURL": "https://www.services.rcmp-grc.gc.ca/missing-disparus/case-dossier.jsf?case=2014004934&id=29",
"PersonsData": [
{
"Name": "CARDINALE, Jean",
"InfoSection": {
"Missing since": [
"February 28, 1976"
],
"Year of birth": [
"1928"
],
"Age at disappearance": [
"47"
],
"Gender": [
"Female"
],
"Bio group": [
"White"
],
"Eye colour": [
"Blue"
],
"Hair": [
"Blonde, Short, Straight"
],
"Teeth": [
"False"
],
"Height": [
"170cm / 5 ft 7 in"
],
"Weight": [
"84kg / 185lb"
],
"Build": [
"Heavy"
],
"Complexion": [
"Light/Fair"
],
"Coat": [
"Red"
],
"Boots": [
"Leather, Black"
],
"Sweater": [
"Blue"
],
"Pants": [
"Blue"
]
},
"Images": []
}
]
},
"Case reference: 2006015699": {
"CaseRef": "Case reference: 2006015699",
"CaseDesc": "Troy Edgell was last seen on June 4, 2000, in Cornwall, Ontario, driving a maroon 1987, Lincoln. On June 5, 2000, the Lincoln was located, burned out in the Lanark Highlands, northwest of Perth, Ontario.",
"CaseType": "Missing",
"CaseURL": "https://www.services.rcmp-grc.gc.ca/missing-disparus/case-dossier.jsf?case=2006015699&id=5",
"PersonsData": [
{
"Name": "EDGELL, Alfred Troy",
"InfoSection": {
"Missing since": [
"June 4, 2000"
],
"Year of birth": [
"1970"
],
"Age at disappearance": [
"30"
],
"Gender": [
"Male"
],
"Bio group": [
"White"
],
"Eye colour": [
"Blue"
],
"Hair": [
"Brown"
],
"Height": [
"170cm / 5 ft 7 in"
],
"Weight": [
"64kg / 141lb"
],
"Build": [
"Medium"
]
},
"Images": [
"https://www.services.rcmp-grc.gc.ca/missing-disparus/showImage;jsessionid=nh3Qjs2TcLsQSnwTnc2XJnLlQTzDBVjQ7Gpg6qwfphlp1fWQMJLR!-1563261995?id=698&thumb=small"
]
}
]
},
"Case reference: 2018008636": {
"CaseRef": "Case reference: 2018008636",
"CaseDesc": "On February 6, 2018, at approximately 11:30pm, Guerman Pouchkine was last seen in the area of Steels Avenue West and Keele Street in Toronto, Ontario.",
"CaseType": "Missing",
"CaseURL": "https://www.services.rcmp-grc.gc.ca/missing-disparus/case-dossier.jsf?case=2018008636&id=0",
"PersonsData": [
{
"Name": "POUCHKINE, Guerman Igorevi",
"InfoSection": {