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
{
  "0000": {
    "postcode": "7760000",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "",
    "town_kana": "",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0001": {
    "postcode": "7760001",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町牛島",
    "town_kana": "カモジマチョウウシシマ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0002": {
    "postcode": "7760002",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町麻植塚",
    "town_kana": "カモジマチョウオエヅカ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0003": {
    "postcode": "7760003",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町内原",
    "town_kana": "カモジマチョウウチバラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0004": {
    "postcode": "7760004",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町中島",
    "town_kana": "カモジマチョウナカジマ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0005": {
    "postcode": "7760005",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町喜来",
    "town_kana": "カモジマチョウキライ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0006": {
    "postcode": "7760006",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町喜来甲",
    "town_kana": "カモジマチョウキライコウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0007": {
    "postcode": "7760007",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町喜来乙",
    "town_kana": "カモジマチョウキライオツ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0010": {
    "postcode": "7760010",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町鴨島",
    "town_kana": "カモジマチョウカモジマ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0011": {
    "postcode": "7760011",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町鴨島甲",
    "town_kana": "カモジマチョウカモジマコウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0012": {
    "postcode": "7760012",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町鴨島乙",
    "town_kana": "カモジマチョウカモジマオツ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0013": {
    "postcode": "7760013",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町上下島",
    "town_kana": "カモジマチョウジョウゲジマ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0014": {
    "postcode": "7760014",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町知恵島",
    "town_kana": "カモジマチョウチエジマ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0015": {
    "postcode": "7760015",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町粟島",
    "town_kana": "カモジマチョウアワジマ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0020": {
    "postcode": "7760020",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町西麻植",
    "town_kana": "カモジマチョウニシオエ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0031": {
    "postcode": "7760031",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町敷地",
    "town_kana": "カモジマチョウシキジ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0032": {
    "postcode": "7760032",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町樋山地",
    "town_kana": "カモジマチョウヒヤマジ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0033": {
    "postcode": "7760033",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町飯尾",
    "town_kana": "カモジマチョウイノオ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0034": {
    "postcode": "7760034",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町呉郷団地",
    "town_kana": "カモジマチョウゴキョウダンチ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0035": {
    "postcode": "7760035",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町森藤",
    "town_kana": "カモジマチョウモリトウ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0036": {
    "postcode": "7760036",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町山路",
    "town_kana": "カモジマチョウサンジ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "0037": {
    "postcode": "7760037",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町上浦",
    "town_kana": "カモジマチョウカミウラ",
    "street": null,
    "office_name": null,
    "office_name_kana": null
  },
  "8501": {
    "postcode": "7768501",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町中島",
    "town_kana": "カモジマチョウナカジマ",
    "street": "432−1",
    "office_name": "株式会社 高橋ふとん店",
    "office_name_kana": "カブシキガイシヤ タカハシフトンテン"
  },
  "8511": {
    "postcode": "7768511",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町知恵島",
    "town_kana": "カモジマチョウチエジマ",
    "street": "字西知恵島120",
    "office_name": "JA徳島厚生連 吉野川医療センター",
    "office_name_kana": "ジエイエ-トクシマコウセイレン ヨシノガワイリヨウセンタ-"
  },
  "8555": {
    "postcode": "7768555",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "",
    "town_kana": "",
    "street": "鴨島町中北400−1",
    "office_name": "コロナ工業 株式会社",
    "office_name_kana": "コロナコウギヨウ カブシキガイシヤ"
  },
  "8582": {
    "postcode": "7768582",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町内原",
    "town_kana": "カモジマチョウウチバラ",
    "street": "144",
    "office_name": "野田ハニー食品工業 (株)",
    "office_name_kana": "ノダハニ-シヨクヒンコウギヨウ カブシキガイシヤ"
  },
  "8583": {
    "postcode": "7768583",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町喜来",
    "town_kana": "カモジマチョウキライ",
    "street": "95",
    "office_name": "野田養蜂場 (株)",
    "office_name_kana": "ノダヨウホウジヨウ カブシキガイシヤ"
  },
  "8585": {
    "postcode": "7768585",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町敷地",
    "town_kana": "カモジマチョウシキジ",
    "street": "1354",
    "office_name": "国立 療養所 徳島病院",
    "office_name_kana": "コクリツ リヨウヨウシヨ トクシマビヨウイン"
  },
  "8588": {
    "postcode": "7768588",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町内原",
    "town_kana": "カモジマチョウウチバラ",
    "street": "432",
    "office_name": "鴨島病院",
    "office_name_kana": "カモジマビヨウイン"
  },
  "8611": {
    "postcode": "7768611",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町鴨島",
    "town_kana": "カモジマチョウカモジマ",
    "street": "115−1",
    "office_name": "吉野川市役所",
    "office_name_kana": "ヨシノガワシヤクシヨ"
  },
  "8686": {
    "postcode": "7768686",
    "prefecture": "徳島県",
    "prefecture_kana": "トクシマケン",
    "prefecture_code": 36,
    "city": "吉野川市",
    "city_kana": "ヨシノガワシ",
    "town": "鴨島町中島",
    "town_kana": "カモジマチョウナカジマ",
    "street": "484",
    "office_name": "株式会社 マルハヤ",
    "office_name_kana": "カブシキガイシヤ マルハヤ"
  }
}