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
{
  "0000": {
    "postcode": "4080000",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "",
    "town_kana": "",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0001": {
    "postcode": "4080001",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "高根町長沢",
    "town_kana": "タカネチョウナガサワ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0002": {
    "postcode": "4080002",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "高根町村山北割",
    "town_kana": "タカネチョウムラヤマキタワリ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0003": {
    "postcode": "4080003",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "高根町東井出",
    "town_kana": "タカネチョウヒガシイデ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0004": {
    "postcode": "4080004",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "高根町堤",
    "town_kana": "タカネチョウツツミ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0011": {
    "postcode": "4080011",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "高根町箕輪新町",
    "town_kana": "タカネチョウミノワシンマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0012": {
    "postcode": "4080012",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "高根町箕輪",
    "town_kana": "タカネチョウミノワ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0013": {
    "postcode": "4080013",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "高根町蔵原",
    "town_kana": "タカネチョウクラバラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0014": {
    "postcode": "4080014",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "高根町小池",
    "town_kana": "タカネチョウコイケ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0015": {
    "postcode": "4080015",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "高根町下黒澤",
    "town_kana": "タカネチョウシモクロザワ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0016": {
    "postcode": "4080016",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "高根町上黒澤",
    "town_kana": "タカネチョウカミクロザワ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0017": {
    "postcode": "4080017",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "高根町五町田",
    "town_kana": "タカネチョウゴチョウダ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0018": {
    "postcode": "4080018",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "高根町村山西割",
    "town_kana": "タカネチョウムラヤマニシワリ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0019": {
    "postcode": "4080019",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "高根町村山東割",
    "town_kana": "タカネチョウムラヤマヒガシワリ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0021": {
    "postcode": "4080021",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "長坂町長坂上条",
    "town_kana": "ナガサカチョウナガサカカミジョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0022": {
    "postcode": "4080022",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "長坂町塚川",
    "town_kana": "ナガサカチョウツカカワ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0023": {
    "postcode": "4080023",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "長坂町渋沢",
    "town_kana": "ナガサカチョウシブサワ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0024": {
    "postcode": "4080024",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "長坂町富岡",
    "town_kana": "ナガサカチョウトミオカ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0025": {
    "postcode": "4080025",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "長坂町長坂下条",
    "town_kana": "ナガサカチョウナガサカシモジョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0026": {
    "postcode": "4080026",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "長坂町日野",
    "town_kana": "ナガサカチョウヒノ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0031": {
    "postcode": "4080031",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "長坂町小荒間",
    "town_kana": "ナガサカチョウコアラマ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0032": {
    "postcode": "4080032",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "長坂町大井ケ森",
    "town_kana": "ナガサカチョウオイガモリ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0033": {
    "postcode": "4080033",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "長坂町白井沢",
    "town_kana": "ナガサカチョウシロイザワ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0034": {
    "postcode": "4080034",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "長坂町大八田",
    "town_kana": "ナガサカチョウオオバッタ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0035": {
    "postcode": "4080035",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "長坂町夏秋",
    "town_kana": "ナガサカチョウナツアキ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0036": {
    "postcode": "4080036",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "長坂町中丸",
    "town_kana": "ナガサカチョウナカマル",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0037": {
    "postcode": "4080037",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "長坂町中島",
    "town_kana": "ナガサカチョウナカジマ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0041": {
    "postcode": "4080041",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "小淵沢町上笹尾",
    "town_kana": "コブチサワチョウカミササオ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0042": {
    "postcode": "4080042",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "小淵沢町松向",
    "town_kana": "コブチサワチョウショウコウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0043": {
    "postcode": "4080043",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "小淵沢町下笹尾",
    "town_kana": "コブチサワチョウシモササオ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0044": {
    "postcode": "4080044",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "小淵沢町",
    "town_kana": "コブチサワチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0101": {
    "postcode": "4080101",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "須玉町小尾",
    "town_kana": "スタマチョウオビ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0102": {
    "postcode": "4080102",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "須玉町比志",
    "town_kana": "スタマチョウヒシ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0103": {
    "postcode": "4080103",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "須玉町江草",
    "town_kana": "スタマチョウエグサ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0104": {
    "postcode": "4080104",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "須玉町小倉",
    "town_kana": "スタマチョウコゴエ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0105": {
    "postcode": "4080105",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "須玉町東向",
    "town_kana": "スタマチョウヒガシムキ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0111": {
    "postcode": "4080111",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "須玉町穴平",
    "town_kana": "スタマチョウアナダイラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0112": {
    "postcode": "4080112",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "須玉町若神子",
    "town_kana": "スタマチョウワカミコ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0113": {
    "postcode": "4080113",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "須玉町大蔵",
    "town_kana": "スタマチョウオオクラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0114": {
    "postcode": "4080114",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "須玉町藤田",
    "town_kana": "スタマチョウトウダ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0115": {
    "postcode": "4080115",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "須玉町大豆生田",
    "town_kana": "スタマチョウマミョウダ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0116": {
    "postcode": "4080116",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "須玉町境之澤",
    "town_kana": "スタマチョウサカイノサワ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0117": {
    "postcode": "4080117",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "須玉町若神子新町",
    "town_kana": "スタマチョウワカミコシンマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0188": {
    "postcode": "4080188",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "須玉町大豆生田",
    "town_kana": "スタマチョウマミョウダ",
    "street": "961番地1",
    "office_name": "北杜市役所",
    "office_name_kana": "ホクトシヤクシヨ"
  },
  "0192": {
    "postcode": "4080192",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "須玉町若神子",
    "town_kana": "スタマチョウワカミコ",
    "street": "2155",
    "office_name": "北杜市役所 須玉総合支所",
    "office_name_kana": "ホクトシヤクシヨ スタマソウゴウシシヨ"
  },
  "0201": {
    "postcode": "4080201",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "明野町浅尾",
    "town_kana": "アケノチョウアサオ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0202": {
    "postcode": "4080202",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "明野町小笠原",
    "town_kana": "アケノチョウオガサハラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0203": {
    "postcode": "4080203",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "明野町三之蔵",
    "town_kana": "アケノチョウサンノクラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0204": {
    "postcode": "4080204",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "明野町上手",
    "town_kana": "アケノチョウウエデ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0205": {
    "postcode": "4080205",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "明野町浅尾新田",
    "town_kana": "アケノチョウアサオシンデン",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0206": {
    "postcode": "4080206",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "明野町下神取",
    "town_kana": "アケノチョウシモカンドリ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0207": {
    "postcode": "4080207",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "明野町上神取",
    "town_kana": "アケノチョウカミカンドリ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0301": {
    "postcode": "4080301",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "武川町三吹",
    "town_kana": "ムカワチョウミフキ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0302": {
    "postcode": "4080302",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "武川町牧原",
    "town_kana": "ムカワチョウマギノハラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0303": {
    "postcode": "4080303",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "武川町宮脇",
    "town_kana": "ムカワチョウミヤノワキ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0304": {
    "postcode": "4080304",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "武川町新奥",
    "town_kana": "ムカワチョウシンオク",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0305": {
    "postcode": "4080305",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "武川町黒澤",
    "town_kana": "ムカワチョウクロサワ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0306": {
    "postcode": "4080306",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "武川町山高",
    "town_kana": "ムカワチョウヤマタカ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0307": {
    "postcode": "4080307",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "武川町柳澤",
    "town_kana": "ムカワチョウヤナギサワ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0311": {
    "postcode": "4080311",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "白州町花水",
    "town_kana": "ハクシュウチョウハナミズ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0312": {
    "postcode": "4080312",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "白州町台ケ原",
    "town_kana": "ハクシュウチョウダイガハラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0313": {
    "postcode": "4080313",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "白州町横手",
    "town_kana": "ハクシュウチョウヨコテ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0314": {
    "postcode": "4080314",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "白州町大坊",
    "town_kana": "ハクシュウチョウダイボウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0315": {
    "postcode": "4080315",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "白州町白須",
    "town_kana": "ハクシュウチョウシラス",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0316": {
    "postcode": "4080316",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "白州町鳥原",
    "town_kana": "ハクシュウチョウトリハラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0317": {
    "postcode": "4080317",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "白州町下教来石",
    "town_kana": "ハクシュウチョウシモキョウライシ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0318": {
    "postcode": "4080318",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "白州町上教来石",
    "town_kana": "ハクシュウチョウカミキョウライシ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0319": {
    "postcode": "4080319",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "白州町大武川",
    "town_kana": "ハクシュウチョウオオムカワ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8511": {
    "postcode": "4088511",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "高根町村山北割",
    "town_kana": "タカネチョウムラヤマキタワリ",
    "street": "3261番地",
    "office_name": "北杜市役所 高根総合支所",
    "office_name_kana": "ホクトシ タカネソウゴウシシヨ"
  },
  "8515": {
    "postcode": "4088515",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "長坂町長坂上条",
    "town_kana": "ナガサカチョウナガサカカミジョウ",
    "street": "2040",
    "office_name": "株式会社 キッツ 長坂工場",
    "office_name_kana": "カブシキガイシヤ キツツ ナガサカコウジヨウ"
  },
  "8522": {
    "postcode": "4088522",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "小淵沢町",
    "town_kana": "コブチサワチョウ",
    "street": "2961",
    "office_name": "株式会社 アルソア本社",
    "office_name_kana": "カブシキカイシヤ アルソアホンシヤ"
  },
  "8533": {
    "postcode": "4088533",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "小淵沢町上笹尾",
    "town_kana": "コブチサワチョウカミササオ",
    "street": "3181",
    "office_name": "株式会社 ミヨシ",
    "office_name_kana": "カブシキガイシヤ ミヨシ"
  },
  "8550": {
    "postcode": "4088550",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "長坂町中丸",
    "town_kana": "ナガサカチョウナカマル",
    "street": "3280",
    "office_name": "HOYA 株式会社 長坂工場",
    "office_name_kana": "ホ-ヤ カブシキカイシヤ ナガサカコウジヨウ"
  },
  "8555": {
    "postcode": "4088555",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "小淵沢町",
    "town_kana": "コブチサワチョウ",
    "street": "835",
    "office_name": "北杜市役所 小淵沢総合支所",
    "office_name_kana": "ホクトシヤクシヨ コブチサワソウゴウシシヨ"
  },
  "8585": {
    "postcode": "4088585",
    "prefecture": "山梨県",
    "prefecture_kana": "ヤマナシケン",
    "prefecture_code": 19,
    "city": "北杜市",
    "city_kana": "ホクトシ",
    "town": "長坂町長坂上条",
    "town_kana": "ナガサカチョウナガサカカミジョウ",
    "street": "2575−19",
    "office_name": "北杜市役所 長坂総合支所",
    "office_name_kana": "ホクトシヤクシヨ ナガサカソウゴウシシヨ"
  }
}