jpostcode_rs 0.1.4

Japanese postal code lookup library in Rust, powered by jpostcode-data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
{
  "8001": {
    "postcode": "7128001",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "連島町西之浦",
    "town_kana": "ツラジマチョウニシノウラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8002": {
    "postcode": "7128002",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "連島町亀島新田",
    "town_kana": "ツラジマチョウカメジマシンデン",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8003": {
    "postcode": "7128003",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島明神町",
    "town_kana": "ミズシマミョウジンチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8004": {
    "postcode": "7128004",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島南亀島町",
    "town_kana": "ミズシマミナミカメジマチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8005": {
    "postcode": "7128005",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島北亀島町",
    "town_kana": "ミズシマキタカメジマチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8006": {
    "postcode": "7128006",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "連島町鶴新田",
    "town_kana": "ツラジマチョウツルシンデン",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8007": {
    "postcode": "7128007",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "鶴の浦",
    "town_kana": "ツルノウラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8011": {
    "postcode": "7128011",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "連島町連島",
    "town_kana": "ツラジマチョウツラジマ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8012": {
    "postcode": "7128012",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "連島",
    "town_kana": "ツラジマ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8013": {
    "postcode": "7128013",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "亀島",
    "town_kana": "カメジマ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8014": {
    "postcode": "7128014",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "連島中央",
    "town_kana": "ツラジマチュウオウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8015": {
    "postcode": "7128015",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "連島町矢柄",
    "town_kana": "ツラジマチョウヤガラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8021": {
    "postcode": "7128021",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島東川町",
    "town_kana": "ミズシマヒガシガワチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8022": {
    "postcode": "7128022",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島北緑町",
    "town_kana": "ミズシマキタミドリマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8023": {
    "postcode": "7128023",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島南緑町",
    "town_kana": "ミズシマミナミミドリマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8024": {
    "postcode": "7128024",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島北春日町",
    "town_kana": "ミズシマキタカスガチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8025": {
    "postcode": "7128025",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島南春日町",
    "town_kana": "ミズシマミナミカスガチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8026": {
    "postcode": "7128026",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島南瑞穂町",
    "town_kana": "ミズシマミナミミズホチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8027": {
    "postcode": "7128027",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島北瑞穂町",
    "town_kana": "ミズシマキタミズホチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8031": {
    "postcode": "7128031",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "福田町浦田",
    "town_kana": "フクダチョウウラダ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8032": {
    "postcode": "7128032",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "北畝",
    "town_kana": "キタセ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8033": {
    "postcode": "7128033",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島東栄町",
    "town_kana": "ミズシマヒガシサカエマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8034": {
    "postcode": "7128034",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島西栄町",
    "town_kana": "ミズシマニシサカエマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8035": {
    "postcode": "7128035",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島東弥生町",
    "town_kana": "ミズシマヒガシヤヨイチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8036": {
    "postcode": "7128036",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島西弥生町",
    "town_kana": "ミズシマニシヤヨイチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8037": {
    "postcode": "7128037",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島東寿町",
    "town_kana": "ミズシマヒガシコトブキチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8038": {
    "postcode": "7128038",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島西寿町",
    "town_kana": "ミズシマニシコトブキチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8039": {
    "postcode": "7128039",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島相生町",
    "town_kana": "ミズシマアイオイチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8041": {
    "postcode": "7128041",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "福田町福田",
    "town_kana": "フクダチョウフクダ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8042": {
    "postcode": "7128042",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "福田町広江",
    "town_kana": "フクダチョウヒロエ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8043": {
    "postcode": "7128043",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "広江",
    "town_kana": "ヒロエ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8044": {
    "postcode": "7128044",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "東塚",
    "town_kana": "ヒガシヅカ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8045": {
    "postcode": "7128045",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "福田町東塚",
    "town_kana": "フクダチョウヒガシヅカ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8046": {
    "postcode": "7128046",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "福田町古新田",
    "town_kana": "フクダチョウコシンデン",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8051": {
    "postcode": "7128051",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "中畝",
    "town_kana": "ナカセ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8052": {
    "postcode": "7128052",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "松江",
    "town_kana": "マツエ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8053": [
    {
      "postcode": "7128053",
      "prefecture": "岡山県",
      "prefecture_kana": "オカヤマケン",
      "prefecture_code": 33,
      "city": "倉敷市",
      "city_kana": "クラシキシ",
      "town": "呼松",
      "town_kana": "ヨビマツ",
      "street": null,
      "office_name": null,
      "office_name_kana": null
    },
    {
      "postcode": "7128053",
      "prefecture": "岡山県",
      "prefecture_kana": "オカヤマケン",
      "prefecture_code": 33,
      "city": "倉敷市",
      "city_kana": "クラシキシ",
      "town": "呼松町",
      "town_kana": "ヨビマツチョウ",
      "street": null,
      "office_name": null,
      "office_name_kana": null
    }
  ],
  "8054": {
    "postcode": "7128054",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "潮通",
    "town_kana": "ウシオドオリ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8055": {
    "postcode": "7128055",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "南畝",
    "town_kana": "ミナミセ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8056": {
    "postcode": "7128056",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島福崎町",
    "town_kana": "ミズシマフクサキチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8057": {
    "postcode": "7128057",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島東千鳥町",
    "town_kana": "ミズシマヒガシチドリチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8058": {
    "postcode": "7128058",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島東常盤町",
    "town_kana": "ミズシマヒガシトキワチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8059": {
    "postcode": "7128059",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島西常盤町",
    "town_kana": "ミズシマニシトキワチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8061": {
    "postcode": "7128061",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "神田",
    "town_kana": "カンダ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8062": {
    "postcode": "7128062",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島北幸町",
    "town_kana": "ミズシマキタサイワイチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8063": {
    "postcode": "7128063",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島南幸町",
    "town_kana": "ミズシマミナミサイワイチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8064": {
    "postcode": "7128064",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島青葉町",
    "town_kana": "ミズシマアオバチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8065": {
    "postcode": "7128065",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島西千鳥町",
    "town_kana": "ミズシマニシチドリチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8066": {
    "postcode": "7128066",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島高砂町",
    "town_kana": "ミズシマタカサゴチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8071": {
    "postcode": "7128071",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島海岸通",
    "town_kana": "ミズシマカイガンドオリ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8072": {
    "postcode": "7128072",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島中通",
    "town_kana": "ミズシマナカドオリ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8073": {
    "postcode": "7128073",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島西通",
    "town_kana": "ミズシマニシドオリ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8074": {
    "postcode": "7128074",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島川崎通",
    "town_kana": "ミズシマカワサキドオリ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8501": {
    "postcode": "7128501",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島海岸通",
    "town_kana": "ミズシマカイガンドオリ",
    "street": "1丁目1番地",
    "office_name": "三菱自動車工業 株式会社 生産・物流本部 水島製作所",
    "office_name_kana": "ミツビシジドウシヤコウギヨウ カブシキガイシヤ セイサン・ブツリユウホンブ ミズシマセイサクシヨ"
  },
  "8502": {
    "postcode": "7128502",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島中通",
    "town_kana": "ミズシマナカドオリ",
    "street": "1丁目4",
    "office_name": "萩原工業 株式会社",
    "office_name_kana": "ハギハラコウギヨウ カブシキガイシヤ"
  },
  "8505": {
    "postcode": "7128505",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "連島町西之浦",
    "town_kana": "ツラジマチョウニシノウラ",
    "street": "2640番地",
    "office_name": "倉敷芸術科学大学 倉敷 食と器 専門学校",
    "office_name_kana": "クラシキゲイジユツカガクダイガク クラシキ シヨクトウツワ センモンガツコウ"
  },
  "8511": {
    "postcode": "7128511",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島川崎通",
    "town_kana": "ミズシマカワサキドオリ",
    "street": "1丁目1",
    "office_name": "JFEスチール 株式会社 西日本製鉄所 倉敷地区",
    "office_name_kana": "ジエイエフイ-スチ-ル カブシキガイシヤ ニシニホンセイテツシヨ クラシキチク"
  },
  "8512": {
    "postcode": "7128512",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島川崎通",
    "town_kana": "ミズシマカワサキドオリ",
    "street": "1丁目",
    "office_name": "JFE物流 株式会社",
    "office_name_kana": "ジエイエフイ-ブツリユウ カブシキガイシヤ"
  },
  "8513": {
    "postcode": "7128513",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島川崎通",
    "town_kana": "ミズシマカワサキドオリ",
    "street": "1丁目1",
    "office_name": "水島合金鉄 株式会社",
    "office_name_kana": "ミズシマゴウキンテツ カブシキガイシヤ"
  },
  "8514": {
    "postcode": "7128514",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島川崎通",
    "town_kana": "ミズシマカワサキドオリ",
    "street": "1丁目",
    "office_name": "JFEシステムズ 株式会社",
    "office_name_kana": "ジエイエフイ-システムズ カブシキガイシヤ"
  },
  "8525": {
    "postcode": "7128525",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島海岸通",
    "town_kana": "ミズシマカイガンドオリ",
    "street": "3丁目10",
    "office_name": "三菱ガス化学 株式会社 水島工場",
    "office_name_kana": "ミツビシガスカガク カブシキガイシヤ ミズシマコウジヨウ"
  },
  "8533": {
    "postcode": "7128533",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "松江",
    "town_kana": "マツエ",
    "street": "4丁目4−8",
    "office_name": "関東電化工業 株式会社 水島工場",
    "office_name_kana": "カントウデンカコウギヨウ カブシキガイシヤ ミズシマコウジヨウ"
  },
  "8534": {
    "postcode": "7128534",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "東塚",
    "town_kana": "ヒガシヅカ",
    "street": "7丁目347−1",
    "office_name": "トルク 株式会社 山陽支店",
    "office_name_kana": "トルク カブシキガイシヤ サンヨウシテン"
  },
  "8550": {
    "postcode": "7128550",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "東常磐町",
    "town_kana": null,
    "street": "10−5",
    "office_name": "株式会社 仁科百貨店 本部",
    "office_name_kana": "カブシキガイシヤ ニシナヒヤツカテン ホンブ"
  },
  "8555": {
    "postcode": "7128555",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "連島町矢柄",
    "town_kana": "ツラジマチョウヤガラ",
    "street": "四の町4630",
    "office_name": "倉敷化工 株式会社",
    "office_name_kana": "クラシキカコウ カブシキガイシヤ"
  },
  "8558": {
    "postcode": "7128558",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島海岸通",
    "town_kana": "ミズシマカイガンドオリ",
    "street": "4丁目2番",
    "office_name": "JX日鉱日石エネルギー 株式会社 水島製油所",
    "office_name_kana": "ジエイエツクスニツコウニツセキエネルギ- カブシキガイシヤ ミズシマセイユシヨ"
  },
  "8565": {
    "postcode": "7128565",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島北幸町",
    "town_kana": "ミズシマキタサイワイチョウ",
    "street": "1−1",
    "office_name": "倉敷市 水島支所",
    "office_name_kana": "クラシキシ ミズシマシシヨ"
  },
  "8567": {
    "postcode": "7128567",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島南春日町",
    "town_kana": "ミズシマミナミカスガチョウ",
    "street": "1−1",
    "office_name": "総合病院 水島協同病院",
    "office_name_kana": "ソウゴウビヨウイン ミズシマキヨウドウビヨウイン"
  },
  "8577": {
    "postcode": "7128577",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "潮通",
    "town_kana": "ウシオドオリ",
    "street": "1丁目1",
    "office_name": "中国電力 株式会社 水島発電所",
    "office_name_kana": "チユウゴクデンリヨク カブシキガイシヤ ミズシマハツデンシヨ"
  },
  "8585": {
    "postcode": "7128585",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "南畝",
    "town_kana": "ミナミセ",
    "street": "4丁目1−1",
    "office_name": "東京製鐵 株式会社 岡山工場",
    "office_name_kana": "トウキヨウセイテツ カブシキガイシヤ オカヤマコウジヨウ"
  },
  "8588": {
    "postcode": "7128588",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "潮通",
    "town_kana": "ウシオドオリ",
    "street": "2丁目1",
    "office_name": "JX日鉱日石エネルギー 株式会社 水島製油所",
    "office_name_kana": "ジエイエツクスニツコウニツセキエネルギ- カブシキガイシヤ ミズシマセイユシヨ"
  },
  "8611": {
    "postcode": "7128611",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島福崎町",
    "town_kana": "ミズシマフクサキチョウ",
    "street": "3−30",
    "office_name": "水島ガス 株式会社",
    "office_name_kana": "ミズシマガス カブシキガイシヤ"
  },
  "8633": {
    "postcode": "7128633",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "潮通",
    "town_kana": "ウシオドオリ",
    "street": "3丁目13",
    "office_name": "旭化成ケミカルズ 株式会社 水島製造所",
    "office_name_kana": "アサヒカセイケミカルズ カブシキガイシヤ ミズシマセイゾウシヨ"
  },
  "8686": {
    "postcode": "7128686",
    "prefecture": "岡山県",
    "prefecture_kana": "オカヤマケン",
    "prefecture_code": 33,
    "city": "倉敷市",
    "city_kana": "クラシキシ",
    "town": "水島西常盤町",
    "town_kana": "ミズシマニシトキワチョウ",
    "street": "8−23(水島郵便局私書箱第9号)",
    "office_name": "水島信用金庫",
    "office_name_kana": "ミズシマシンヨウキンコ"
  }
}