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
{
  "0000": {
    "postcode": "7230000",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "",
    "town_kana": "",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0001": {
    "postcode": "7230001",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "深町",
    "town_kana": "フカマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0002": {
    "postcode": "7230002",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "中之町南",
    "town_kana": "ナカノチョウミナミ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0003": {
    "postcode": "7230003",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "中之町",
    "town_kana": "ナカノチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0004": {
    "postcode": "7230004",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "館町",
    "town_kana": "ヤカタマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0005": {
    "postcode": "7230005",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "桜山町",
    "town_kana": "サクラヤマチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0006": {
    "postcode": "7230006",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "駒ケ原町",
    "town_kana": "コマガハラチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0007": {
    "postcode": "7230007",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "中之町北",
    "town_kana": "ナカノチョウキタ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0011": {
    "postcode": "7230011",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "東町",
    "town_kana": "ヒガシマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0012": {
    "postcode": "7230012",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "旭町",
    "town_kana": "アサヒマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0013": {
    "postcode": "7230013",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "古浜",
    "town_kana": "コハマ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0014": {
    "postcode": "7230014",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "城町",
    "town_kana": "シロマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0015": {
    "postcode": "7230015",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "円一町",
    "town_kana": "エンイチチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0016": {
    "postcode": "7230016",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "宮沖",
    "town_kana": "ミヤオキ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0017": {
    "postcode": "7230017",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "港町",
    "town_kana": "ミナトマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0021": {
    "postcode": "7230021",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "鷺浦町須波",
    "town_kana": "サギウラチョウスナミ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0022": {
    "postcode": "7230022",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "鷺浦町向田野浦",
    "town_kana": "サギウラチョウムコウタノウラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0031": [
    {
      "postcode": "7230031",
      "prefecture": "広島県",
      "prefecture_kana": "ヒロシマケン",
      "prefecture_code": 34,
      "city": "三原市",
      "city_kana": "ミハラシ",
      "town": "須波",
      "town_kana": "スナミ",
      "street": null,
      "office_name": null,
      "office_name_kana": null
    },
    {
      "postcode": "7230031",
      "prefecture": "広島県",
      "prefecture_kana": "ヒロシマケン",
      "prefecture_code": 34,
      "city": "三原市",
      "city_kana": "ミハラシ",
      "town": "須波町",
      "town_kana": "スナミチョウ",
      "street": null,
      "office_name": null,
      "office_name_kana": null
    }
  ],
  "0032": [
    {
      "postcode": "7230032",
      "prefecture": "広島県",
      "prefecture_kana": "ヒロシマケン",
      "prefecture_code": 34,
      "city": "三原市",
      "city_kana": "ミハラシ",
      "town": "須波西",
      "town_kana": "スナミニシ",
      "street": null,
      "office_name": null,
      "office_name_kana": null
    },
    {
      "postcode": "7230032",
      "prefecture": "広島県",
      "prefecture_kana": "ヒロシマケン",
      "prefecture_code": 34,
      "city": "三原市",
      "city_kana": "ミハラシ",
      "town": "須波西町",
      "town_kana": "スナミニシマチ",
      "street": null,
      "office_name": null,
      "office_name_kana": null
    }
  ],
  "0033": {
    "postcode": "7230033",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "沖浦町",
    "town_kana": "オキウラチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0034": {
    "postcode": "7230034",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "登町",
    "town_kana": "ノボリチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0035": {
    "postcode": "7230035",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "須波ハイツ",
    "town_kana": "スナミハイツ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0041": {
    "postcode": "7230041",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "和田",
    "town_kana": "ワダ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0042": {
    "postcode": "7230042",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "和田沖町",
    "town_kana": "ワダオキチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0043": {
    "postcode": "7230043",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "貝野町",
    "town_kana": "カイノチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0044": {
    "postcode": "7230044",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "宗郷",
    "town_kana": "ソウゴウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0045": {
    "postcode": "7230045",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "田野浦",
    "town_kana": "タノウラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0046": {
    "postcode": "7230046",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "明神",
    "town_kana": "ミョウジン",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0047": {
    "postcode": "7230047",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "青葉台",
    "town_kana": "アオバダイ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0051": {
    "postcode": "7230051",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "宮浦",
    "town_kana": "ミヤウラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0052": {
    "postcode": "7230052",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "皆実",
    "town_kana": "ミナミ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0053": {
    "postcode": "7230053",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "学園町",
    "town_kana": "ガクエンチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0054": {
    "postcode": "7230054",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "頼兼",
    "town_kana": "ヨリカネ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0061": {
    "postcode": "7230061",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "八坂町",
    "town_kana": "ヤサカチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0062": {
    "postcode": "7230062",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "本町",
    "town_kana": "ホンマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0063": {
    "postcode": "7230063",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "西町",
    "town_kana": "ニシマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0064": {
    "postcode": "7230064",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "西宮",
    "town_kana": "ニシミヤ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0065": {
    "postcode": "7230065",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "西野",
    "town_kana": "ニシノ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0066": {
    "postcode": "7230066",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "大畑町",
    "town_kana": "オオハタチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0131": {
    "postcode": "7230131",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "小坂町",
    "town_kana": "オサカチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0132": [
    {
      "postcode": "7230132",
      "prefecture": "広島県",
      "prefecture_kana": "ヒロシマケン",
      "prefecture_code": 34,
      "city": "三原市",
      "city_kana": "ミハラシ",
      "town": "長谷",
      "town_kana": "ナガタニ",
      "street": null,
      "office_name": null,
      "office_name_kana": null
    },
    {
      "postcode": "7230132",
      "prefecture": "広島県",
      "prefecture_kana": "ヒロシマケン",
      "prefecture_code": 34,
      "city": "三原市",
      "city_kana": "ミハラシ",
      "town": "長谷町",
      "town_kana": "ナガタニチョウ",
      "street": null,
      "office_name": null,
      "office_name_kana": null
    }
  ],
  "0133": [
    {
      "postcode": "7230133",
      "prefecture": "広島県",
      "prefecture_kana": "ヒロシマケン",
      "prefecture_code": 34,
      "city": "三原市",
      "city_kana": "ミハラシ",
      "town": "沼田",
      "town_kana": "ヌタ",
      "street": null,
      "office_name": null,
      "office_name_kana": null
    },
    {
      "postcode": "7230133",
      "prefecture": "広島県",
      "prefecture_kana": "ヒロシマケン",
      "prefecture_code": 34,
      "city": "三原市",
      "city_kana": "ミハラシ",
      "town": "沼田町",
      "town_kana": "ヌタチョウ",
      "street": null,
      "office_name": null,
      "office_name_kana": null
    }
  ],
  "0134": [
    {
      "postcode": "7230134",
      "prefecture": "広島県",
      "prefecture_kana": "ヒロシマケン",
      "prefecture_code": 34,
      "city": "三原市",
      "city_kana": "ミハラシ",
      "town": "新倉",
      "town_kana": "シンクラ",
      "street": null,
      "office_name": null,
      "office_name_kana": null
    },
    {
      "postcode": "7230134",
      "prefecture": "広島県",
      "prefecture_kana": "ヒロシマケン",
      "prefecture_code": 34,
      "city": "三原市",
      "city_kana": "ミハラシ",
      "town": "新倉町",
      "town_kana": "シンクラチョウ",
      "street": null,
      "office_name": null,
      "office_name_kana": null
    }
  ],
  "0141": {
    "postcode": "7230141",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "沼田東町両名",
    "town_kana": "ヌタヒガシチョウリョウミョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0142": {
    "postcode": "7230142",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "沼田東町末光",
    "town_kana": "ヌタヒガシチョウスエミツ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0143": {
    "postcode": "7230143",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "沼田東町釜山",
    "town_kana": "ヌタヒガシチョウカマヤマ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0144": {
    "postcode": "7230144",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "沼田東町末広",
    "town_kana": "ヌタヒガシチョウスエヒロ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0145": {
    "postcode": "7230145",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "沼田東町片島",
    "town_kana": "ヌタヒガシチョウカタシマ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0146": {
    "postcode": "7230146",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "沼田東町納所",
    "town_kana": "ヌタヒガシチョウノウソ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0147": {
    "postcode": "7230147",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "沼田東町本市",
    "town_kana": "ヌタヒガシチョウホンイチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0148": {
    "postcode": "7230148",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "沼田東町七宝",
    "town_kana": "ヌタヒガシチョウシッポウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8501": {
    "postcode": "7238501",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "深町",
    "town_kana": "フカマチ",
    "street": "1183",
    "office_name": "学校法人 山中学園 如水館高等学校 如水館中学校",
    "office_name_kana": "ガツコウホウジン ヤマナカガクエン ジヨスイカンコウトウガツコウ ジヨスイカンチユウガツコウ"
  },
  "8510": {
    "postcode": "7238510",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "円一町",
    "town_kana": "エンイチチョウ",
    "street": "2丁目4番2号",
    "office_name": "三原社会保険事務所",
    "office_name_kana": "ミハラシヤカイホケンジムシヨ"
  },
  "8511": {
    "postcode": "7238511",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "宮沖",
    "town_kana": "ミヤオキ",
    "street": "2丁目12番1号",
    "office_name": "三原 税務署",
    "office_name_kana": "ミハラ ゼイムシヨ"
  },
  "8512": {
    "postcode": "7238512",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "東町",
    "town_kana": "ヒガシマチ",
    "street": "2丁目7番1号",
    "office_name": "総合病院 三原赤十字病院",
    "office_name_kana": "ソウゴウビヨウイン ミハラセキジユウジビヨウイン"
  },
  "8515": {
    "postcode": "7238515",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "円一町",
    "town_kana": "エンイチチョウ",
    "street": "2丁目5−2",
    "office_name": "広島法務局 三原出張所",
    "office_name_kana": "ヒロシマホウムキヨク ミハラシユツチヨウシヨ"
  },
  "8520": {
    "postcode": "7238520",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "円一町",
    "town_kana": "エンイチチョウ",
    "street": "2丁目4番1号",
    "office_name": "広島県 尾三地域事務所",
    "office_name_kana": "ヒロシマケン オミチイキジムシヨ"
  },
  "8555": {
    "postcode": "7238555",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "皆実",
    "town_kana": "ミナミ",
    "street": "4丁目8番1号",
    "office_name": "三原商工会議所",
    "office_name_kana": "ミハラシヨウコウカイギシヨ"
  },
  "8601": {
    "postcode": "7238601",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "港町",
    "town_kana": "ミナトマチ",
    "street": "3丁目5番1号",
    "office_name": "三原市役所",
    "office_name_kana": "ミハラシヤクシヨ"
  },
  "8610": {
    "postcode": "7238610",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "港町",
    "town_kana": "ミナトマチ",
    "street": "一丁目8番1号",
    "office_name": "しまなみ信用金庫",
    "office_name_kana": "シマナミシンヨウキンコ"
  },
  "8611": {
    "postcode": "7238611",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "円一町",
    "town_kana": "エンイチチョウ",
    "street": "1丁目1番1号(三原郵便局私書箱第1号)",
    "office_name": "帝人 株式会社 三原事業所",
    "office_name_kana": "テイジン カブシキガイシヤ ミハラジギヨウシヨ"
  },
  "8686": {
    "postcode": "7238686",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "三原市",
    "city_kana": "ミハラシ",
    "town": "円一町",
    "town_kana": "エンイチチョウ",
    "street": "2丁目5番1号",
    "office_name": "興生総合病院",
    "office_name_kana": "コウセイソウゴウビヨウイン"
  }
}