Parse ambiguous date strings into ISO 8601. Handles '3/4/25', 'March 4th', '4. m...
https://api.strale.io/x402/date-parseOverview
Parse ambiguous date strings into ISO 8601. Handles '3/4/25', 'March 4th', '4. mars 2025', '2025-W14'. Detects ambiguity.
Protocol
x402
Price
$0.03
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-04-15 14:09:59
Health
Status
healthy
Latency (p50)
116ms
Uptime (30d)
100.0%
Reliability Score
100/100
Last Checked
2026-07-24 22:41:59
Last Healthy
2026-07-24 22:41:59
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"date_string": {
"description": "Date string to parse",
"required": true,
"type": "string"
},
"preferred_format": {
"description": "DMY, MDY, or YMD (for ambiguous dates)",
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"day": {
"type": "integer"
},
"day_of_week": {
"type": "string"
},
"is_ambiguous": {
"type": "boolean"
},
"iso_date": {
"type": "string"
},
"month": {
"type": "integer"
},
"year": {
"type": "integer"
}
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-07-24 22:41:59 | healthy | 402 | 121ms | |
| 2026-07-24 18:49:12 | healthy | 402 | 126ms | |
| 2026-07-24 12:41:51 | healthy | 402 | 150ms | |
| 2026-07-24 09:16:38 | healthy | 402 | 111ms | |
| 2026-07-24 04:37:04 | healthy | 402 | 107ms | |
| 2026-07-24 02:29:10 | healthy | 402 | 149ms | |
| 2026-07-23 21:18:51 | healthy | 402 | 110ms | |
| 2026-07-23 17:21:10 | healthy | 402 | 116ms | |
| 2026-07-23 10:45:16 | healthy | 402 | 114ms | |
| 2026-07-23 05:05:13 | healthy | 402 | 142ms | |
| 2026-07-23 03:26:21 | healthy | 402 | 123ms | |
| 2026-07-22 21:59:43 | healthy | 402 | 108ms | |
| 2026-07-22 20:45:15 | healthy | 402 | 114ms | |
| 2026-07-22 16:24:24 | healthy | 402 | 110ms | |
| 2026-07-22 01:43:56 | healthy | 402 | 115ms | |
| 2026-07-21 23:44:18 | healthy | 402 | 144ms |