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
{
  "0000": {
    "postcode": "7340000",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "",
    "town_kana": "",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0001": {
    "postcode": "7340001",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "出汐",
    "town_kana": "デシオ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0002": {
    "postcode": "7340002",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "西旭町",
    "town_kana": "ニシアサヒマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0003": {
    "postcode": "7340003",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "宇品東",
    "town_kana": "ウジナヒガシ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0004": {
    "postcode": "7340004",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "宇品神田",
    "town_kana": "ウジナカンダ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0005": {
    "postcode": "7340005",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "",
    "town_kana": "ミドリ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0006": {
    "postcode": "7340006",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "西翠町",
    "town_kana": "ニシミドリマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0007": {
    "postcode": "7340007",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "皆実町",
    "town_kana": "ミナミマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0011": {
    "postcode": "7340011",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "宇品海岸",
    "town_kana": "ウジナカイガン",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0012": {
    "postcode": "7340012",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "元宇品町",
    "town_kana": "モトウジナマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0013": {
    "postcode": "7340013",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "出島",
    "town_kana": "デジマ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0014": {
    "postcode": "7340014",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "宇品西",
    "town_kana": "ウジナニシ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0015": {
    "postcode": "7340015",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "宇品御幸",
    "town_kana": "ウジナミユキ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0016": {
    "postcode": "7340016",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "宇品町",
    "town_kana": "ウジナマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0017": {
    "postcode": "7340017",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "似島町",
    "town_kana": "ニノシマチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0021": {
    "postcode": "7340021",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "上東雲町",
    "town_kana": "カミシノノメチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0022": {
    "postcode": "7340022",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "東雲",
    "town_kana": "シノノメ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0023": {
    "postcode": "7340023",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "東雲本町",
    "town_kana": "シノノメホンマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0024": {
    "postcode": "7340024",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "仁保新町",
    "town_kana": "ニホシンマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0025": {
    "postcode": "7340025",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "東本浦町",
    "town_kana": "ヒガシホンウラチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0026": {
    "postcode": "7340026",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "仁保",
    "town_kana": "ニホ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0027": {
    "postcode": "7340027",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "仁保南",
    "town_kana": "ニホミナミ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0031": {
    "postcode": "7340031",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "日宇那町",
    "town_kana": "ヒウナチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0032": {
    "postcode": "7340032",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "楠那町",
    "town_kana": "クスナチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0033": {
    "postcode": "7340033",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "丹那新町",
    "town_kana": "タンナシンマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0034": {
    "postcode": "7340034",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "丹那町",
    "town_kana": "タンナチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0035": {
    "postcode": "7340035",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "山城町",
    "town_kana": "ヤマシロチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0036": {
    "postcode": "7340036",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "",
    "town_kana": "アサヒ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0037": {
    "postcode": "7340037",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "",
    "town_kana": "カスミ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0041": {
    "postcode": "7340041",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "黄金山町",
    "town_kana": "オウゴンザンチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0042": {
    "postcode": "7340042",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "北大河町",
    "town_kana": "キタオオコウチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0043": {
    "postcode": "7340043",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "南大河町",
    "town_kana": "ミナミオオコウチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0044": {
    "postcode": "7340044",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "西霞町",
    "town_kana": "ニシカスミチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0045": {
    "postcode": "7340045",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "西本浦町",
    "town_kana": "ニシホンウラチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0046": {
    "postcode": "7340046",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "東霞町",
    "town_kana": "ヒガシカスミチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0047": {
    "postcode": "7340047",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "本浦町",
    "town_kana": "ホンウラチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0051": {
    "postcode": "7340051",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "東青崎町",
    "town_kana": "ヒガシアオサキチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0052": {
    "postcode": "7340052",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "堀越",
    "town_kana": "ホリコシ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0053": {
    "postcode": "7340053",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "青崎",
    "town_kana": "アオサキ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0054": {
    "postcode": "7340054",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "月見町",
    "town_kana": "ツキミチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0055": {
    "postcode": "7340055",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "向洋新町",
    "town_kana": "ムカイナダシンマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0056": {
    "postcode": "7340056",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "向洋沖町",
    "town_kana": "ムカイナダオキマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0057": {
    "postcode": "7340057",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "仁保沖町",
    "town_kana": "ニホオキマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0061": {
    "postcode": "7340061",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "向洋中町",
    "town_kana": "ムカイナダナカマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0062": {
    "postcode": "7340062",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "向洋本町",
    "town_kana": "ムカイナダホンマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0063": {
    "postcode": "7340063",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "向洋大原町",
    "town_kana": "ムカイナダオオハラチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0064": {
    "postcode": "7340064",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "小磯町",
    "town_kana": "コイソチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0101": {
    "postcode": "7340101",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "呉市",
    "city_kana": "クレシ",
    "town": "豊浜町豊島",
    "town_kana": "トヨハマチョウトヨシマ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0102": {
    "postcode": "7340102",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "呉市",
    "city_kana": "クレシ",
    "town": "豊浜町大浜",
    "town_kana": "トヨハマチョウオオハマ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0103": {
    "postcode": "7340103",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "呉市",
    "city_kana": "クレシ",
    "town": "豊浜町斎島",
    "town_kana": "トヨハマチョウイツキシマ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0301": {
    "postcode": "7340301",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "呉市",
    "city_kana": "クレシ",
    "town": "豊町大長",
    "town_kana": "ユタカマチオオチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0302": {
    "postcode": "7340302",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "呉市",
    "city_kana": "クレシ",
    "town": "豊町御手洗",
    "town_kana": "ユタカマチミタライ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0303": {
    "postcode": "7340303",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "呉市",
    "city_kana": "クレシ",
    "town": "豊町沖友",
    "town_kana": "ユタカマチオキトモ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0304": {
    "postcode": "7340304",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "呉市",
    "city_kana": "クレシ",
    "town": "豊町久比",
    "town_kana": "ユタカマチクビ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8510": {
    "postcode": "7348510",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "出汐",
    "town_kana": "デシオ",
    "street": "2丁目3−30",
    "office_name": "中電技術コンサルタント 株式会社",
    "office_name_kana": "チユウデンギジユツコンサルタント カブシキガイシヤ"
  },
  "8513": {
    "postcode": "7348513",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "出島",
    "town_kana": "デジマ",
    "street": "2丁目4番14号",
    "office_name": "岡部 株式会社 中四国支店",
    "office_name_kana": "オカベ カブシキガイシヤ チユウシコクシテン"
  },
  "8515": {
    "postcode": "7348515",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "宇品海岸",
    "town_kana": "ウジナカイガン",
    "street": "1丁目13番13号",
    "office_name": "瀬戸内海汽船 株式会社",
    "office_name_kana": "セトナイカイキセン カブシキガイシヤ"
  },
  "8522": {
    "postcode": "7348522",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "皆実町",
    "town_kana": "ミナミマチ",
    "street": "1丁目5番44号",
    "office_name": "広島市南区役所",
    "office_name_kana": "ヒロシマシミナミクヤクシヨ"
  },
  "8530": {
    "postcode": "7348530",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "宇品神田",
    "town_kana": "ウジナカンダ",
    "street": "1丁目5−44",
    "office_name": "広島県立 広島病院",
    "office_name_kana": "ヒロシマケンリツ ヒロシマビヨウイン"
  },
  "8543": {
    "postcode": "7348543",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "元宇品町",
    "town_kana": "モトウジナマチ",
    "street": "23−1",
    "office_name": "広島プリンスホテル",
    "office_name_kana": "ヒロシマプリンスホテル"
  },
  "8558": {
    "postcode": "7348558",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "宇品東",
    "town_kana": "ウジナヒガシ",
    "street": "1丁目1−71",
    "office_name": "県立広島大学",
    "office_name_kana": "ケンリツヒロシマダイガク"
  },
  "8560": {
    "postcode": "7348560",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "宇品海岸",
    "town_kana": "ウジナカイガン",
    "street": "3丁目10−17",
    "office_name": "第六管区海上保安本部",
    "office_name_kana": "ダイロクカンクカイジヨウホアンホンブ"
  },
  "8567": {
    "postcode": "7348567",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "宇品東",
    "town_kana": "ウジナヒガシ",
    "street": "二丁目1番42号",
    "office_name": "株式会社 熊平製作所",
    "office_name_kana": "カブシキガイシヤ クマヒラセイサクシヨ"
  },
  "8570": {
    "postcode": "7348570",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "出島",
    "town_kana": "デジマ",
    "street": "1丁目21−15",
    "office_name": "山根木材 株式会社",
    "office_name_kana": "ヤマネモクザイ カブシキガイシヤ"
  },
  "8798": {
    "postcode": "7348798",
    "prefecture": "広島県",
    "prefecture_kana": "ヒロシマケン",
    "prefecture_code": 34,
    "city": "広島市南区",
    "city_kana": "ヒロシマシミナミク",
    "town": "宇品東",
    "town_kana": "ウジナヒガシ",
    "street": "6丁目2−50",
    "office_name": "中国郵政研修センター",
    "office_name_kana": "チユウゴクユウセイケンシユウセンタ-"
  }
}