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. SQS: 98/100.
Protocol
x402
Price
$0.01
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)
206ms
Uptime (30d)
100.0%
Reliability Score
95/100
Last Checked
2026-06-04 18:31:40
Last Healthy
2026-06-04 18:31:40
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-06-04 18:31:40 | healthy | 402 | 198ms | |
| 2026-06-04 13:21:30 | healthy | 402 | 111ms | |
| 2026-06-04 11:37:15 | healthy | 402 | 197ms | |
| 2026-06-04 09:32:04 | healthy | 402 | 192ms | |
| 2026-06-04 06:52:54 | healthy | 402 | 206ms | |
| 2026-06-04 02:45:14 | healthy | 402 | 261ms | |
| 2026-06-03 22:52:58 | healthy | 402 | 214ms | |
| 2026-06-03 19:13:03 | healthy | 402 | 107ms | |
| 2026-06-03 16:39:01 | healthy | 402 | 215ms | |
| 2026-06-03 12:42:19 | healthy | 402 | 202ms | |
| 2026-06-03 08:38:28 | healthy | 402 | 240ms | |
| 2026-06-03 04:42:37 | healthy | 402 | 205ms | |
| 2026-06-03 01:10:08 | healthy | 402 | 121ms | |
| 2026-06-02 21:02:43 | healthy | 402 | 196ms | |
| 2026-06-02 18:54:19 | healthy | 402 | 213ms | |
| 2026-06-02 14:39:40 | healthy | 402 | 208ms | |
| 2026-06-02 10:35:22 | healthy | 402 | 191ms | |
| 2026-06-02 05:21:04 | healthy | 402 | 234ms | |
| 2026-06-02 01:41:22 | healthy | 402 | 300ms | |
| 2026-06-01 23:17:06 | healthy | 402 | 219ms |