Resolve a JP or GB entity using projected official evidence from NTA/gBizINFO or
Resolve a JP or GB entity using projected official evidence from NTA/gBizINFO or Companies House; raw upstream responses are not returned. Hard identity conflicts are never verified. / 日本または英国の企業を公式根拠の加工済み投影で確認します。元データは返さず、識別子の矛盾はverifiedになりません。
Answeringour last check, 2026-09-24
1 of 1checks answered this week
141 msmedian answer time
$0.04listed price per call
$0.04price 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/v1/entities/resolve-cross-border
| Category | Company and compliance |
|---|---|
| Provider host | api.jpverify.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.04 | 141 ms |
Example input (from the provider)
{
"body": {
"country_code": "GB",
"identifiers": {
"company_number": "00000006"
},
"response_language": "both"
},
"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,
"anyOf": [
{
"required": [
"name"
]
},
{
"required": [
"identifiers"
]
}
],
"properties": {
"address": {
"maxLength": 500,
"type": [
"string",
"null"
]
},
"country_code": {
"enum": [
"JP",
"GB"
],
"type": "string"
},
"identifiers": {
"additionalProperties": false,
"properties": {
"company_number": {
"maxLength": 8,
"minLength": 2,
"type": "string"
},
"corporate_number": {
"pattern": "^[0-9]{13}$",
"type": "string"
},
"lei": {
"pattern": "^[A-Z0-9]{18}[0-9]{2}$",
"type": "string"
},
"registration_number": {
"pattern": "^[Tt][0-9\\s\\-]{13,20}$",
"type": "string"
},
"t_number": {
"pattern": "^[Tt][0-9\\s\\-]{13,20}$",
"type": "string"
}
},
"type": [
"object",
"null"
]
},
"name": {
"maxLength": 300,
"type": [
"string",
"null"
]
},
"response_language": {
"default": "both",
"description": "Response presentation language: ja, en, or both. / \u30ec\u30b9\u30dd\u30f3\u30b9\u8868\u793a\u8a00\u8a9e: ja\uff08\u65e5\u672c\u8a9e\uff09\u3001en\uff08\u82f1\u8a9e\uff09\u3001both\uff08\u4e21\u65b9\uff09\u3002",
"enum": [
"ja",
"en",
"both"
],
"type": "string"
}
},
"required": [
"country_code"
],
"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": {
"checked_at": {
"format": "date-time",
"type": "string"
},
"checks": {
"items": {
"type": "object"
},
"type": "array"
},
"confidence_band": {
"enum": [
"high",
"medium",
"low"
],
"type": "string"
},
"confidence_reasons": {
"items": {
"type": "string"
},
"type": "array"
},
"conflicts": {
"items": {
"type": "object"
},
"type": "array"
},
"country_code": {
"enum": [
"JP",
"GB"
],
"type": "string"
},
"coverage": {
"type": "object"
},
"decision": {
"enum": [
"verified",
"likely_match",
"ambiguous",
"not_found_within_coverage",
"insufficient_coverage"
],
"type": "string"
},
"evidence": {
"type": "object"
},
"identity_status": {
"enum": [
"verified",
"ambiguous",
"not_found",
"insufficient_coverage",
null
],
"type": [
"string",
"null"
]
},
"next_actions": {
"items": {
"type": "string"
},
"type": "array"
},
"reasons": {
"items": {
"type": "string"
},
"type": "array"
},
"registration_status": {
"type": "object"
},
"response_language": {
"enum": [
"ja",
"en",
"both"
],
"type": "string"
},
"route": {
"type": "string"
},
"source_freshness": {
"items": {
"type": "object"
},
"type": "array"
},
"source_versions": {
"items": {
"type": "object"
},
"type": "array"
},
"status": {
"enum": [
"resolved",
"ambiguous",
"not_found",
"insufficient_coverage"
],
"type": "string"
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}