URL validator / URL format check / URL parser / URL syntax validation / protocol...
https://api.x402node.dev/validate/urlOverview
URL validator / URL format check / URL parser / URL syntax validation / protocol scheme detector / domain parser / query string parser / URL component extractor / RFC 3986 URI validation. Validate URL syntax and parse into components: protocol, hostname, port, pathname, search, hash.
Protocol
x402
Price
$0.0015
Payment Asset
USD Coin
Payment Network
Base
Category
tools/search
Provider
x402node
Source
bazaar
Indexed
2026-05-22 09:46:29
Health
Status
healthy
Latency (p50)
434ms
Uptime (30d)
100.0%
Reliability Score
92/100
Last Checked
2026-05-25 14:46:21
Last Healthy
2026-05-25 14:46:21
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"url": "URL to validate (required, must include scheme like https://)"
},
"type": "http"
}
Output Schema
{
"properties": {
"hostname": {
"type": [
"string",
"null"
]
},
"pathname": {
"type": [
"string",
"null"
]
},
"port": {
"type": [
"string",
"null"
]
},
"protocol": {
"type": [
"string",
"null"
]
},
"url": {
"type": "string"
},
"valid": {
"type": "boolean"
}
},
"required": [
"url",
"valid"
],
"type": "object"
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-05-25 14:46:21 | healthy | 402 | 418ms | |
| 2026-05-24 21:19:47 | healthy | 402 | 434ms | |
| 2026-05-24 10:40:20 | healthy | 402 | 420ms | |
| 2026-05-23 20:35:19 | healthy | 402 | 448ms | |
| 2026-05-23 11:42:07 | healthy | 402 | 416ms | |
| 2026-05-23 08:06:14 | healthy | 402 | 468ms |