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
{
  "0000": {
    "postcode": "5500000",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "",
    "town_kana": "",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0001": {
    "postcode": "5500001",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "土佐堀",
    "town_kana": "トサボリ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0002": {
    "postcode": "5500002",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "江戸堀",
    "town_kana": "エドボリ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0003": {
    "postcode": "5500003",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "京町堀",
    "town_kana": "キョウマチボリ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0004": {
    "postcode": "5500004",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "靱本町",
    "town_kana": "ウツボホンマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0005": {
    "postcode": "5500005",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "西本町",
    "town_kana": "ニシホンマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0006": {
    "postcode": "5500006",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "江之子島",
    "town_kana": "エノコジマ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0011": {
    "postcode": "5500011",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "阿波座",
    "town_kana": "アワザ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0012": {
    "postcode": "5500012",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "立売堀",
    "town_kana": "イタチボリ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0013": {
    "postcode": "5500013",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "新町",
    "town_kana": "シンマチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0014": {
    "postcode": "5500014",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "北堀江",
    "town_kana": "キタホリエ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0015": {
    "postcode": "5500015",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "南堀江",
    "town_kana": "ミナミホリエ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0021": {
    "postcode": "5500021",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "川口",
    "town_kana": "カワグチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0022": {
    "postcode": "5500022",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "本田",
    "town_kana": "ホンデン",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0023": {
    "postcode": "5500023",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "千代崎",
    "town_kana": "チヨザキ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0024": {
    "postcode": "5500024",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "境川",
    "town_kana": "サカイガワ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0025": {
    "postcode": "5500025",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "九条南",
    "town_kana": "クジョウミナミ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0026": {
    "postcode": "5500026",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "安治川",
    "town_kana": "アジガワ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0027": {
    "postcode": "5500027",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "九条",
    "town_kana": "クジョウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8501": {
    "postcode": "5508501",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "新町",
    "town_kana": "シンマチ",
    "street": "4丁目5−14",
    "office_name": "大阪市西区役所",
    "office_name_kana": "オオサカシニシクヤクシヨ"
  },
  "8502": {
    "postcode": "5508502",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "立売堀",
    "town_kana": "イタチボリ",
    "street": "5丁目7−27",
    "office_name": "杉本商事 株式会社",
    "office_name_kana": "スギモトシヨウジ カブシキガイシヤ"
  },
  "8503": {
    "postcode": "5508503",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "西本町",
    "town_kana": "ニシホンマチ",
    "street": "3丁目1−46奥内5号ビル",
    "office_name": "労働法令新報社",
    "office_name_kana": "ロウドウホウレイシンポウシヤ"
  },
  "8505": {
    "postcode": "5508505",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "本田",
    "town_kana": "ホンデン",
    "street": "1丁目6−16",
    "office_name": "大阪府 なにわ西府税事務所",
    "office_name_kana": "オオサカフ ナニワニシフゼイジムシヨ"
  },
  "8508": {
    "postcode": "5508508",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "南堀江",
    "town_kana": "ミナミホリエ",
    "street": "1丁目17−28なんばSSビル",
    "office_name": "大日本印刷 株式会社 大阪",
    "office_name_kana": "ダイニツポンインサツ カブシキガイシヤ オオサカ"
  },
  "8510": {
    "postcode": "5508510",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "靱本町",
    "town_kana": "ウツボホンマチ",
    "street": "1−11−7信濃橋三井ビル",
    "office_name": "全国健康保険協会 大阪支部",
    "office_name_kana": "ゼンコクケンコウホケンキヨウカイ オオサカシブ"
  },
  "8527": {
    "postcode": "5508527",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "江戸堀",
    "town_kana": "エドボリ",
    "street": "2丁目1−27",
    "office_name": "アズワン 株式会社",
    "office_name_kana": "アズワン カブシキガイシヤ"
  },
  "8530": {
    "postcode": "5508530",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "靱本町",
    "town_kana": "ウツボホンマチ",
    "street": "1丁目10番24号",
    "office_name": "株式会社 関西ぱど",
    "office_name_kana": "カブシキガイシヤ カンサイパド"
  },
  "8538": {
    "postcode": "5508538",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "江戸堀",
    "town_kana": "エドボリ",
    "street": "1丁目12−1労金肥後橋ビル",
    "office_name": "近畿労働金庫",
    "office_name_kana": "キンキロウドウキンコ"
  },
  "8541": {
    "postcode": "5508541",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "立売堀",
    "town_kana": "イタチボリ",
    "street": "1丁目9番28号",
    "office_name": "サンコーインダストリー 株式会社",
    "office_name_kana": "サンコ-インダストリ- カブシキガイシヤ"
  },
  "8550": {
    "postcode": "5508550",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "阿波座",
    "town_kana": "アワザ",
    "street": "2丁目1−4",
    "office_name": "住友電設 株式会社",
    "office_name_kana": "スミトモデンセツ カブシキガイシヤ"
  },
  "8552": {
    "postcode": "5508552",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "九条南",
    "town_kana": "クジョウミナミ",
    "street": "1−12−62",
    "office_name": "大阪市高速電気軌道 株式会社",
    "office_name_kana": "オオサカシコウソクデンキキドウ カブシキガイシヤ"
  },
  "8555": {
    "postcode": "5508555",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "西本町",
    "town_kana": "ニシホンマチ",
    "street": "1丁目13−25",
    "office_name": "株式会社 立花エレテック",
    "office_name_kana": "カブシキガイシヤ タチバナエレテツク"
  },
  "8558": {
    "postcode": "5508558",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "本田",
    "town_kana": "ホンデン",
    "street": "4−1−7−3F",
    "office_name": "銘東 株式会社",
    "office_name_kana": "メイトウ カブシキガイシヤ"
  },
  "8566": {
    "postcode": "5508566",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "九条南",
    "town_kana": "クジョウミナミ",
    "street": "1丁目12番54号",
    "office_name": "大阪市消防局",
    "office_name_kana": "オオサカシシヨウボウキヨク"
  },
  "8567": {
    "postcode": "5508567",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "立売堀",
    "town_kana": "イタチボリ",
    "street": "3丁目1−1",
    "office_name": "大阪トヨペット 株式会社",
    "office_name_kana": "オオサカトヨペツト カブシキガイシヤ"
  },
  "8570": {
    "postcode": "5508570",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "江戸堀",
    "town_kana": "エドボリ",
    "street": "1丁目10番8号",
    "office_name": "デイリースポーツ 大阪本社",
    "office_name_kana": "デイリ-スポ-ツ オオサカホンシヤ"
  },
  "8575": {
    "postcode": "5508575",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "江戸堀",
    "town_kana": "エドボリ",
    "street": "1丁目10番8号",
    "office_name": "株式会社 京阪神エルマガジン社",
    "office_name_kana": "カブシキガイシヤ ケイハンシンエルマガジンシヤ"
  },
  "8577": {
    "postcode": "5508577",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "江戸堀",
    "town_kana": "エドボリ",
    "street": "1丁目11番4号損保ジャパン日本興亜肥後橋ビル",
    "office_name": "損保ジャパン日本興亜 株式会社",
    "office_name_kana": "ソンポジヤパンニツポンコウア カブシキガイシヤ"
  },
  "8578": {
    "postcode": "5508578",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "北堀江",
    "town_kana": "キタホリエ",
    "street": "2丁目2−25−2F",
    "office_name": "株式会社 オーエムエムジー",
    "office_name_kana": "カブシキカイシヤ オ-エムエムジ-"
  },
  "8580": {
    "postcode": "5508580",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "北堀江",
    "town_kana": "キタホリエ",
    "street": "1丁目12番19号",
    "office_name": "株式会社 栗本鐵工所",
    "office_name_kana": "カブシキガイシヤ クリモトテツコウシヨ"
  },
  "8585": {
    "postcode": "5508585",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "北堀江",
    "town_kana": "キタホリエ",
    "street": "3丁目12−23",
    "office_name": "三木産業 株式会社 大阪支店",
    "office_name_kana": "ミキサンギヨウ カブシキガイシヤ オオサカシテン"
  },
  "8586": {
    "postcode": "5508586",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "川口",
    "town_kana": "カワグチ",
    "street": "2丁目7番9号",
    "office_name": "西税務署",
    "office_name_kana": "ニシゼイムシヨ"
  },
  "8587": {
    "postcode": "5508587",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "土佐堀",
    "town_kana": "トサボリ",
    "street": "一丁目3番7号",
    "office_name": "帝人グループ",
    "office_name_kana": "テイジングル-プ"
  },
  "8659": {
    "postcode": "5508659",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "靱本町",
    "town_kana": "ウツボホンマチ",
    "street": "1丁目6−6(大阪西郵便局私書箱第11号)",
    "office_name": "株式会社 オーツー",
    "office_name_kana": "カブシキガイシヤ オ-ツ-"
  },
  "8660": {
    "postcode": "5508660",
    "prefecture": "大阪府",
    "prefecture_kana": "オオサカフ",
    "prefecture_code": 27,
    "city": "大阪市西区",
    "city_kana": "オオサカシニシク",
    "town": "立売堀",
    "town_kana": "イタチボリ",
    "street": "2丁目3−16(大阪西郵便局私書箱第96号)",
    "office_name": "株式会社 山善",
    "office_name_kana": "カブシキガイシヤ ヤマゼン"
  }
}