ToolAssay

Japanese address validation and quality decision

Japanese address validation and quality decision. Keywords: Japanese address validation, address conflict, address quality, partial match, 日本住所検証. Validate parser, postal, and geocoder evidence using one address policy, returning exact, partial, ambiguous, conflict, or unverified status with the accepted hierarchy and reasons. / 使用统一规则合并解析、邮编和地理编码证据,并返回完全一致、部分一致、歧义、冲突或未验证状态。

Answeringour last check, 2026-09-24
1 of 1checks answered this week
138 msmedian answer time
$0.005listed price per call
$0.005price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.jpverify.com/jp-address/validate

CategoryEverything else
Provider hostapi.jpverify.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.005 138 ms

Example input (from the provider)

{
  "body": {
    "address": "\u6771\u4eac\u90fd\u5343\u4ee3\u7530\u533a\u5343\u4ee3\u75301\u4e01\u76ee1\u756a1\u53f7",
    "required_level": 8,
    "strict": false
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "address": {
              "description": "Original Japanese address. / \u5143\u306e\u65e5\u672c\u4f4f\u6240\u3002",
              "maxLength": 500,
              "type": [
                "string",
                "null"
              ]
            },
            "geocode_evidence": {
              "description": "Optional prior output from /jp-address/geocode; candidates and statuses are advisory and recomputed locally. / \u4efb\u610f\u306egeocode\u51fa\u529b\u3002\u5019\u88dc\u3068status\u306f\u88dc\u52a9\u60c5\u5831\u3067\u3001\u30ed\u30fc\u30ab\u30eb\u3067\u518d\u8a08\u7b97\u3055\u308c\u307e\u3059\u3002",
              "type": [
                "object",
                "null"
              ]
            },
            "parsed": {
              "description": "Output from /jp-address/parse or normalize containing at least one non-empty address component. / parse\u307e\u305f\u306fnormalize\u306e\u51fa\u529b\u3002\u7a7a\u3067\u306a\u3044\u4f4f\u6240\u69cb\u6210\u8981\u7d20\u30921\u3064\u4ee5\u4e0a\u542b\u3081\u307e\u3059\u3002",
              "type": [
                "object",
                "null"
              ]
            },
            "postal_evidence": {
              "description": "Optional prior output from /jp-address/postal-lookup; status/confidence are recomputed and not trusted. / \u4efb\u610f\u306epostal-lookup\u51fa\u529b\u3002status\u3068confidence\u306f\u518d\u8a08\u7b97\u3055\u308c\u3001\u7121\u6761\u4ef6\u306b\u306f\u4fe1\u983c\u3055\u308c\u307e\u305b\u3093\u3002",
              "type": [
                "object",
                "null"
              ]
            },
            "required_level": {
              "description": "Required hierarchy level; Jageocoder 5/6=oaza/aza, 7=block, 8=building/house node. / \u5fc5\u9808\u968e\u5c64\u3002Jageocoder\u306e5/6=\u5927\u5b57\u30fb\u5b57\u30017=\u8857\u533a\u30018=\u5efa\u7269\u30fb\u53f7\u30ce\u30fc\u30c9\u3002",
              "maximum": 8,
              "minimum": 1,
              "type": [
                "integer",
                "null"
              ]
            },
            "strict": {
              "default": false,
              "description": "Require all supplied evidence to agree. / \u5165\u529b\u3055\u308c\u305f\u6839\u62e0\u306e\u5b8c\u5168\u4e00\u81f4\u3092\u8981\u6c42\u3002",
              "type": "boolean"
            }
          },
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "address_validated": {
            "type": "boolean"
          },
          "confidence": {
            "type": "number"
          },
          "geographic_match_confidence": {
            "type": [
              "number",
              "null"
            ]
          },
          "granularity": {
            "type": [
              "string",
              "null"
            ]
          },
          "match_level": {
            "type": [
              "integer",
              "null"
            ]
          },
          "match_status": {
            "type": "string"
          },
          "parse_confidence": {
            "type": "number"
          },
          "parsed_level": {
            "type": [
              "integer",
              "null"
            ]
          },
          "postal_code_match": {
            "type": [
              "boolean",
              "null"
            ]
          },
          "postal_confidence": {
            "type": [
              "number",
              "null"
            ]
          },
          "precision_satisfied": {
            "type": "boolean"
          },
          "reasons": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "requested_level": {
            "type": [
              "integer",
              "null"
            ]
          },
          "type": "object",
          "validation_scope": {
            "type": [
              "string",
              "null"
            ]
          },
          "validation_source": {
            "type": [
              "string",
              "null"
            ]
          },
          "verified_level": {
            "type": [
              "integer",
              "null"
            ]
          },
          "warnings": {
            "items": {
              "type": "string"
            },
            "type": "array"
          }
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON