-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdistricts.json
970 lines (970 loc) · 109 KB
/
districts.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
{"_id":{"$oid":"5907acfd79e1f73602127f02"},"cityId":{"$oid":"5907ace2192af335e137e734"},"name":"Pozantı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f03"},"cityId":{"$oid":"5907ace2192af335e137e734"},"name":"Saimbeyli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f05"},"cityId":{"$oid":"5907ace2192af335e137e734"},"name":"Seyhan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f07"},"cityId":{"$oid":"5907ace2192af335e137e734"},"name":"Yumurtalık","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f08"},"cityId":{"$oid":"5907ace2192af335e137e734"},"name":"Yüreğir","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127efe"},"cityId":{"$oid":"5907ace2192af335e137e734"},"name":"İmamoğlu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127efc"},"cityId":{"$oid":"5907ace2192af335e137e734"},"name":"Çukurova","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127efa"},"cityId":{"$oid":"5907ace2192af335e137e734"},"name":"Aladağ","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f10"},"cityId":{"$oid":"5907ace2192af335e137e735"},"name":"Sincik","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f11"},"cityId":{"$oid":"5907ace2192af335e137e735"},"name":"Tut","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f15"},"cityId":{"$oid":"5907ace2192af335e137e736"},"name":"Çay","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f0f"},"cityId":{"$oid":"5907ace2192af335e137e735"},"name":"Samsat","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f17"},"cityId":{"$oid":"5907ace2192af335e137e736"},"name":"Dazkırı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f0d"},"cityId":{"$oid":"5907ace2192af335e137e735"},"name":"Kahta","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f19"},"cityId":{"$oid":"5907ace2192af335e137e736"},"name":"Emirdağ","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f0b"},"cityId":{"$oid":"5907ace2192af335e137e735"},"name":"Gerger","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f0c"},"cityId":{"$oid":"5907ace2192af335e137e735"},"name":"Gölbaşı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f1d"},"cityId":{"$oid":"5907ace2192af335e137e736"},"name":"İscehisar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f20"},"cityId":{"$oid":"5907ace2192af335e137e736"},"name":"Sandıklı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f23"},"cityId":{"$oid":"5907ace2192af335e137e736"},"name":"Şuhut","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f29"},"cityId":{"$oid":"5907ace2192af335e137e737"},"name":"Patnos","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f2b"},"cityId":{"$oid":"5907ace2192af335e137e737"},"name":"Tutak","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f2e"},"cityId":{"$oid":"5907ace2192af335e137e738"},"name":"Hamamözü","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f31"},"cityId":{"$oid":"5907ace2192af335e137e738"},"name":"Suluova","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f35"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Ayaş","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f36"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Bala","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f39"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Çankaya","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f3a"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Çubuk","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f37"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Beypazarı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f1f"},"cityId":{"$oid":"5907ace2192af335e137e736"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f41"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Kalecik","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f49"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Sincan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f45"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Mamak","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f4e"},"cityId":{"$oid":"5907ace2192af335e137e73a"},"name":"Alanya","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f52"},"cityId":{"$oid":"5907ace2192af335e137e73a"},"name":"Finike","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f46"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Nallıhan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f44"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Kızılcahamam","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f5e"},"cityId":{"$oid":"5907ace2192af335e137e73a"},"name":"Serik","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f63"},"cityId":{"$oid":"5907ace2192af335e137e73b"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f6d"},"cityId":{"$oid":"5907ace2192af335e137e73c"},"name":"İncirliova","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f68"},"cityId":{"$oid":"5907ace2192af335e137e73c"},"name":"Buharkent","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f67"},"cityId":{"$oid":"5907ace2192af335e137e73c"},"name":"Bozdoğan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f62"},"cityId":{"$oid":"5907ace2192af335e137e73b"},"name":"Hopa","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f5b"},"cityId":{"$oid":"5907ace2192af335e137e73a"},"name":"Kumluca","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f6e"},"cityId":{"$oid":"5907ace2192af335e137e73c"},"name":"Karacasu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f74"},"cityId":{"$oid":"5907ace2192af335e137e73c"},"name":"Nazilli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f79"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"Ayvalık","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f61"},"cityId":{"$oid":"5907ace2192af335e137e73b"},"name":"Borçka","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f70"},"cityId":{"$oid":"5907ace2192af335e137e73c"},"name":"Koçarlı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f69"},"cityId":{"$oid":"5907ace2192af335e137e73c"},"name":"Çine","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f90"},"cityId":{"$oid":"5907ace2192af335e137e73e"},"name":"Osmaneli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f9b"},"cityId":{"$oid":"5907ace2192af335e137e73f"},"name":"Yedisu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f91"},"cityId":{"$oid":"5907ace2192af335e137e73e"},"name":"Pazaryeri","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f80"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"Erdek","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f99"},"cityId":{"$oid":"5907ace2192af335e137e73f"},"name":"Solhan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f97"},"cityId":{"$oid":"5907ace2192af335e137e73f"},"name":"Kiğı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f92"},"cityId":{"$oid":"5907ace2192af335e137e73e"},"name":"Söğüt","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fa1"},"cityId":{"$oid":"5907ace2192af335e137e740"},"name":"Mutki","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fa9"},"cityId":{"$oid":"5907ace2192af335e137e741"},"name":"Mudurnu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fa3"},"cityId":{"$oid":"5907ace2192af335e137e741"},"name":"Dörtdivan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fef"},"cityId":{"$oid":"5907ace2192af335e137e747"},"name":"Babadağ","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fe0"},"cityId":{"$oid":"5907ace2192af335e137e746"},"name":"Alaca","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fdb"},"cityId":{"$oid":"5907ace2192af335e137e745"},"name":"Kurşunlu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128008"},"cityId":{"$oid":"5907ace2192af335e137e748"},"name":"Ergani","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fd1"},"cityId":{"$oid":"5907ace2192af335e137e744"},"name":"Lapseki","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128035"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"Karaçoban","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128049"},"cityId":{"$oid":"5907ace2192af335e137e74d"},"name":"Mahmudiye","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128071"},"cityId":{"$oid":"5907ace2192af335e137e751"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128080"},"cityId":{"$oid":"5907ace2192af335e137e752"},"name":"Reyhanlı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128094"},"cityId":{"$oid":"5907ace2192af335e137e754"},"name":"Çamlıyayla","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280a3"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Bakırköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212806c"},"cityId":{"$oid":"5907ace2192af335e137e750"},"name":"Korkut","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fb9"},"cityId":{"$oid":"5907ace2192af335e137e743"},"name":"Gürsu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fdc"},"cityId":{"$oid":"5907ace2192af335e137e745"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127ff5"},"cityId":{"$oid":"5907ace2192af335e137e747"},"name":"Çal","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fcd"},"cityId":{"$oid":"5907ace2192af335e137e744"},"name":"Eceabat","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212800e"},"cityId":{"$oid":"5907ace2192af335e137e748"},"name":"Lice","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128022"},"cityId":{"$oid":"5907ace2192af335e137e74a"},"name":"Maden","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128045"},"cityId":{"$oid":"5907ace2192af335e137e74d"},"name":"Çifteler","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128036"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"Karayazı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128068"},"cityId":{"$oid":"5907ace2192af335e137e74f"},"name":"Tirebolu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128072"},"cityId":{"$oid":"5907ace2192af335e137e751"},"name":"Şemdinli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fd2"},"cityId":{"$oid":"5907ace2192af335e137e744"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212809f"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Ataşehir","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280b3"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Kadıköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280bd"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Sultangazi","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280c7"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Bayraklı","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280d6"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Kınık","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fb7"},"cityId":{"$oid":"5907ace2192af335e137e743"},"name":"Büyükorhan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fd5"},"cityId":{"$oid":"5907ace2192af335e137e745"},"name":"Bayramören","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fe9"},"cityId":{"$oid":"5907ace2192af335e137e746"},"name":"Oğuzlar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127ffd"},"cityId":{"$oid":"5907ace2192af335e137e747"},"name":"Pamukkale","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212800c"},"cityId":{"$oid":"5907ace2192af335e137e748"},"name":"Kocaköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128034"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"İspir","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212801b"},"cityId":{"$oid":"5907ace2192af335e137e74a"},"name":"Ağın","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128020"},"cityId":{"$oid":"5907ace2192af335e137e74a"},"name":"Keban","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128057"},"cityId":{"$oid":"5907ace2192af335e137e74e"},"name":"Şahinbey","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212806b"},"cityId":{"$oid":"5907ace2192af335e137e750"},"name":"Hasköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212807a"},"cityId":{"$oid":"5907ace2192af335e137e752"},"name":"Erzin","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128084"},"cityId":{"$oid":"5907ace2192af335e137e753"},"name":"Atabey","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280b6"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Küçükçekmece","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280ca"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Bornova","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280e3"},"cityId":{"$oid":"5907ace2192af335e137e757"},"name":"Arpaçay","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280de"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Selçuk","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212807f"},"cityId":{"$oid":"5907ace2192af335e137e752"},"name":"Payas","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fb5"},"cityId":{"$oid":"5907ace2192af335e137e742"},"name":"Tefenni","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fb0"},"cityId":{"$oid":"5907ace2192af335e137e742"},"name":"Çeltikçi","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fdd"},"cityId":{"$oid":"5907ace2192af335e137e745"},"name":"Orta","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fec"},"cityId":{"$oid":"5907ace2192af335e137e746"},"name":"Sungurlu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128000"},"cityId":{"$oid":"5907ace2192af335e137e747"},"name":"Tavas","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212800a"},"cityId":{"$oid":"5907ace2192af335e137e748"},"name":"Hazro","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212802d"},"cityId":{"$oid":"5907ace2192af335e137e74b"},"name":"Tercan","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212804b"},"cityId":{"$oid":"5907ace2192af335e137e74d"},"name":"Mihalıççık","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f89"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"Savaştepe","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f98"},"cityId":{"$oid":"5907ace2192af335e137e73f"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128046"},"cityId":{"$oid":"5907ace2192af335e137e74d"},"name":"Günyüzü","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fa7"},"cityId":{"$oid":"5907ace2192af335e137e741"},"name":"Mengen","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fcf"},"cityId":{"$oid":"5907ace2192af335e137e744"},"name":"Gelibolu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fe3"},"cityId":{"$oid":"5907ace2192af335e137e746"},"name":"Dodurga","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127ff7"},"cityId":{"$oid":"5907ace2192af335e137e747"},"name":"Çardak","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128069"},"cityId":{"$oid":"5907ace2192af335e137e74f"},"name":"Yağlıdere","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212807d"},"cityId":{"$oid":"5907ace2192af335e137e752"},"name":"Kırıkhan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127ff2"},"cityId":{"$oid":"5907ace2192af335e137e747"},"name":"Beyağaç","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212809b"},"cityId":{"$oid":"5907ace2192af335e137e754"},"name":"Toroslar","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280a5"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Bayrampaşa","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280da"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Menemen","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280e9"},"cityId":{"$oid":"5907ace2192af335e137e757"},"name":"Susuz","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280fd"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"Tosya","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280ee"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"Bozkurt","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128111"},"cityId":{"$oid":"5907ace2192af335e137e75a"},"name":"Lüleburgaz","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212812a"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Akören","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128148"},"cityId":{"$oid":"5907ace2192af335e137e75e"},"name":"Altıntaş","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128170"},"cityId":{"$oid":"5907ace2192af335e137e760"},"name":"Şehzadeler","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128134"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Doğanhisar","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212817f"},"cityId":{"$oid":"5907ace2192af335e137e762"},"name":"Dargeçit","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212811a"},"cityId":{"$oid":"5907ace2192af335e137e75b"},"name":"Kaman","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212812e"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Bozkır","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128138"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Hadim","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212814c"},"cityId":{"$oid":"5907ace2192af335e137e75e"},"name":"Dumlupınar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128160"},"cityId":{"$oid":"5907ace2192af335e137e75f"},"name":"Yazıhan","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212816f"},"cityId":{"$oid":"5907ace2192af335e137e760"},"name":"Soma","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128192"},"cityId":{"$oid":"5907ace2192af335e137e763"},"name":"Seydikemer","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281b5"},"cityId":{"$oid":"5907ace2192af335e137e767"},"name":"Kabataş","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281ba"},"cityId":{"$oid":"5907ace2192af335e137e767"},"name":"Ulubey","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281d8"},"cityId":{"$oid":"5907ace2192af335e137e76a"},"name":"19.may","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212818d"},"cityId":{"$oid":"5907ace2192af335e137e763"},"name":"Köyceğiz","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212817e"},"cityId":{"$oid":"5907ace2192af335e137e762"},"name":"Artuklu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128205"},"cityId":{"$oid":"5907ace2192af335e137e76d"},"name":"Suşehri","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281f1"},"cityId":{"$oid":"5907ace2192af335e137e76c"},"name":"Boyabat","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280be"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Şile","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280dc"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Ödemiş","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280f0"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"Çatalzeytin","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280f5"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"İhsangazi","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128109"},"cityId":{"$oid":"5907ace2192af335e137e759"},"name":"Sarız","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212812c"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Altınekin","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128136"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Ereğli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128163"},"cityId":{"$oid":"5907ace2192af335e137e760"},"name":"Akhisar","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212816d"},"cityId":{"$oid":"5907ace2192af335e137e760"},"name":"Saruhanlı","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212817c"},"cityId":{"$oid":"5907ace2192af335e137e761"},"name":"Pazarcık","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128195"},"cityId":{"$oid":"5907ace2192af335e137e764"},"name":"Bulanık","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281a9"},"cityId":{"$oid":"5907ace2192af335e137e767"},"name":"Akkuş","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281c7"},"cityId":{"$oid":"5907ace2192af335e137e768"},"name":"Pazar","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281d1"},"cityId":{"$oid":"5907ace2192af335e137e769"},"name":"Kaynarca","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281e0"},"cityId":{"$oid":"5907ace2192af335e137e76a"},"name":"Havza","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281ef"},"cityId":{"$oid":"5907ace2192af335e137e76b"},"name":"Tillo","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212820d"},"cityId":{"$oid":"5907ace2192af335e137e76e"},"name":"Hayrabolu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128212"},"cityId":{"$oid":"5907ace2192af335e137e76e"},"name":"Saray","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280fe"},"cityId":{"$oid":"5907ace2192af335e137e759"},"name":"Akkışla","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128126"},"cityId":{"$oid":"5907ace2192af335e137e75c"},"name":"Karamürsel","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128135"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Emirgazi","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128144"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Taşkent","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128158"},"cityId":{"$oid":"5907ace2192af335e137e75f"},"name":"Battalgazi","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212815d"},"cityId":{"$oid":"5907ace2192af335e137e75f"},"name":"Kale","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128185"},"cityId":{"$oid":"5907ace2192af335e137e762"},"name":"Ömerli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128199"},"cityId":{"$oid":"5907ace2192af335e137e764"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281ad"},"cityId":{"$oid":"5907ace2192af335e137e767"},"name":"Çatalpınar","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212818a"},"cityId":{"$oid":"5907ace2192af335e137e763"},"name":"Datça","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281d0"},"cityId":{"$oid":"5907ace2192af335e137e769"},"name":"Karasu","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281e9"},"cityId":{"$oid":"5907ace2192af335e137e76b"},"name":"Baykan","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281df"},"cityId":{"$oid":"5907ace2192af335e137e76a"},"name":"Çarşamba","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128171"},"cityId":{"$oid":"5907ace2192af335e137e760"},"name":"Turgutlu","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212801a"},"cityId":{"$oid":"5907ace2192af335e137e749"},"name":"Uzunköprü","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212801f"},"cityId":{"$oid":"5907ace2192af335e137e74a"},"name":"Karakoçan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128047"},"cityId":{"$oid":"5907ace2192af335e137e74d"},"name":"Han","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128065"},"cityId":{"$oid":"5907ace2192af335e137e74f"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128074"},"cityId":{"$oid":"5907ace2192af335e137e752"},"name":"Altınözü","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128079"},"cityId":{"$oid":"5907ace2192af335e137e752"},"name":"Dörtyol","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128097"},"cityId":{"$oid":"5907ace2192af335e137e754"},"name":"Mezitli","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212809c"},"cityId":{"$oid":"5907ace2192af335e137e754"},"name":"Yenişehir","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280b0"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Fatih","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280e7"},"cityId":{"$oid":"5907ace2192af335e137e757"},"name":"Sarıkamış","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280fb"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"Şenpazar","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212810a"},"cityId":{"$oid":"5907ace2192af335e137e759"},"name":"Talas","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128128"},"cityId":{"$oid":"5907ace2192af335e137e75c"},"name":"Körfez","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280d8"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Konak","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128146"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Yalıhüyük","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128155"},"cityId":{"$oid":"5907ace2192af335e137e75f"},"name":"Akçadağ","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128169"},"cityId":{"$oid":"5907ace2192af335e137e760"},"name":"Köprübaşı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128193"},"cityId":{"$oid":"5907ace2192af335e137e763"},"name":"Ula","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281a7"},"cityId":{"$oid":"5907ace2192af335e137e766"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281bb"},"cityId":{"$oid":"5907ace2192af335e137e767"},"name":"Ünye","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281cf"},"cityId":{"$oid":"5907ace2192af335e137e769"},"name":"Karapürçek","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212820b"},"cityId":{"$oid":"5907ace2192af335e137e76e"},"name":"Çorlu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128224"},"cityId":{"$oid":"5907ace2192af335e137e770"},"name":"Beşikdüzü","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128242"},"cityId":{"$oid":"5907ace2192af335e137e772"},"name":"Harran","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212825b"},"cityId":{"$oid":"5907ace2192af335e137e775"},"name":"Akdağmadeni","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128260"},"cityId":{"$oid":"5907ace2192af335e137e775"},"name":"Çekerek","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128223"},"cityId":{"$oid":"5907ace2192af335e137e770"},"name":"Arsin","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128232"},"cityId":{"$oid":"5907ace2192af335e137e770"},"name":"Yomra","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128250"},"cityId":{"$oid":"5907ace2192af335e137e774"},"name":"Çaldıran","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128241"},"cityId":{"$oid":"5907ace2192af335e137e772"},"name":"Haliliye","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212826f"},"cityId":{"$oid":"5907ace2192af335e137e776"},"name":"Kozlu","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212826e"},"cityId":{"$oid":"5907ace2192af335e137e776"},"name":"Kilimli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128287"},"cityId":{"$oid":"5907ace2192af335e137e77a"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212829b"},"cityId":{"$oid":"5907ace2192af335e137e77e"},"name":"Çıldır","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282aa"},"cityId":{"$oid":"5907ace2192af335e137e780"},"name":"Termal","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282c3"},"cityId":{"$oid":"5907ace2192af335e137e784"},"name":"Yığılca","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212822b"},"cityId":{"$oid":"5907ace2192af335e137e770"},"name":"Maçka","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212823f"},"cityId":{"$oid":"5907ace2192af335e137e772"},"name":"Eyyübiye","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212824e"},"cityId":{"$oid":"5907ace2192af335e137e774"},"name":"Bahçesaray","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212826c"},"cityId":{"$oid":"5907ace2192af335e137e776"},"name":"Ereğli","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212827b"},"cityId":{"$oid":"5907ace2192af335e137e779"},"name":"Ayrancı","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212828f"},"cityId":{"$oid":"5907ace2192af335e137e77b"},"name":"Sason","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282a8"},"cityId":{"$oid":"5907ace2192af335e137e780"},"name":"Çiftlikköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282b7"},"cityId":{"$oid":"5907ace2192af335e137e783"},"name":"Hasanbeyli","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282bc"},"cityId":{"$oid":"5907ace2192af335e137e784"},"name":"Akçakoca","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212820c"},"cityId":{"$oid":"5907ace2192af335e137e76e"},"name":"Ergene","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128225"},"cityId":{"$oid":"5907ace2192af335e137e770"},"name":"Çarşıbaşı","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212817d"},"cityId":{"$oid":"5907ace2192af335e137e761"},"name":"Türkoğlu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128191"},"cityId":{"$oid":"5907ace2192af335e137e763"},"name":"Ortaca","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281aa"},"cityId":{"$oid":"5907ace2192af335e137e767"},"name":"Altınordu","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281b9"},"cityId":{"$oid":"5907ace2192af335e137e767"},"name":"Perşembe","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281cd"},"cityId":{"$oid":"5907ace2192af335e137e769"},"name":"Geyve","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281e1"},"cityId":{"$oid":"5907ace2192af335e137e76a"},"name":"İlkadım","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281ff"},"cityId":{"$oid":"5907ace2192af335e137e76d"},"name":"Gürün","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281f0"},"cityId":{"$oid":"5907ace2192af335e137e76c"},"name":"Ayancık","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128231"},"cityId":{"$oid":"5907ace2192af335e137e770"},"name":"Vakfıkebir","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128263"},"cityId":{"$oid":"5907ace2192af335e137e775"},"name":"Saraykent","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128277"},"cityId":{"$oid":"5907ace2192af335e137e777"},"name":"Sarıyahşi","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128245"},"cityId":{"$oid":"5907ace2192af335e137e772"},"name":"Siverek","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128286"},"cityId":{"$oid":"5907ace2192af335e137e77a"},"name":"Keskin","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128295"},"cityId":{"$oid":"5907ace2192af335e137e77c"},"name":"Silopi","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282a4"},"cityId":{"$oid":"5907ace2192af335e137e77f"},"name":"Tuzluca","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282b8"},"cityId":{"$oid":"5907ace2192af335e137e783"},"name":"Kadirli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128239"},"cityId":{"$oid":"5907ace2192af335e137e771"},"name":"Pertek","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128261"},"cityId":{"$oid":"5907ace2192af335e137e775"},"name":"Kadışehri","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212825c"},"cityId":{"$oid":"5907ace2192af335e137e775"},"name":"Aydıncık","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128274"},"cityId":{"$oid":"5907ace2192af335e137e777"},"name":"Güzelyurt","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128266"},"cityId":{"$oid":"5907ace2192af335e137e775"},"name":"Şefaatli","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212827e"},"cityId":{"$oid":"5907ace2192af335e137e779"},"name":"Kazımkarabekir","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282a1"},"cityId":{"$oid":"5907ace2192af335e137e77f"},"name":"Aralık","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282bf"},"cityId":{"$oid":"5907ace2192af335e137e784"},"name":"Gölyaka","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128298"},"cityId":{"$oid":"5907ace2192af335e137e77d"},"name":"Kurucaşile","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282b6"},"cityId":{"$oid":"5907ace2192af335e137e783"},"name":"Düziçi","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f25"},"cityId":{"$oid":"5907ace2192af335e137e737"},"name":"Doğubayazıt","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f2c"},"cityId":{"$oid":"5907ace2192af335e137e738"},"name":"Göynücek","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f2f"},"cityId":{"$oid":"5907ace2192af335e137e738"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f32"},"cityId":{"$oid":"5907ace2192af335e137e738"},"name":"Taşova","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f24"},"cityId":{"$oid":"5907ace2192af335e137e737"},"name":"Diyadin","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f34"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Altındağ","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f3b"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Elmadağ","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f3c"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Etimesgut","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f3e"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Gölbaşı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f1e"},"cityId":{"$oid":"5907ace2192af335e137e736"},"name":"Kızılören","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f43"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Keçiören","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f4a"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Şereflikoçhisar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f4b"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Yenimahalle","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f4f"},"cityId":{"$oid":"5907ace2192af335e137e73a"},"name":"Demre","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f50"},"cityId":{"$oid":"5907ace2192af335e137e73a"},"name":"Döşemealtı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f51"},"cityId":{"$oid":"5907ace2192af335e137e73a"},"name":"Elmalı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f54"},"cityId":{"$oid":"5907ace2192af335e137e73a"},"name":"Gündoğmuş","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f59"},"cityId":{"$oid":"5907ace2192af335e137e73a"},"name":"Konyaaltı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f5c"},"cityId":{"$oid":"5907ace2192af335e137e73a"},"name":"Manavgat","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f72"},"cityId":{"$oid":"5907ace2192af335e137e73c"},"name":"Kuşadası","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f77"},"cityId":{"$oid":"5907ace2192af335e137e73c"},"name":"Yenipazar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f6c"},"cityId":{"$oid":"5907ace2192af335e137e73c"},"name":"Germencik","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f76"},"cityId":{"$oid":"5907ace2192af335e137e73c"},"name":"Sultanhisar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f5f"},"cityId":{"$oid":"5907ace2192af335e137e73b"},"name":"Ardanuç","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f78"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"Altıeylül","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f6f"},"cityId":{"$oid":"5907ace2192af335e137e73c"},"name":"Karpuzlu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f73"},"cityId":{"$oid":"5907ace2192af335e137e73c"},"name":"Kuyucak","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f66"},"cityId":{"$oid":"5907ace2192af335e137e73b"},"name":"Yusufeli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f7c"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"Bigadiç","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f86"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"Kepsut","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f9a"},"cityId":{"$oid":"5907ace2192af335e137e73f"},"name":"Yayladere","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fa0"},"cityId":{"$oid":"5907ace2192af335e137e740"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fa5"},"cityId":{"$oid":"5907ace2192af335e137e741"},"name":"Göynük","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f8a"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"Sındırgı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f94"},"cityId":{"$oid":"5907ace2192af335e137e73f"},"name":"Adaklı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f88"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"Marmara","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fa8"},"cityId":{"$oid":"5907ace2192af335e137e741"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fa4"},"cityId":{"$oid":"5907ace2192af335e137e741"},"name":"Gerede","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fae"},"cityId":{"$oid":"5907ace2192af335e137e742"},"name":"Bucak","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fc2"},"cityId":{"$oid":"5907ace2192af335e137e743"},"name":"Nilüfer","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fe5"},"cityId":{"$oid":"5907ace2192af335e137e746"},"name":"Kargı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127ff9"},"cityId":{"$oid":"5907ace2192af335e137e747"},"name":"Güney","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128003"},"cityId":{"$oid":"5907ace2192af335e137e748"},"name":"Çermik","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128012"},"cityId":{"$oid":"5907ace2192af335e137e749"},"name":"Enez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128026"},"cityId":{"$oid":"5907ace2192af335e137e74b"},"name":"Çayırlı","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212803a"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"Olur","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128053"},"cityId":{"$oid":"5907ace2192af335e137e74e"},"name":"Karkamış","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128062"},"cityId":{"$oid":"5907ace2192af335e137e74f"},"name":"Görele","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212808a"},"cityId":{"$oid":"5907ace2192af335e137e753"},"name":"Senirkent","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212809e"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Arnavutköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212804e"},"cityId":{"$oid":"5907ace2192af335e137e74d"},"name":"Seyitgazi","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127faf"},"cityId":{"$oid":"5907ace2192af335e137e742"},"name":"Çavdır","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fe1"},"cityId":{"$oid":"5907ace2192af335e137e746"},"name":"Bayat","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fc8"},"cityId":{"$oid":"5907ace2192af335e137e744"},"name":"Ayvacık","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fff"},"cityId":{"$oid":"5907ace2192af335e137e747"},"name":"Serinhisar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128004"},"cityId":{"$oid":"5907ace2192af335e137e748"},"name":"Çınar","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212801d"},"cityId":{"$oid":"5907ace2192af335e137e74a"},"name":"Arıcak","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128031"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"Çat","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212804f"},"cityId":{"$oid":"5907ace2192af335e137e74d"},"name":"Sivrihisar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128063"},"cityId":{"$oid":"5907ace2192af335e137e74f"},"name":"Güce","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128054"},"cityId":{"$oid":"5907ace2192af335e137e74e"},"name":"Nizip","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212807c"},"cityId":{"$oid":"5907ace2192af335e137e752"},"name":"İskenderun","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128090"},"cityId":{"$oid":"5907ace2192af335e137e754"},"name":"Akdeniz","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212809a"},"cityId":{"$oid":"5907ace2192af335e137e754"},"name":"Tarsus","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280ae"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Esenyurt","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280c2"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Üsküdar","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280e0"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Torbalı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fbc"},"cityId":{"$oid":"5907ace2192af335e137e743"},"name":"İznik","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fda"},"cityId":{"$oid":"5907ace2192af335e137e745"},"name":"Korgun","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fd0"},"cityId":{"$oid":"5907ace2192af335e137e744"},"name":"Gökçeada","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fc1"},"cityId":{"$oid":"5907ace2192af335e137e743"},"name":"Mustafakemalpaşa","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127ff8"},"cityId":{"$oid":"5907ace2192af335e137e747"},"name":"Çivril","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128025"},"cityId":{"$oid":"5907ace2192af335e137e74a"},"name":"Sivrice","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212803e"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"Şenkaya","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128052"},"cityId":{"$oid":"5907ace2192af335e137e74e"},"name":"İslahiye","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128011"},"cityId":{"$oid":"5907ace2192af335e137e748"},"name":"Yenişehir","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128066"},"cityId":{"$oid":"5907ace2192af335e137e74f"},"name":"Piraziz","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128098"},"cityId":{"$oid":"5907ace2192af335e137e754"},"name":"Mut","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280a7"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Beykoz","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280bb"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Silivri","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280c5"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Balçova","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280e8"},"cityId":{"$oid":"5907ace2192af335e137e757"},"name":"Selim","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280ed"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"Azdavay","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280fc"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"Taşköprü","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128106"},"cityId":{"$oid":"5907ace2192af335e137e759"},"name":"Özvatan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fc4"},"cityId":{"$oid":"5907ace2192af335e137e743"},"name":"Orhangazi","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fc9"},"cityId":{"$oid":"5907ace2192af335e137e744"},"name":"Bayramiç","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fe7"},"cityId":{"$oid":"5907ace2192af335e137e746"},"name":"Mecitözü","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212801e"},"cityId":{"$oid":"5907ace2192af335e137e74a"},"name":"Baskil","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128005"},"cityId":{"$oid":"5907ace2192af335e137e748"},"name":"Çüngüş","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128041"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"Uzundere","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128028"},"cityId":{"$oid":"5907ace2192af335e137e74b"},"name":"Kemah","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f8e"},"cityId":{"$oid":"5907ace2192af335e137e73e"},"name":"İnhisar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f93"},"cityId":{"$oid":"5907ace2192af335e137e73e"},"name":"Yenipazar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127ff1"},"cityId":{"$oid":"5907ace2192af335e137e747"},"name":"Bekilli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fb6"},"cityId":{"$oid":"5907ace2192af335e137e742"},"name":"Yeşilova","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fca"},"cityId":{"$oid":"5907ace2192af335e137e744"},"name":"Biga","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fd4"},"cityId":{"$oid":"5907ace2192af335e137e745"},"name":"Atkaracalar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128055"},"cityId":{"$oid":"5907ace2192af335e137e74e"},"name":"Nurdağı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128064"},"cityId":{"$oid":"5907ace2192af335e137e74f"},"name":"Keşap","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fed"},"cityId":{"$oid":"5907ace2192af335e137e746"},"name":"Uğurludağ","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128087"},"cityId":{"$oid":"5907ace2192af335e137e753"},"name":"Gönen","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280bc"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Sultanbeyli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128091"},"cityId":{"$oid":"5907ace2192af335e137e754"},"name":"Anamur","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280d5"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Kemalpaşa","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280e4"},"cityId":{"$oid":"5907ace2192af335e137e757"},"name":"Digor","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212810c"},"cityId":{"$oid":"5907ace2192af335e137e759"},"name":"Yahyalı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128096"},"cityId":{"$oid":"5907ace2192af335e137e754"},"name":"Gülnar","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280c6"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Bayındır","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212813e"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Karatay","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128157"},"cityId":{"$oid":"5907ace2192af335e137e75f"},"name":"Arguvan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128161"},"cityId":{"$oid":"5907ace2192af335e137e75f"},"name":"Yeşilyurt","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128175"},"cityId":{"$oid":"5907ace2192af335e137e761"},"name":"Çağlayancerit","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128139"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Halkapınar","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212810b"},"cityId":{"$oid":"5907ace2192af335e137e759"},"name":"Tomarza","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128129"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Ahırlı","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212813d"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Karapınar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128151"},"cityId":{"$oid":"5907ace2192af335e137e75e"},"name":"Pazarlar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128165"},"cityId":{"$oid":"5907ace2192af335e137e760"},"name":"Demirci","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128174"},"cityId":{"$oid":"5907ace2192af335e137e761"},"name":"Andırın","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281a6"},"cityId":{"$oid":"5907ace2192af335e137e766"},"name":"Çiftlik","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281bf"},"cityId":{"$oid":"5907ace2192af335e137e768"},"name":"Derepazarı","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281c4"},"cityId":{"$oid":"5907ace2192af335e137e768"},"name":"İyidere","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281d3"},"cityId":{"$oid":"5907ace2192af335e137e769"},"name":"Pamukova","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281ec"},"cityId":{"$oid":"5907ace2192af335e137e76b"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281fb"},"cityId":{"$oid":"5907ace2192af335e137e76d"},"name":"Divriği","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212820a"},"cityId":{"$oid":"5907ace2192af335e137e76e"},"name":"Çerkezköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280b9"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Sancaktepe","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280e6"},"cityId":{"$oid":"5907ace2192af335e137e757"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280cd"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Çiğli","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280e1"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Urla","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128104"},"cityId":{"$oid":"5907ace2192af335e137e759"},"name":"Kocasinan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128122"},"cityId":{"$oid":"5907ace2192af335e137e75c"},"name":"Gebze","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128145"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Tuzlukçu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128154"},"cityId":{"$oid":"5907ace2192af335e137e75e"},"name":"Tavşanlı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128159"},"cityId":{"$oid":"5907ace2192af335e137e75f"},"name":"Darende","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128177"},"cityId":{"$oid":"5907ace2192af335e137e761"},"name":"Ekinözü","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212818b"},"cityId":{"$oid":"5907ace2192af335e137e763"},"name":"Fethiye","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212819a"},"cityId":{"$oid":"5907ace2192af335e137e764"},"name":"Varto","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281a4"},"cityId":{"$oid":"5907ace2192af335e137e766"},"name":"Bor","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281b8"},"cityId":{"$oid":"5907ace2192af335e137e767"},"name":"Mesudiye","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281d6"},"cityId":{"$oid":"5907ace2192af335e137e769"},"name":"Söğütlü","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128131"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Çumra","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281f9"},"cityId":{"$oid":"5907ace2192af335e137e76d"},"name":"Akıncılar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128203"},"cityId":{"$oid":"5907ace2192af335e137e76d"},"name":"Koyulhisar","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280ef"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"Cide","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280f4"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"Hanönü","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128108"},"cityId":{"$oid":"5907ace2192af335e137e759"},"name":"Sarıoğlan","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212813a"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Hüyük","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212813f"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Kulu","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212811c"},"cityId":{"$oid":"5907ace2192af335e137e75b"},"name":"Mucur","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128162"},"cityId":{"$oid":"5907ace2192af335e137e760"},"name":"Ahmetli","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212817b"},"cityId":{"$oid":"5907ace2192af335e137e761"},"name":"Onikişubat","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281a8"},"cityId":{"$oid":"5907ace2192af335e137e766"},"name":"Ulukışla","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281b2"},"cityId":{"$oid":"5907ace2192af335e137e767"},"name":"Gürgentepe","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281c1"},"cityId":{"$oid":"5907ace2192af335e137e768"},"name":"Güneysu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128180"},"cityId":{"$oid":"5907ace2192af335e137e762"},"name":"Derik","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281e4"},"cityId":{"$oid":"5907ace2192af335e137e76a"},"name":"Salıpazarı","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281f3"},"cityId":{"$oid":"5907ace2192af335e137e76c"},"name":"Durağan","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212800b"},"cityId":{"$oid":"5907ace2192af335e137e748"},"name":"Kayapınar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128015"},"cityId":{"$oid":"5907ace2192af335e137e749"},"name":"Keşan","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212804c"},"cityId":{"$oid":"5907ace2192af335e137e74d"},"name":"Odunpazarı","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212805b"},"cityId":{"$oid":"5907ace2192af335e137e74f"},"name":"Bulancak","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212806a"},"cityId":{"$oid":"5907ace2192af335e137e750"},"name":"Bulanık","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128038"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"Narman","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212807e"},"cityId":{"$oid":"5907ace2192af335e137e752"},"name":"Kumlu","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280a6"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Beşiktaş","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280ba"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Sarıyer","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280c4"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Aliağa","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280f6"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"İnebolu","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212810f"},"cityId":{"$oid":"5907ace2192af335e137e75a"},"name":"Demirköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128123"},"cityId":{"$oid":"5907ace2192af335e137e75c"},"name":"Gölcük","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128141"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Sarayönü","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280dd"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Seferihisar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128150"},"cityId":{"$oid":"5907ace2192af335e137e75e"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128164"},"cityId":{"$oid":"5907ace2192af335e137e760"},"name":"Alaşehir","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212818e"},"cityId":{"$oid":"5907ace2192af335e137e763"},"name":"Marmaris","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281a2"},"cityId":{"$oid":"5907ace2192af335e137e765"},"name":"Ürgüp","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281b6"},"cityId":{"$oid":"5907ace2192af335e137e767"},"name":"Korgan","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281ca"},"cityId":{"$oid":"5907ace2192af335e137e769"},"name":"Arifiye","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281de"},"cityId":{"$oid":"5907ace2192af335e137e76a"},"name":"Canik","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212816e"},"cityId":{"$oid":"5907ace2192af335e137e760"},"name":"Selendi","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281e3"},"cityId":{"$oid":"5907ace2192af335e137e76a"},"name":"Ladik","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281e8"},"cityId":{"$oid":"5907ace2192af335e137e76a"},"name":"Yakakent","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281ed"},"cityId":{"$oid":"5907ace2192af335e137e76b"},"name":"Pervari","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281f2"},"cityId":{"$oid":"5907ace2192af335e137e76c"},"name":"Dikmen","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281f7"},"cityId":{"$oid":"5907ace2192af335e137e76c"},"name":"Saraydüzü","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281fc"},"cityId":{"$oid":"5907ace2192af335e137e76d"},"name":"Doğanşar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128201"},"cityId":{"$oid":"5907ace2192af335e137e76d"},"name":"İmranlı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128206"},"cityId":{"$oid":"5907ace2192af335e137e76d"},"name":"Şarkışla","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128229"},"cityId":{"$oid":"5907ace2192af335e137e770"},"name":"Hayrat","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128247"},"cityId":{"$oid":"5907ace2192af335e137e772"},"name":"Viranşehir","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128251"},"cityId":{"$oid":"5907ace2192af335e137e774"},"name":"Çatak","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128215"},"cityId":{"$oid":"5907ace2192af335e137e76f"},"name":"Almus","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212821e"},"cityId":{"$oid":"5907ace2192af335e137e76f"},"name":"Turhal","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212822d"},"cityId":{"$oid":"5907ace2192af335e137e770"},"name":"Ortahisar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128214"},"cityId":{"$oid":"5907ace2192af335e137e76e"},"name":"Şarköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212824b"},"cityId":{"$oid":"5907ace2192af335e137e773"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212825f"},"cityId":{"$oid":"5907ace2192af335e137e775"},"name":"Çayıralan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128269"},"cityId":{"$oid":"5907ace2192af335e137e776"},"name":"Alaplı","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212827d"},"cityId":{"$oid":"5907ace2192af335e137e779"},"name":"Ermenek","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212828c"},"cityId":{"$oid":"5907ace2192af335e137e77b"},"name":"Hasankeyf","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282a0"},"cityId":{"$oid":"5907ace2192af335e137e77e"},"name":"Posof","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282b9"},"cityId":{"$oid":"5907ace2192af335e137e783"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128221"},"cityId":{"$oid":"5907ace2192af335e137e770"},"name":"Akçaabat","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128235"},"cityId":{"$oid":"5907ace2192af335e137e771"},"name":"Mazgirt","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128249"},"cityId":{"$oid":"5907ace2192af335e137e773"},"name":"Eşme","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128267"},"cityId":{"$oid":"5907ace2192af335e137e775"},"name":"Yenifakılı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128276"},"cityId":{"$oid":"5907ace2192af335e137e777"},"name":"Ortaköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212828a"},"cityId":{"$oid":"5907ace2192af335e137e77b"},"name":"Beşiri","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212829e"},"cityId":{"$oid":"5907ace2192af335e137e77e"},"name":"Hanak","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282c1"},"cityId":{"$oid":"5907ace2192af335e137e784"},"name":"Kaynaşlı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128211"},"cityId":{"$oid":"5907ace2192af335e137e76e"},"name":"Muratlı","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212821b"},"cityId":{"$oid":"5907ace2192af335e137e76f"},"name":"Pazar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128173"},"cityId":{"$oid":"5907ace2192af335e137e761"},"name":"Afşin","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128187"},"cityId":{"$oid":"5907ace2192af335e137e762"},"name":"Yeşilli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128196"},"cityId":{"$oid":"5907ace2192af335e137e764"},"name":"Hasköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281af"},"cityId":{"$oid":"5907ace2192af335e137e767"},"name":"Fatsa","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281c8"},"cityId":{"$oid":"5907ace2192af335e137e769"},"name":"Adapazarı","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281dc"},"cityId":{"$oid":"5907ace2192af335e137e76a"},"name":"Ayvacık","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128204"},"cityId":{"$oid":"5907ace2192af335e137e76d"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128227"},"cityId":{"$oid":"5907ace2192af335e137e770"},"name":"Dernekpazarı","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281fa"},"cityId":{"$oid":"5907ace2192af335e137e76d"},"name":"Altınyayla","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212823b"},"cityId":{"$oid":"5907ace2192af335e137e772"},"name":"Akçakale","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212826d"},"cityId":{"$oid":"5907ace2192af335e137e776"},"name":"Gökçebey","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128259"},"cityId":{"$oid":"5907ace2192af335e137e774"},"name":"Saray","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128254"},"cityId":{"$oid":"5907ace2192af335e137e774"},"name":"Gevaş","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212829a"},"cityId":{"$oid":"5907ace2192af335e137e77d"},"name":"Ulus","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212829f"},"cityId":{"$oid":"5907ace2192af335e137e77e"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282b3"},"cityId":{"$oid":"5907ace2192af335e137e782"},"name":"Musabeyli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128243"},"cityId":{"$oid":"5907ace2192af335e137e772"},"name":"Hilvan","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212824d"},"cityId":{"$oid":"5907ace2192af335e137e773"},"name":"Ulubey","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128252"},"cityId":{"$oid":"5907ace2192af335e137e774"},"name":"Edremit","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212827f"},"cityId":{"$oid":"5907ace2192af335e137e779"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128283"},"cityId":{"$oid":"5907ace2192af335e137e77a"},"name":"Çelebi","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212826b"},"cityId":{"$oid":"5907ace2192af335e137e776"},"name":"Devrek","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282ab"},"cityId":{"$oid":"5907ace2192af335e137e781"},"name":"Eflani","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128297"},"cityId":{"$oid":"5907ace2192af335e137e77d"},"name":"Amasra","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128284"},"cityId":{"$oid":"5907ace2192af335e137e77a"},"name":"Delice","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282ac"},"cityId":{"$oid":"5907ace2192af335e137e781"},"name":"Eskipazar","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282c0"},"cityId":{"$oid":"5907ace2192af335e137e784"},"name":"Gümüşova","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f01"},"cityId":{"$oid":"5907ace2192af335e137e734"},"name":"Kozan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127efd"},"cityId":{"$oid":"5907ace2192af335e137e734"},"name":"Feke","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f04"},"cityId":{"$oid":"5907ace2192af335e137e734"},"name":"Sarıçam","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f06"},"cityId":{"$oid":"5907ace2192af335e137e734"},"name":"Tufanbeyli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127eff"},"cityId":{"$oid":"5907ace2192af335e137e734"},"name":"Karaisalı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f0a"},"cityId":{"$oid":"5907ace2192af335e137e735"},"name":"Çelikhan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f00"},"cityId":{"$oid":"5907ace2192af335e137e734"},"name":"Karataş","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f09"},"cityId":{"$oid":"5907ace2192af335e137e735"},"name":"Besni","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127efb"},"cityId":{"$oid":"5907ace2192af335e137e734"},"name":"Ceyhan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f12"},"cityId":{"$oid":"5907ace2192af335e137e736"},"name":"Başmakçı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f14"},"cityId":{"$oid":"5907ace2192af335e137e736"},"name":"Bolvadin","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f13"},"cityId":{"$oid":"5907ace2192af335e137e736"},"name":"Bayat","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f16"},"cityId":{"$oid":"5907ace2192af335e137e736"},"name":"Çobanlar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f18"},"cityId":{"$oid":"5907ace2192af335e137e736"},"name":"Dinar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f0e"},"cityId":{"$oid":"5907ace2192af335e137e735"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f1a"},"cityId":{"$oid":"5907ace2192af335e137e736"},"name":"Evciler","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f1b"},"cityId":{"$oid":"5907ace2192af335e137e736"},"name":"Hocalar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f1c"},"cityId":{"$oid":"5907ace2192af335e137e736"},"name":"İhsaniye","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f22"},"cityId":{"$oid":"5907ace2192af335e137e736"},"name":"Sultandağı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f26"},"cityId":{"$oid":"5907ace2192af335e137e737"},"name":"Eleşkirt","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f27"},"cityId":{"$oid":"5907ace2192af335e137e737"},"name":"Hamur","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f28"},"cityId":{"$oid":"5907ace2192af335e137e737"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f2a"},"cityId":{"$oid":"5907ace2192af335e137e737"},"name":"Taşlıçay","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f2d"},"cityId":{"$oid":"5907ace2192af335e137e738"},"name":"Gümüşhacıköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f30"},"cityId":{"$oid":"5907ace2192af335e137e738"},"name":"Merzifon","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f33"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Akyurt","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f38"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Çamlıdere","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f21"},"cityId":{"$oid":"5907ace2192af335e137e736"},"name":"Sinanpaşa","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f3d"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Evren","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f3f"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Güdül","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f40"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Haymana","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f48"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Pursaklar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f47"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Polatlı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f4c"},"cityId":{"$oid":"5907ace2192af335e137e73a"},"name":"Akseki","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f4d"},"cityId":{"$oid":"5907ace2192af335e137e73a"},"name":"Aksu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f53"},"cityId":{"$oid":"5907ace2192af335e137e73a"},"name":"Gazipaşa","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f42"},"cityId":{"$oid":"5907ace2192af335e137e739"},"name":"Kazan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f55"},"cityId":{"$oid":"5907ace2192af335e137e73a"},"name":"İbradı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f57"},"cityId":{"$oid":"5907ace2192af335e137e73a"},"name":"Kemer","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f5a"},"cityId":{"$oid":"5907ace2192af335e137e73a"},"name":"Korkuteli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f56"},"cityId":{"$oid":"5907ace2192af335e137e73a"},"name":"Kaş","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f5d"},"cityId":{"$oid":"5907ace2192af335e137e73a"},"name":"Muratpaşa","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f71"},"cityId":{"$oid":"5907ace2192af335e137e73c"},"name":"Köşk","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f58"},"cityId":{"$oid":"5907ace2192af335e137e73a"},"name":"Kepez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f7b"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"Bandırma","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f6a"},"cityId":{"$oid":"5907ace2192af335e137e73c"},"name":"Didim","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f60"},"cityId":{"$oid":"5907ace2192af335e137e73b"},"name":"Arhavi","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f65"},"cityId":{"$oid":"5907ace2192af335e137e73b"},"name":"Şavşat","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f6b"},"cityId":{"$oid":"5907ace2192af335e137e73c"},"name":"Efeler","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f75"},"cityId":{"$oid":"5907ace2192af335e137e73c"},"name":"Söke","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f8b"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"Susurluk","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f96"},"cityId":{"$oid":"5907ace2192af335e137e73f"},"name":"Karlıova","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f87"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"Manyas","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f95"},"cityId":{"$oid":"5907ace2192af335e137e73f"},"name":"Genç","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f8f"},"cityId":{"$oid":"5907ace2192af335e137e73e"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f7d"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"Burhaniye","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f8d"},"cityId":{"$oid":"5907ace2192af335e137e73e"},"name":"Gölpazarı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fa6"},"cityId":{"$oid":"5907ace2192af335e137e741"},"name":"Kıbrıscık","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fb3"},"cityId":{"$oid":"5907ace2192af335e137e742"},"name":"Kemer","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f7e"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"Dursunbey","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fcc"},"cityId":{"$oid":"5907ace2192af335e137e744"},"name":"Çan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127ff4"},"cityId":{"$oid":"5907ace2192af335e137e747"},"name":"Buldan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127ffe"},"cityId":{"$oid":"5907ace2192af335e137e747"},"name":"Sarayköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212800d"},"cityId":{"$oid":"5907ace2192af335e137e748"},"name":"Kulp","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f64"},"cityId":{"$oid":"5907ace2192af335e137e73b"},"name":"Murgul","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f7a"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"Balya","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f81"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"Gömeç","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f82"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"Gönen","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f8c"},"cityId":{"$oid":"5907ace2192af335e137e73e"},"name":"Bozüyük","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127faa"},"cityId":{"$oid":"5907ace2192af335e137e741"},"name":"Seben","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f85"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"Karesi","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f9e"},"cityId":{"$oid":"5907ace2192af335e137e740"},"name":"Güroymak","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f83"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"Havran","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f9c"},"cityId":{"$oid":"5907ace2192af335e137e740"},"name":"Adilcevaz","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f9f"},"cityId":{"$oid":"5907ace2192af335e137e740"},"name":"Hizan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fb8"},"cityId":{"$oid":"5907ace2192af335e137e743"},"name":"Gemlik","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fbd"},"cityId":{"$oid":"5907ace2192af335e137e743"},"name":"Karacabey","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fea"},"cityId":{"$oid":"5907ace2192af335e137e746"},"name":"Ortaköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fd6"},"cityId":{"$oid":"5907ace2192af335e137e745"},"name":"Çerkeş","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fc7"},"cityId":{"$oid":"5907ace2192af335e137e743"},"name":"Yıldırım","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128017"},"cityId":{"$oid":"5907ace2192af335e137e749"},"name":"Meriç","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128021"},"cityId":{"$oid":"5907ace2192af335e137e74a"},"name":"Kovancılar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128030"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"Aziziye","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212803f"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"Tekman","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212805d"},"cityId":{"$oid":"5907ace2192af335e137e74f"},"name":"Çanakçı","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212807b"},"cityId":{"$oid":"5907ace2192af335e137e752"},"name":"Hassa","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212808f"},"cityId":{"$oid":"5907ace2192af335e137e753"},"name":"Yenişarbademli","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280a8"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Beylikdüzü","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280ad"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Esenler","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fc3"},"cityId":{"$oid":"5907ace2192af335e137e743"},"name":"Orhaneli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127feb"},"cityId":{"$oid":"5907ace2192af335e137e746"},"name":"Osmancık","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fe6"},"cityId":{"$oid":"5907ace2192af335e137e746"},"name":"Laçin","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128009"},"cityId":{"$oid":"5907ace2192af335e137e748"},"name":"Hani","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128018"},"cityId":{"$oid":"5907ace2192af335e137e749"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128027"},"cityId":{"$oid":"5907ace2192af335e137e74b"},"name":"İliç","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212804a"},"cityId":{"$oid":"5907ace2192af335e137e74d"},"name":"Mihalgazi","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128059"},"cityId":{"$oid":"5907ace2192af335e137e74e"},"name":"Yavuzeli","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212806d"},"cityId":{"$oid":"5907ace2192af335e137e750"},"name":"Malazgirt","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128081"},"cityId":{"$oid":"5907ace2192af335e137e752"},"name":"Samandağ","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212808b"},"cityId":{"$oid":"5907ace2192af335e137e753"},"name":"Sütçüler","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128095"},"cityId":{"$oid":"5907ace2192af335e137e754"},"name":"Erdemli","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280a4"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Başakşehir","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280cc"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Çeşme","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280db"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Narlıdere","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280e5"},"cityId":{"$oid":"5907ace2192af335e137e757"},"name":"Kağızman","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fb2"},"cityId":{"$oid":"5907ace2192af335e137e742"},"name":"Karamanlı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fcb"},"cityId":{"$oid":"5907ace2192af335e137e744"},"name":"Bozcaada","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fe4"},"cityId":{"$oid":"5907ace2192af335e137e746"},"name":"İskilip","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127ff3"},"cityId":{"$oid":"5907ace2192af335e137e747"},"name":"Bozkurt","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212802f"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"Aşkale","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128016"},"cityId":{"$oid":"5907ace2192af335e137e749"},"name":"Lalapaşa","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128048"},"cityId":{"$oid":"5907ace2192af335e137e74d"},"name":"İnönü","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212805c"},"cityId":{"$oid":"5907ace2192af335e137e74f"},"name":"Çamoluk","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128061"},"cityId":{"$oid":"5907ace2192af335e137e74f"},"name":"Eynesil","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212808e"},"cityId":{"$oid":"5907ace2192af335e137e753"},"name":"Yalvaç","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280ac"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Çekmeköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128089"},"cityId":{"$oid":"5907ace2192af335e137e753"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128075"},"cityId":{"$oid":"5907ace2192af335e137e752"},"name":"Antakya","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280cf"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Foça","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280d9"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Menderes","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280f2"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"Devrekani","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fab"},"cityId":{"$oid":"5907ace2192af335e137e741"},"name":"Yeniçağa","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fba"},"cityId":{"$oid":"5907ace2192af335e137e743"},"name":"Harmancık","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fce"},"cityId":{"$oid":"5907ace2192af335e137e744"},"name":"Ezine","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fe2"},"cityId":{"$oid":"5907ace2192af335e137e746"},"name":"Boğazkale","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128014"},"cityId":{"$oid":"5907ace2192af335e137e749"},"name":"İpsala","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212800f"},"cityId":{"$oid":"5907ace2192af335e137e748"},"name":"Silvan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127ff6"},"cityId":{"$oid":"5907ace2192af335e137e747"},"name":"Çameli","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212801c"},"cityId":{"$oid":"5907ace2192af335e137e74a"},"name":"Alacakaya","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212802b"},"cityId":{"$oid":"5907ace2192af335e137e74b"},"name":"Otlukbeli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128044"},"cityId":{"$oid":"5907ace2192af335e137e74d"},"name":"Beylikova","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128058"},"cityId":{"$oid":"5907ace2192af335e137e74e"},"name":"Şehitkamil","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128076"},"cityId":{"$oid":"5907ace2192af335e137e752"},"name":"Arsuz","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128085"},"cityId":{"$oid":"5907ace2192af335e137e753"},"name":"Eğirdir","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128099"},"cityId":{"$oid":"5907ace2192af335e137e754"},"name":"Silifke","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128067"},"cityId":{"$oid":"5907ace2192af335e137e74f"},"name":"Şebinkarahisar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fb4"},"cityId":{"$oid":"5907ace2192af335e137e742"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fbe"},"cityId":{"$oid":"5907ace2192af335e137e743"},"name":"Keles","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127ff0"},"cityId":{"$oid":"5907ace2192af335e137e747"},"name":"Baklan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127ffa"},"cityId":{"$oid":"5907ace2192af335e137e747"},"name":"Honaz","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128013"},"cityId":{"$oid":"5907ace2192af335e137e749"},"name":"Havsa","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212802c"},"cityId":{"$oid":"5907ace2192af335e137e74b"},"name":"Refahiye","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212803b"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"Palandöken","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128040"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"Tortum","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212805e"},"cityId":{"$oid":"5907ace2192af335e137e74f"},"name":"Dereli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128077"},"cityId":{"$oid":"5907ace2192af335e137e752"},"name":"Belen","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128086"},"cityId":{"$oid":"5907ace2192af335e137e753"},"name":"Gelendost","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fd7"},"cityId":{"$oid":"5907ace2192af335e137e745"},"name":"Eldivan","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280a9"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Beyoğlu","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280b8"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Pendik","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280d1"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Güzelbahçe","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280ea"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"Abana","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fc6"},"cityId":{"$oid":"5907ace2192af335e137e743"},"name":"Yenişehir","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fad"},"cityId":{"$oid":"5907ace2192af335e137e742"},"name":"Altınyayla","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fdf"},"cityId":{"$oid":"5907ace2192af335e137e745"},"name":"Yapraklı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fee"},"cityId":{"$oid":"5907ace2192af335e137e747"},"name":"Acıpayam","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128002"},"cityId":{"$oid":"5907ace2192af335e137e748"},"name":"Bismil","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212802a"},"cityId":{"$oid":"5907ace2192af335e137e74b"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128039"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"Oltu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128043"},"cityId":{"$oid":"5907ace2192af335e137e74d"},"name":"Alpu","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212804d"},"cityId":{"$oid":"5907ace2192af335e137e74d"},"name":"Sarıcakaya","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128007"},"cityId":{"$oid":"5907ace2192af335e137e748"},"name":"Eğil","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128070"},"cityId":{"$oid":"5907ace2192af335e137e751"},"name":"Çukurca","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128093"},"cityId":{"$oid":"5907ace2192af335e137e754"},"name":"Bozyazı","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280a2"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Bahçelievler","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280b1"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Gaziosmanpaşa","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280c0"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Tuzla","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280d4"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Karşıyaka","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280f7"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"Küre","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128101"},"cityId":{"$oid":"5907ace2192af335e137e759"},"name":"Felahiye","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212809d"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Adalar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fbf"},"cityId":{"$oid":"5907ace2192af335e137e743"},"name":"Kestel","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fd3"},"cityId":{"$oid":"5907ace2192af335e137e744"},"name":"Yenice","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fd8"},"cityId":{"$oid":"5907ace2192af335e137e745"},"name":"Ilgaz","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128019"},"cityId":{"$oid":"5907ace2192af335e137e749"},"name":"Süloğlu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128023"},"cityId":{"$oid":"5907ace2192af335e137e74a"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128032"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"Hınıs","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212803c"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"Pasinler","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128050"},"cityId":{"$oid":"5907ace2192af335e137e74d"},"name":"Tepebaşı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f84"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"İvrindi","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fa2"},"cityId":{"$oid":"5907ace2192af335e137e740"},"name":"Tatvan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fac"},"cityId":{"$oid":"5907ace2192af335e137e742"},"name":"Ağlasun","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fbb"},"cityId":{"$oid":"5907ace2192af335e137e743"},"name":"İnegöl","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fc0"},"cityId":{"$oid":"5907ace2192af335e137e743"},"name":"Mudanya","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128001"},"cityId":{"$oid":"5907ace2192af335e137e748"},"name":"Bağlar","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212806e"},"cityId":{"$oid":"5907ace2192af335e137e750"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128078"},"cityId":{"$oid":"5907ace2192af335e137e752"},"name":"Defne","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128082"},"cityId":{"$oid":"5907ace2192af335e137e752"},"name":"Yayladağı","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280b7"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Maltepe","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280cb"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Buca","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280b2"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Güngören","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280a0"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Avcılar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128037"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"Köprüköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f7f"},"cityId":{"$oid":"5907ace2192af335e137e73d"},"name":"Edremit","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127f9d"},"cityId":{"$oid":"5907ace2192af335e137e740"},"name":"Ahlat","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127ffb"},"cityId":{"$oid":"5907ace2192af335e137e747"},"name":"Kale","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fb1"},"cityId":{"$oid":"5907ace2192af335e137e742"},"name":"Gölhisar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fc5"},"cityId":{"$oid":"5907ace2192af335e137e743"},"name":"Osmangazi","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fd9"},"cityId":{"$oid":"5907ace2192af335e137e745"},"name":"Kızılırmak","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127ffc"},"cityId":{"$oid":"5907ace2192af335e137e747"},"name":"Merkezefendi","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212805a"},"cityId":{"$oid":"5907ace2192af335e137e74f"},"name":"Alucra","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212805f"},"cityId":{"$oid":"5907ace2192af335e137e74f"},"name":"Doğankent","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128073"},"cityId":{"$oid":"5907ace2192af335e137e751"},"name":"Yüksekova","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fe8"},"cityId":{"$oid":"5907ace2192af335e137e746"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602127fde"},"cityId":{"$oid":"5907ace2192af335e137e745"},"name":"Şabanözü","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280c1"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Ümraniye","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280d0"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Gaziemir","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280df"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Tire","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280f8"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128102"},"cityId":{"$oid":"5907ace2192af335e137e759"},"name":"Hacılar","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280f3"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"Doğanyurt","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128120"},"cityId":{"$oid":"5907ace2192af335e137e75c"},"name":"Derince","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212814d"},"cityId":{"$oid":"5907ace2192af335e137e75e"},"name":"Emet","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212815c"},"cityId":{"$oid":"5907ace2192af335e137e75f"},"name":"Hekimhan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128166"},"cityId":{"$oid":"5907ace2192af335e137e760"},"name":"Gölmarmara","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212817a"},"cityId":{"$oid":"5907ace2192af335e137e761"},"name":"Nurhak","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128110"},"cityId":{"$oid":"5907ace2192af335e137e75a"},"name":"Kofçaz","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212811f"},"cityId":{"$oid":"5907ace2192af335e137e75c"},"name":"Darıca","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128133"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Derebucak","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128142"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Selçuklu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128156"},"cityId":{"$oid":"5907ace2192af335e137e75f"},"name":"Arapgir","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212816a"},"cityId":{"$oid":"5907ace2192af335e137e760"},"name":"Kula","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128188"},"cityId":{"$oid":"5907ace2192af335e137e763"},"name":"Bodrum","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281ab"},"cityId":{"$oid":"5907ace2192af335e137e767"},"name":"Aybastı","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212819c"},"cityId":{"$oid":"5907ace2192af335e137e765"},"name":"Avanos","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281dd"},"cityId":{"$oid":"5907ace2192af335e137e76a"},"name":"Bafra","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281e2"},"cityId":{"$oid":"5907ace2192af335e137e76a"},"name":"Kavak","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128197"},"cityId":{"$oid":"5907ace2192af335e137e764"},"name":"Korkut","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281f6"},"cityId":{"$oid":"5907ace2192af335e137e76c"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280aa"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Büyükçekmece","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280b4"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Kağıthane","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280eb"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"Ağlı","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280d7"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Kiraz","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280ff"},"cityId":{"$oid":"5907ace2192af335e137e759"},"name":"Bünyan","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280fa"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"Seydiler","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212811d"},"cityId":{"$oid":"5907ace2192af335e137e75c"},"name":"Başiskele","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212813b"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Ilgın","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128140"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Meram","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212814a"},"cityId":{"$oid":"5907ace2192af335e137e75e"},"name":"Çavdarhisar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128172"},"cityId":{"$oid":"5907ace2192af335e137e760"},"name":"Yunusemre","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128181"},"cityId":{"$oid":"5907ace2192af335e137e762"},"name":"Kızıltepe","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212819f"},"cityId":{"$oid":"5907ace2192af335e137e765"},"name":"Hacıbektaş","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281b3"},"cityId":{"$oid":"5907ace2192af335e137e767"},"name":"İkizce","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281cc"},"cityId":{"$oid":"5907ace2192af335e137e769"},"name":"Ferizli","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281db"},"cityId":{"$oid":"5907ace2192af335e137e76a"},"name":"Atakum","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281ea"},"cityId":{"$oid":"5907ace2192af335e137e76b"},"name":"Eruh","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281fe"},"cityId":{"$oid":"5907ace2192af335e137e76d"},"name":"Gölova","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128208"},"cityId":{"$oid":"5907ace2192af335e137e76d"},"name":"Yıldızeli","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212821c"},"cityId":{"$oid":"5907ace2192af335e137e76f"},"name":"Reşadiye","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212810d"},"cityId":{"$oid":"5907ace2192af335e137e759"},"name":"Yeşilhisar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128130"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Çeltik","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128149"},"cityId":{"$oid":"5907ace2192af335e137e75e"},"name":"Aslanapa","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212814e"},"cityId":{"$oid":"5907ace2192af335e137e75e"},"name":"Gediz","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128121"},"cityId":{"$oid":"5907ace2192af335e137e75c"},"name":"Dilovası","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128167"},"cityId":{"$oid":"5907ace2192af335e137e760"},"name":"Gördes","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128194"},"cityId":{"$oid":"5907ace2192af335e137e763"},"name":"Yatağan","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212808c"},"cityId":{"$oid":"5907ace2192af335e137e753"},"name":"Şarkikaraağaç","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128107"},"cityId":{"$oid":"5907ace2192af335e137e759"},"name":"Pınarbaşı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128116"},"cityId":{"$oid":"5907ace2192af335e137e75b"},"name":"Akçakent","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128143"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Seydişehir","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128125"},"cityId":{"$oid":"5907ace2192af335e137e75c"},"name":"Kandıra","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212811b"},"cityId":{"$oid":"5907ace2192af335e137e75b"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212816b"},"cityId":{"$oid":"5907ace2192af335e137e760"},"name":"Salihli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128152"},"cityId":{"$oid":"5907ace2192af335e137e75e"},"name":"Simav","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128115"},"cityId":{"$oid":"5907ace2192af335e137e75a"},"name":"Vize","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128124"},"cityId":{"$oid":"5907ace2192af335e137e75c"},"name":"İzmit","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212812f"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Cihanbeyli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128147"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Yunak","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212815b"},"cityId":{"$oid":"5907ace2192af335e137e75f"},"name":"Doğanyol","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128179"},"cityId":{"$oid":"5907ace2192af335e137e761"},"name":"Göksun","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281a1"},"cityId":{"$oid":"5907ace2192af335e137e765"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281b0"},"cityId":{"$oid":"5907ace2192af335e137e767"},"name":"Gölköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281c9"},"cityId":{"$oid":"5907ace2192af335e137e769"},"name":"Akyazı","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281ce"},"cityId":{"$oid":"5907ace2192af335e137e769"},"name":"Hendek","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281e7"},"cityId":{"$oid":"5907ace2192af335e137e76a"},"name":"Vezirköprü","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128183"},"cityId":{"$oid":"5907ace2192af335e137e762"},"name":"Midyat","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128200"},"cityId":{"$oid":"5907ace2192af335e137e76d"},"name":"Hafik","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280af"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Eyüp","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280c3"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Zeytinburnu","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280d2"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Karabağlar","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280c8"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Bergama","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212810e"},"cityId":{"$oid":"5907ace2192af335e137e75a"},"name":"Babaeski","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128113"},"cityId":{"$oid":"5907ace2192af335e137e75a"},"name":"Pehlivanköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128118"},"cityId":{"$oid":"5907ace2192af335e137e75b"},"name":"Boztepe","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128127"},"cityId":{"$oid":"5907ace2192af335e137e75c"},"name":"Kartepe","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212815e"},"cityId":{"$oid":"5907ace2192af335e137e75f"},"name":"Kuluncak","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128168"},"cityId":{"$oid":"5907ace2192af335e137e760"},"name":"Kırkağaç","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128186"},"cityId":{"$oid":"5907ace2192af335e137e762"},"name":"Savur","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128190"},"cityId":{"$oid":"5907ace2192af335e137e763"},"name":"Milas","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281ae"},"cityId":{"$oid":"5907ace2192af335e137e767"},"name":"Çaybaşı","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281bd"},"cityId":{"$oid":"5907ace2192af335e137e768"},"name":"Çamlıhemşin","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281c2"},"cityId":{"$oid":"5907ace2192af335e137e768"},"name":"Hemşin","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281e5"},"cityId":{"$oid":"5907ace2192af335e137e76a"},"name":"Tekkeköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212814f"},"cityId":{"$oid":"5907ace2192af335e137e75e"},"name":"Hisarcık","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281f4"},"cityId":{"$oid":"5907ace2192af335e137e76c"},"name":"Erfelek","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128217"},"cityId":{"$oid":"5907ace2192af335e137e76f"},"name":"Başçiftlik","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280f9"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"Pınarbaşı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128103"},"cityId":{"$oid":"5907ace2192af335e137e759"},"name":"İncesu","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212812b"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Akşehir","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128117"},"cityId":{"$oid":"5907ace2192af335e137e75b"},"name":"Akpınar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128153"},"cityId":{"$oid":"5907ace2192af335e137e75e"},"name":"Şaphane","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128112"},"cityId":{"$oid":"5907ace2192af335e137e75a"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212816c"},"cityId":{"$oid":"5907ace2192af335e137e760"},"name":"Sarıgöl","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128176"},"cityId":{"$oid":"5907ace2192af335e137e761"},"name":"Dulkadiroğlu","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212819e"},"cityId":{"$oid":"5907ace2192af335e137e765"},"name":"Gülşehir","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281bc"},"cityId":{"$oid":"5907ace2192af335e137e768"},"name":"Ardeşen","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281cb"},"cityId":{"$oid":"5907ace2192af335e137e769"},"name":"Erenler","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281da"},"cityId":{"$oid":"5907ace2192af335e137e76a"},"name":"Asarcık","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281d5"},"cityId":{"$oid":"5907ace2192af335e137e769"},"name":"Serdivan","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281fd"},"cityId":{"$oid":"5907ace2192af335e137e76d"},"name":"Gemerek","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128006"},"cityId":{"$oid":"5907ace2192af335e137e748"},"name":"Dicle","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212803d"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"Pazaryolu","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212802e"},"cityId":{"$oid":"5907ace2192af335e137e74b"},"name":"Üzümlü","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128060"},"cityId":{"$oid":"5907ace2192af335e137e74f"},"name":"Espiye","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128033"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"Horasan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128083"},"cityId":{"$oid":"5907ace2192af335e137e753"},"name":"Aksu","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212808d"},"cityId":{"$oid":"5907ace2192af335e137e753"},"name":"Uluborlu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128042"},"cityId":{"$oid":"5907ace2192af335e137e74c"},"name":"Yakutiye","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280ab"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Çatalca","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280bf"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Şişli","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281a3"},"cityId":{"$oid":"5907ace2192af335e137e766"},"name":"Altunhisar","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281b7"},"cityId":{"$oid":"5907ace2192af335e137e767"},"name":"Kumru","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281c6"},"cityId":{"$oid":"5907ace2192af335e137e768"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212818f"},"cityId":{"$oid":"5907ace2192af335e137e763"},"name":"Menteşe","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281ee"},"cityId":{"$oid":"5907ace2192af335e137e76b"},"name":"Şirvan","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281f8"},"cityId":{"$oid":"5907ace2192af335e137e76c"},"name":"Türkeli","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128010"},"cityId":{"$oid":"5907ace2192af335e137e748"},"name":"Sur","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128024"},"cityId":{"$oid":"5907ace2192af335e137e74a"},"name":"Palu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128051"},"cityId":{"$oid":"5907ace2192af335e137e74e"},"name":"Araban","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128056"},"cityId":{"$oid":"5907ace2192af335e137e74e"},"name":"Oğuzeli","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212806f"},"cityId":{"$oid":"5907ace2192af335e137e750"},"name":"Varto","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128029"},"cityId":{"$oid":"5907ace2192af335e137e74b"},"name":"Kemaliye","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128088"},"cityId":{"$oid":"5907ace2192af335e137e753"},"name":"Keçiborlu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128092"},"cityId":{"$oid":"5907ace2192af335e137e754"},"name":"Aydıncık","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280a1"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Bağcılar","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280b5"},"cityId":{"$oid":"5907ace2192af335e137e755"},"name":"Kartal","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280ec"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"Araç","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128100"},"cityId":{"$oid":"5907ace2192af335e137e759"},"name":"Develi","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128114"},"cityId":{"$oid":"5907ace2192af335e137e75a"},"name":"Pınarhisar","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280e2"},"cityId":{"$oid":"5907ace2192af335e137e757"},"name":"Akyaka","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280c9"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Beydağ","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212814b"},"cityId":{"$oid":"5907ace2192af335e137e75e"},"name":"Domaniç","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212815a"},"cityId":{"$oid":"5907ace2192af335e137e75f"},"name":"Doğanşehir","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128189"},"cityId":{"$oid":"5907ace2192af335e137e763"},"name":"Dalaman","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128198"},"cityId":{"$oid":"5907ace2192af335e137e764"},"name":"Malazgirt","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281b1"},"cityId":{"$oid":"5907ace2192af335e137e767"},"name":"Gülyalı","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281c0"},"cityId":{"$oid":"5907ace2192af335e137e768"},"name":"Fındıklı","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281d9"},"cityId":{"$oid":"5907ace2192af335e137e76a"},"name":"Alaçam","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128233"},"cityId":{"$oid":"5907ace2192af335e137e771"},"name":"Çemişgezek","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212821f"},"cityId":{"$oid":"5907ace2192af335e137e76f"},"name":"Yeşilyurt","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212823d"},"cityId":{"$oid":"5907ace2192af335e137e772"},"name":"Bozova","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128210"},"cityId":{"$oid":"5907ace2192af335e137e76e"},"name":"Marmaraereğlisi","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212821a"},"cityId":{"$oid":"5907ace2192af335e137e76f"},"name":"Niksar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128228"},"cityId":{"$oid":"5907ace2192af335e137e770"},"name":"Düzköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212823c"},"cityId":{"$oid":"5907ace2192af335e137e772"},"name":"Birecik","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128255"},"cityId":{"$oid":"5907ace2192af335e137e774"},"name":"Gürpınar","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212826a"},"cityId":{"$oid":"5907ace2192af335e137e776"},"name":"Çaycuma","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128264"},"cityId":{"$oid":"5907ace2192af335e137e775"},"name":"Sarıkaya","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128273"},"cityId":{"$oid":"5907ace2192af335e137e777"},"name":"Gülağaç","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128291"},"cityId":{"$oid":"5907ace2192af335e137e77c"},"name":"Cizre","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128296"},"cityId":{"$oid":"5907ace2192af335e137e77c"},"name":"Uludere","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282b4"},"cityId":{"$oid":"5907ace2192af335e137e782"},"name":"Polateli","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282be"},"cityId":{"$oid":"5907ace2192af335e137e784"},"name":"Çilimli","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212823a"},"cityId":{"$oid":"5907ace2192af335e137e771"},"name":"Pülümür","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128253"},"cityId":{"$oid":"5907ace2192af335e137e774"},"name":"Erciş","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128258"},"cityId":{"$oid":"5907ace2192af335e137e774"},"name":"Özalp","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128271"},"cityId":{"$oid":"5907ace2192af335e137e777"},"name":"Ağaçören","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128285"},"cityId":{"$oid":"5907ace2192af335e137e77a"},"name":"Karakeçili","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128299"},"cityId":{"$oid":"5907ace2192af335e137e77d"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282ad"},"cityId":{"$oid":"5907ace2192af335e137e781"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128202"},"cityId":{"$oid":"5907ace2192af335e137e76d"},"name":"Kangal","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128216"},"cityId":{"$oid":"5907ace2192af335e137e76f"},"name":"Artova","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212822a"},"cityId":{"$oid":"5907ace2192af335e137e770"},"name":"Köprübaşı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128178"},"cityId":{"$oid":"5907ace2192af335e137e761"},"name":"Elbistan","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212818c"},"cityId":{"$oid":"5907ace2192af335e137e763"},"name":"Kavaklıdere","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281a0"},"cityId":{"$oid":"5907ace2192af335e137e765"},"name":"Kozaklı","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281be"},"cityId":{"$oid":"5907ace2192af335e137e768"},"name":"Çayeli","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281b4"},"cityId":{"$oid":"5907ace2192af335e137e767"},"name":"Kabadüz","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281d2"},"cityId":{"$oid":"5907ace2192af335e137e769"},"name":"Kocaali","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128209"},"cityId":{"$oid":"5907ace2192af335e137e76d"},"name":"Zara","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281f5"},"cityId":{"$oid":"5907ace2192af335e137e76c"},"name":"Gerze","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281e6"},"cityId":{"$oid":"5907ace2192af335e137e76a"},"name":"Terme","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281eb"},"cityId":{"$oid":"5907ace2192af335e137e76b"},"name":"Kurtalan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128272"},"cityId":{"$oid":"5907ace2192af335e137e777"},"name":"Eskil","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212824f"},"cityId":{"$oid":"5907ace2192af335e137e774"},"name":"Başkale","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212827c"},"cityId":{"$oid":"5907ace2192af335e137e779"},"name":"Başyayla","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128290"},"cityId":{"$oid":"5907ace2192af335e137e77c"},"name":"Beytüşşebap","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212824a"},"cityId":{"$oid":"5907ace2192af335e137e773"},"name":"Karahallı","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282ae"},"cityId":{"$oid":"5907ace2192af335e137e781"},"name":"Ovacık","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282c2"},"cityId":{"$oid":"5907ace2192af335e137e784"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212823e"},"cityId":{"$oid":"5907ace2192af335e137e772"},"name":"Ceylanpınar","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128270"},"cityId":{"$oid":"5907ace2192af335e137e776"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212827a"},"cityId":{"$oid":"5907ace2192af335e137e778"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128257"},"cityId":{"$oid":"5907ace2192af335e137e774"},"name":"Muradiye","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128288"},"cityId":{"$oid":"5907ace2192af335e137e77a"},"name":"Sulakyurt","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282a6"},"cityId":{"$oid":"5907ace2192af335e137e780"},"name":"Armutlu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128292"},"cityId":{"$oid":"5907ace2192af335e137e77c"},"name":"Güçlükonak","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128293"},"cityId":{"$oid":"5907ace2192af335e137e77c"},"name":"İdil","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282a2"},"cityId":{"$oid":"5907ace2192af335e137e77f"},"name":"Karakoyunlu","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282b1"},"cityId":{"$oid":"5907ace2192af335e137e782"},"name":"Elbeyli","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280f1"},"cityId":{"$oid":"5907ace2192af335e137e758"},"name":"Daday","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128105"},"cityId":{"$oid":"5907ace2192af335e137e759"},"name":"Melikgazi","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212811e"},"cityId":{"$oid":"5907ace2192af335e137e75c"},"name":"Çayırova","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212812d"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Beyşehir","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128119"},"cityId":{"$oid":"5907ace2192af335e137e75b"},"name":"Çiçekdağı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128132"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Derbent","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212813c"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Kadınhanı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128137"},"cityId":{"$oid":"5907ace2192af335e137e75d"},"name":"Güneysınır","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280ce"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Dikili","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021280d3"},"cityId":{"$oid":"5907ace2192af335e137e756"},"name":"Karaburun","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212815f"},"cityId":{"$oid":"5907ace2192af335e137e75f"},"name":"Pütürge","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128184"},"cityId":{"$oid":"5907ace2192af335e137e762"},"name":"Nusaybin","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212819d"},"cityId":{"$oid":"5907ace2192af335e137e765"},"name":"Derinkuyu","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281ac"},"cityId":{"$oid":"5907ace2192af335e137e767"},"name":"Çamaş","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281c5"},"cityId":{"$oid":"5907ace2192af335e137e768"},"name":"Kalkandere","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281d4"},"cityId":{"$oid":"5907ace2192af335e137e769"},"name":"Sapanca","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212822e"},"cityId":{"$oid":"5907ace2192af335e137e770"},"name":"Sürmene","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128238"},"cityId":{"$oid":"5907ace2192af335e137e771"},"name":"Ovacık","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212824c"},"cityId":{"$oid":"5907ace2192af335e137e773"},"name":"Sivaslı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128256"},"cityId":{"$oid":"5907ace2192af335e137e774"},"name":"İpekyolu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128265"},"cityId":{"$oid":"5907ace2192af335e137e775"},"name":"Sorgun","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128219"},"cityId":{"$oid":"5907ace2192af335e137e76f"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128237"},"cityId":{"$oid":"5907ace2192af335e137e771"},"name":"Nazımiye","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128246"},"cityId":{"$oid":"5907ace2192af335e137e772"},"name":"Suruç","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212825a"},"cityId":{"$oid":"5907ace2192af335e137e774"},"name":"Tuşba","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212820f"},"cityId":{"$oid":"5907ace2192af335e137e76e"},"name":"Malkara","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128278"},"cityId":{"$oid":"5907ace2192af335e137e778"},"name":"Aydıntepe","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128282"},"cityId":{"$oid":"5907ace2192af335e137e77a"},"name":"Balışeyh","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282a5"},"cityId":{"$oid":"5907ace2192af335e137e780"},"name":"Altınova","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282af"},"cityId":{"$oid":"5907ace2192af335e137e781"},"name":"Safranbolu","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128226"},"cityId":{"$oid":"5907ace2192af335e137e770"},"name":"Çaykara","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128230"},"cityId":{"$oid":"5907ace2192af335e137e770"},"name":"Tonya","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128244"},"cityId":{"$oid":"5907ace2192af335e137e772"},"name":"Karaköprü","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212825d"},"cityId":{"$oid":"5907ace2192af335e137e775"},"name":"Boğazlıyan","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128262"},"cityId":{"$oid":"5907ace2192af335e137e775"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128280"},"cityId":{"$oid":"5907ace2192af335e137e779"},"name":"Sarıveliler","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128294"},"cityId":{"$oid":"5907ace2192af335e137e77c"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282a3"},"cityId":{"$oid":"5907ace2192af335e137e77f"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282b2"},"cityId":{"$oid":"5907ace2192af335e137e782"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128207"},"cityId":{"$oid":"5907ace2192af335e137e76d"},"name":"Ulaş","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128220"},"cityId":{"$oid":"5907ace2192af335e137e76f"},"name":"Zile","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212822f"},"cityId":{"$oid":"5907ace2192af335e137e770"},"name":"Şalpazarı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128182"},"cityId":{"$oid":"5907ace2192af335e137e762"},"name":"Mazıdağı","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212819b"},"cityId":{"$oid":"5907ace2192af335e137e765"},"name":"Acıgöl","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281a5"},"cityId":{"$oid":"5907ace2192af335e137e766"},"name":"Çamardı","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281c3"},"cityId":{"$oid":"5907ace2192af335e137e768"},"name":"İkizdere","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021281d7"},"cityId":{"$oid":"5907ace2192af335e137e769"},"name":"Taraklı","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212820e"},"cityId":{"$oid":"5907ace2192af335e137e76e"},"name":"Kapaklı","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128218"},"cityId":{"$oid":"5907ace2192af335e137e76f"},"name":"Erbaa","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128213"},"cityId":{"$oid":"5907ace2192af335e137e76e"},"name":"Süleymanpaşa","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128222"},"cityId":{"$oid":"5907ace2192af335e137e770"},"name":"Araklı","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212821d"},"cityId":{"$oid":"5907ace2192af335e137e76f"},"name":"Sulusaray","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212822c"},"cityId":{"$oid":"5907ace2192af335e137e770"},"name":"Of","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128236"},"cityId":{"$oid":"5907ace2192af335e137e771"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128268"},"cityId":{"$oid":"5907ace2192af335e137e775"},"name":"Yerköy","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128240"},"cityId":{"$oid":"5907ace2192af335e137e772"},"name":"Halfeti","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212825e"},"cityId":{"$oid":"5907ace2192af335e137e775"},"name":"Çandır","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212828b"},"cityId":{"$oid":"5907ace2192af335e137e77b"},"name":"Gercüş","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128281"},"cityId":{"$oid":"5907ace2192af335e137e77a"},"name":"Bahşili","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282a9"},"cityId":{"$oid":"5907ace2192af335e137e780"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282bd"},"cityId":{"$oid":"5907ace2192af335e137e784"},"name":"Cumayeri","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128234"},"cityId":{"$oid":"5907ace2192af335e137e771"},"name":"Hozat","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128248"},"cityId":{"$oid":"5907ace2192af335e137e773"},"name":"Banaz","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128275"},"cityId":{"$oid":"5907ace2192af335e137e777"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128279"},"cityId":{"$oid":"5907ace2192af335e137e778"},"name":"Demirözü","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212828d"},"cityId":{"$oid":"5907ace2192af335e137e77b"},"name":"Kozluk","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212829c"},"cityId":{"$oid":"5907ace2192af335e137e77e"},"name":"Damal","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282b0"},"cityId":{"$oid":"5907ace2192af335e137e781"},"name":"Yenice","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282b5"},"cityId":{"$oid":"5907ace2192af335e137e783"},"name":"Bahçe","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282ba"},"cityId":{"$oid":"5907ace2192af335e137e783"},"name":"Sumbas","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212828e"},"cityId":{"$oid":"5907ace2192af335e137e77b"},"name":"Merkez","__v":0}
{"_id":{"$oid":"5907acfd79e1f73602128289"},"cityId":{"$oid":"5907ace2192af335e137e77a"},"name":"Yahşihan","__v":0}
{"_id":{"$oid":"5907acfd79e1f7360212829d"},"cityId":{"$oid":"5907ace2192af335e137e77e"},"name":"Göle","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282a7"},"cityId":{"$oid":"5907ace2192af335e137e780"},"name":"Çınarcık","__v":0}
{"_id":{"$oid":"5907acfd79e1f736021282bb"},"cityId":{"$oid":"5907ace2192af335e137e783"},"name":"Toprakkale","__v":0}