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
{
  "0000": {
    "postcode": "1640000",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "",
    "town_kana": "",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0001": {
    "postcode": "1640001",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0002": {
    "postcode": "1640002",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "上高田",
    "town_kana": "カミタカダ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0003": {
    "postcode": "1640003",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "東中野",
    "town_kana": "ヒガシナカノ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0011": {
    "postcode": "1640011",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中央",
    "town_kana": "チュウオウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0012": {
    "postcode": "1640012",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "本町",
    "town_kana": "ホンチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0013": {
    "postcode": "1640013",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "弥生町",
    "town_kana": "ヤヨイチョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0014": {
    "postcode": "1640014",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "南台",
    "town_kana": "ミナミダイ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8501": {
    "postcode": "1648501",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": "四丁目11番19号",
    "office_name": "中野区役所",
    "office_name_kana": "ナカノクヤクシヨ"
  },
  "8502": {
    "postcode": "1648502",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": "1−5−7",
    "office_name": "東京都水道局 中野営業所",
    "office_name_kana": "トウキヨウトスイドウキヨク ナカノエイギヨウシヨ"
  },
  "8503": {
    "postcode": "1648503",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中央",
    "town_kana": "チュウオウ",
    "street": "1丁目38番1号住友中野坂上ビル20階",
    "office_name": "三協立山 株式会社",
    "office_name_kana": "サンキヨウタテヤマ カブシキガイシヤ"
  },
  "8504": {
    "postcode": "1648504",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "本町",
    "town_kana": "ホンチョウ",
    "street": "1丁目32−4ハーモニーウィング5F",
    "office_name": "株式会社 インターコミュニケーションズ",
    "office_name_kana": "カブシキガイシヤ インタ-コミユニケ-シヨンズ"
  },
  "8505": {
    "postcode": "1648505",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": "5丁目62−1",
    "office_name": "株式会社 SCC",
    "office_name_kana": "カブシキガイシヤ エスシ-シ-"
  },
  "8522": {
    "postcode": "1648522",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": "4丁目15−9",
    "office_name": "三和電気工業 株式会社",
    "office_name_kana": "サンワデンキコウギヨウ カブシキガイシヤ"
  },
  "8525": {
    "postcode": "1648525",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": "4丁目21番1号",
    "office_name": "学校法人 明治大学 中野キャンパス",
    "office_name_kana": "ガツコウホウジン メイジダイガク ナカノキヤンパス"
  },
  "8530": {
    "postcode": "1648530",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": "4丁目21番2号",
    "office_name": "帝京平成大学 中野キャンパス",
    "office_name_kana": "テイキヨウヘイセイダイガク ナカノキヤンパス"
  },
  "8540": {
    "postcode": "1648540",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": "4−10−2中野セントラルパークサウス7階",
    "office_name": "全国健康保険協会 東京支部",
    "office_name_kana": "ゼンコクケンコウホケンキヨウカイ トウキヨウシブ"
  },
  "8541": {
    "postcode": "1648541",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": "4丁目22−1",
    "office_name": "東京警察病院",
    "office_name_kana": "トウキヨウケイサツビヨウイン"
  },
  "8545": {
    "postcode": "1648545",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": "4丁目10番2号中野セントラルパークサウス6F",
    "office_name": "HOYA 株式会社",
    "office_name_kana": "ホ-ヤ カブシキガイシヤ"
  },
  "8555": {
    "postcode": "1648555",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "東中野",
    "town_kana": "ヒガシナカノ",
    "street": "2丁目7番14号",
    "office_name": "三井情報 株式会社",
    "office_name_kana": "ミツイジヨウホウ カブシキガイシヤ"
  },
  "8566": {
    "postcode": "1648566",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": "2丁目24番11号住友不動産中野駅前ビル6階",
    "office_name": "中野税務署",
    "office_name_kana": "ナカノゼイムシヨ"
  },
  "8567": {
    "postcode": "1648567",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "東中野",
    "town_kana": "ヒガシナカノ",
    "street": "3丁目12−2",
    "office_name": "株式会社 アポロ社",
    "office_name_kana": "カブシキガイシヤ アポロシヤ"
  },
  "8570": {
    "postcode": "1648570",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": "4丁目10番1号中野セントラルパークイースト",
    "office_name": "日本無線 株式会社",
    "office_name_kana": "ニホンムセン カブシキガイシヤ"
  },
  "8585": {
    "postcode": "1648585",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": "4丁目11−1",
    "office_name": "学校法人 窪田学園 窪田理容美容専門学校",
    "office_name_kana": "ガツコウホウジン クボタガクエン クボタリヨウビヨウセンモンガツコウ"
  },
  "8588": {
    "postcode": "1648588",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": "5丁目5−11",
    "office_name": "アーク・インターナショナル 株式会社",
    "office_name_kana": "ア-ク・インタ-ナシヨナル カブシキガイシヤ"
  },
  "8601": {
    "postcode": "1648601",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": "二丁目24番11号",
    "office_name": "株式会社 エイト日本技術開発 東京支社",
    "office_name_kana": "カ) エイトニホンギジユツカイハツ トウキヨウシシヤ"
  },
  "8608": {
    "postcode": "1648608",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": "4−10−2中野セントラルパークサウス5階",
    "office_name": "損害保険ジャパン日本興亜 株式会社",
    "office_name_kana": "ソンガイホケンジヤパンニツポンコウア カブシキガイシヤ"
  },
  "8611": {
    "postcode": "1648611",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "弥生町",
    "town_kana": "ヤヨイチョウ",
    "street": "3丁目35−13",
    "office_name": "株式会社 カーメイト",
    "office_name_kana": "カブシキガイシヤ カ-メイト"
  },
  "8616": {
    "postcode": "1648616",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": "5−68−10",
    "office_name": "株式会社 ケンコー・トキナー",
    "office_name_kana": "カ) ケンコ-・トキナ-"
  },
  "8617": {
    "postcode": "1648617",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "弥生町",
    "town_kana": "ヤヨイチョウ",
    "street": "5丁目25−15",
    "office_name": "立正佼成会附属佼成病院",
    "office_name_kana": "リツシヨウコウセイカイフゾクコウセイビヨウイン"
  },
  "8620": {
    "postcode": "1648620",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "本町",
    "town_kana": "ホンチョウ",
    "street": "2丁目46−2中野坂上セントラルビル",
    "office_name": "株式会社 矢野経済研究所",
    "office_name_kana": "カブシキガイシヤ ヤノケイザイケンキユウジヨ"
  },
  "8631": {
    "postcode": "1648631",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中央",
    "town_kana": "チュウオウ",
    "street": "2−33−26",
    "office_name": "こども教育宝仙大学",
    "office_name_kana": "コドモキヨウイクホウセンダイガク"
  },
  "8638": {
    "postcode": "1648638",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "本町",
    "town_kana": "ホンチョウ",
    "street": "6丁目38番1号",
    "office_name": "学校法人 新渡戸文化学園",
    "office_name_kana": "ガツコウホウジン ニトベブンカガクエン"
  },
  "8642": {
    "postcode": "1648642",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": "4丁目15−9",
    "office_name": "入一通信工業 株式会社",
    "office_name_kana": "イリイチツウシンコウギヨウ カブシキガイシヤ"
  },
  "8644": {
    "postcode": "1648644",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "弥生町",
    "town_kana": "ヤヨイチョウ",
    "street": "1丁目10番1号",
    "office_name": "株式会社 ジャパン イマジネーション",
    "office_name_kana": "カブシキガイシヤ ジヤパン イマジネ-シヨン"
  },
  "8650": {
    "postcode": "1648650",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中央",
    "town_kana": "チュウオウ",
    "street": "1丁目29−15",
    "office_name": "鉱研工業 株式会社",
    "office_name_kana": "コウケンコウギヨウ カブシキガイシヤ"
  },
  "8666": {
    "postcode": "1648666",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "弥生町",
    "town_kana": "ヤヨイチョウ",
    "street": "2丁目14−2",
    "office_name": "日本アルミット 株式会社",
    "office_name_kana": "ニホンアルミツト カブシキガイシヤ"
  },
  "8677": {
    "postcode": "1648677",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "弥生町",
    "town_kana": "ヤヨイチョウ",
    "street": "2−8−15",
    "office_name": "株式会社 ヴィアックス",
    "office_name_kana": "カブシキガイシヤ ヴイアツクス"
  },
  "8678": {
    "postcode": "1648678",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "本町",
    "town_kana": "ホンチョウ",
    "street": "2丁目9−5",
    "office_name": "学校法人 東京工芸大学",
    "office_name_kana": "ガツコウホウジン トウキヨウコウゲイダイガク"
  },
  "8686": {
    "postcode": "1648686",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": "2丁目14−22(中野郵便局私書箱第47号)",
    "office_name": "日商簿記専門学校(日商クリエーション)",
    "office_name_kana": "ニツシヨウボキセンモンガツコウ(ニツシヨウクリエ-シヨン)"
  },
  "8701": {
    "postcode": "1648701",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "中野",
    "town_kana": "ナカノ",
    "street": "4丁目3−2(中野郵便局私書箱第2号)",
    "office_name": "株式会社 丸井",
    "office_name_kana": "カブシキガイシヤ マルイ"
  },
  "8705": {
    "postcode": "1648705",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "弥生町",
    "town_kana": "ヤヨイチョウ",
    "street": "5−6−11",
    "office_name": "株式会社 日本ヴォーグ社",
    "office_name_kana": "カブシキガイシヤ ニホンヴオ-グシヤ"
  },
  "8725": {
    "postcode": "1648725",
    "prefecture": "東京都",
    "prefecture_kana": "トウキョウト",
    "prefecture_code": 13,
    "city": "中野区",
    "city_kana": "ナカノク",
    "town": "本町",
    "town_kana": "ホンチョウ",
    "street": "1丁目32−2",
    "office_name": "NTT クオリス (株)",
    "office_name_kana": "エヌテイテイ クオリス (カブ)"
  }
}