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": "4780000",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "",
    "town_kana": "",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0001": {
    "postcode": "4780001",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "八幡",
    "town_kana": "ヤワタ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0002": {
    "postcode": "4780002",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "平野",
    "town_kana": "ヒラノ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0003": {
    "postcode": "4780003",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "寺本台",
    "town_kana": "テラモトダイ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0004": {
    "postcode": "4780004",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "伊賀坂",
    "town_kana": "イガサカ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0005": {
    "postcode": "4780005",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "阿原",
    "town_kana": "アワラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0006": {
    "postcode": "4780006",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "三反田",
    "town_kana": "サンタンダ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0011": {
    "postcode": "4780011",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "",
    "town_kana": "ハラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0012": {
    "postcode": "4780012",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "巽が丘",
    "town_kana": "タツミガオカ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0013": {
    "postcode": "4780013",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "南巽が丘",
    "town_kana": "ミナミタツミガオカ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0014": {
    "postcode": "4780014",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "西巽が丘",
    "town_kana": "ニシタツミガオカ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0015": {
    "postcode": "4780015",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "佐布里",
    "town_kana": "ソウリ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0016": {
    "postcode": "4780016",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "梅が丘",
    "town_kana": "ウメガオカ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0017": {
    "postcode": "4780017",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "新知",
    "town_kana": "シンチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0018": {
    "postcode": "4780018",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "佐布里台",
    "town_kana": "ソウリダイ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0021": {
    "postcode": "4780021",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "岡田",
    "town_kana": "オカダ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0022": {
    "postcode": "4780022",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "大興寺",
    "town_kana": "ダイコウジ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0023": {
    "postcode": "4780023",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "南粕谷東坂",
    "town_kana": "ミナミカスヤヒガシザカ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0024": {
    "postcode": "4780024",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "南粕谷",
    "town_kana": "ミナミカスヤ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0025": {
    "postcode": "4780025",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "南粕谷本町",
    "town_kana": "ミナミカスヤホンマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0026": {
    "postcode": "4780026",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "南粕谷新海",
    "town_kana": "ミナミカスヤシンカイ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0027": {
    "postcode": "4780027",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "新広見",
    "town_kana": "シンヒロミ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0028": {
    "postcode": "4780028",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "岡田緑が丘",
    "town_kana": "オカダミドリガオカ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0031": {
    "postcode": "4780031",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "",
    "town_kana": "アサヒ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0032": {
    "postcode": "4780032",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "金沢",
    "town_kana": "カナザワ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0033": {
    "postcode": "4780033",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "神田",
    "town_kana": "カンダ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0034": {
    "postcode": "4780034",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "旭南",
    "town_kana": "キョクナン",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0035": {
    "postcode": "4780035",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "大草",
    "town_kana": "オオクサ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0036": {
    "postcode": "4780036",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "新舞子",
    "town_kana": "シンマイコ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0037": {
    "postcode": "4780037",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "新舞子東町",
    "town_kana": "シンマイコヒガシマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0041": {
    "postcode": "4780041",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "日長",
    "town_kana": "ヒナガ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0042": {
    "postcode": "4780042",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "長浦",
    "town_kana": "ナガウラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0043": {
    "postcode": "4780043",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "日長台",
    "town_kana": "ヒナガダイ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0044": {
    "postcode": "4780044",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "旭桃台",
    "town_kana": "キョクトウダイ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0045": {
    "postcode": "4780045",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "南浜町",
    "town_kana": "ミナミハママチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0046": {
    "postcode": "4780046",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "北浜町",
    "town_kana": "キタハママチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0047": {
    "postcode": "4780047",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "緑町",
    "town_kana": "ミドリマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0051": {
    "postcode": "4780051",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "朝倉町",
    "town_kana": "アサクラマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0052": {
    "postcode": "4780052",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "八幡新町",
    "town_kana": "ヤワタシンマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0053": {
    "postcode": "4780053",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "清水が丘",
    "town_kana": "シミズガオカ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0054": {
    "postcode": "4780054",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "つつじが丘",
    "town_kana": "ツツジガオカ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0055": {
    "postcode": "4780055",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "にしの台",
    "town_kana": "ニシノダイ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0056": {
    "postcode": "4780056",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "南谷",
    "town_kana": "ミナミダニ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0057": {
    "postcode": "4780057",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "吹込",
    "town_kana": "フキコミ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0058": {
    "postcode": "4780058",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "上り戸",
    "town_kana": "アガリド",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0059": {
    "postcode": "4780059",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "新長根",
    "town_kana": "シンナガネ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0060": {
    "postcode": "4780060",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "山屋敷",
    "town_kana": "ヤマヤシキ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0061": {
    "postcode": "4780061",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "東大僧",
    "town_kana": "ヒガシオオソウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0062": {
    "postcode": "4780062",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "岡田美里町",
    "town_kana": "オカダミサトマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0063": {
    "postcode": "4780063",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "寺本新町",
    "town_kana": "テラモトシンマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0064": {
    "postcode": "4780064",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "新知台",
    "town_kana": "シンチダイ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0065": {
    "postcode": "4780065",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "新知東町",
    "town_kana": "シンチヒガシマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0066": {
    "postcode": "4780066",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "新知西町",
    "town_kana": "シンチニシマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0067": {
    "postcode": "4780067",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "大僧",
    "town_kana": "オオソウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0068": {
    "postcode": "4780068",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "中原",
    "town_kana": "ナカハラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0069": {
    "postcode": "4780069",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "新刀池",
    "town_kana": "シンカタナイケ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8501": {
    "postcode": "4788501",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "北浜町",
    "town_kana": "キタハママチ",
    "street": "12",
    "office_name": "日清丸紅飼料 株式会社 知多工場",
    "office_name_kana": "ニツシンマルベニシリヨウ カブシキガイシヤ チタコウジヨウ"
  },
  "8502": {
    "postcode": "4788502",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "北浜町",
    "town_kana": "キタハママチ",
    "street": "14−6",
    "office_name": "中部飼料 株式会社",
    "office_name_kana": "チユウブシリヨウ カブシキガイシヤ"
  },
  "8503": {
    "postcode": "4788503",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "北浜町",
    "town_kana": "キタハママチ",
    "street": "24−5",
    "office_name": "サンエイ糖化 株式会社",
    "office_name_kana": "サンエイトウカ カブシキガイシヤ"
  },
  "8504": {
    "postcode": "4788504",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "北浜町",
    "town_kana": "キタハママチ",
    "street": "25番地",
    "office_name": "JX日鉱日石エネルギー 株式会社 知多製造所",
    "office_name_kana": "ジエイエツクスニツコウニツセキエネルギ- カブシキガイシヤ チタセイゾウシヨ"
  },
  "8505": {
    "postcode": "4788505",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "北浜町",
    "town_kana": "キタハママチ",
    "street": "25番地7",
    "office_name": "株式会社 LIXIL 知多事業所",
    "office_name_kana": "カブシキガイシヤ リクシル チタジギヨウシヨ"
  },
  "8555": {
    "postcode": "4788555",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "南浜町",
    "town_kana": "ミナミハママチ",
    "street": "11",
    "office_name": "出光興産 株式会社 愛知製油所",
    "office_name_kana": "イデミツコウサン カブシキガイシヤ アイチセイユシヨ"
  },
  "8601": {
    "postcode": "4788601",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "緑町",
    "town_kana": "ミドリマチ",
    "street": "",
    "office_name": "知多市役所",
    "office_name_kana": "チタシヤクシヨ"
  },
  "8640": {
    "postcode": "4788640",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "新知",
    "town_kana": "シンチ",
    "street": "字永井2−1",
    "office_name": "知多市民病院",
    "office_name_kana": "チタシミンビヨウイン"
  },
  "8641": {
    "postcode": "4788641",
    "prefecture": "愛知県",
    "prefecture_kana": "アイチケン",
    "prefecture_code": 23,
    "city": "知多市",
    "city_kana": "チタシ",
    "town": "新知",
    "town_kana": "シンチ",
    "street": "字中殿1",
    "office_name": "株式会社 エフエスケー",
    "office_name_kana": "カブシキガイシヤ エフエスケ-"
  }
}