API仕様:GET /api/v1/search/zipcode

GET https://api-zipcode.jp/api/v1/search/zipcode

概要

7桁の郵便番号から住所を返します。

消費ポイント

1 ポイント

Authentication

APIトークン必要

Headers

key type value
Authorization string Bearer <YOUR_API_TOKEN_HERE> required
Content-type string application/json required
X-Requested-With string XMLHttpRequest required

Query String

key type value
zip_code number 郵便番号(7桁) required

Responses JSON

key value
ステータスコード
  • 200 : OK(成功)
  • 401 : Unauthenticated. (トークンが無いか無効です)
  • 402 : There are not enough points. (ポイントが足りません)
  • 403 : Invalid ability provided. (トークンにアビリティがありません)
  • 422 : Unprocessable Entity. (リクエストが無効です)
  • 429 : Too Many Attempts. (レートリミッター発動)
  • 503 : Service Unavailable. (サーバーメンテナンス中です)

エクスプローラー