Validate a European VAT number format against country-specific rules. Pure algor...
https://api.strale.io/x402/vat-format-validateOverview
Validate a European VAT number format against country-specific rules. Pure algorithmic — does NOT check VIES. Use vat-validate for full VIES verification. Supports all 27 EU countries + GB, CH, NO.
Protocol
x402
Price
$0.02
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
strale
Source
self-registered
Indexed
2026-03-22 07:55:02
Health
Status
healthy
Latency (p50)
113ms
Uptime (30d)
100.0%
Reliability Score
100/100
Last Checked
2026-06-28 09:09:04
Last Healthy
2026-06-28 09:09:04
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"vat_number": {
"description": "VAT number including country prefix (e.g. SE556703748501)",
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"country_code": {
"type": "string"
},
"country_name": {
"type": "string"
},
"format_valid": {
"type": "boolean"
},
"valid": {
"type": "boolean"
},
"vat_number": {
"type": "string"
}
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-06-28 09:09:04 | healthy | 402 | 142ms | |
| 2026-06-27 11:42:34 | healthy | 402 | 110ms | |
| 2026-06-25 17:32:02 | healthy | 402 | 110ms | |
| 2026-06-25 13:56:47 | healthy | 402 | 113ms |