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)
365ms
Uptime (30d)
100.0%
Reliability Score
92/100
Last Checked
2026-04-19 07:13:48
Last Healthy
2026-04-19 07:13:48
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
Known USDC
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-04-19 07:13:48 | healthy | 402 | 375ms | |
| 2026-04-19 06:38:11 | healthy | 402 | 359ms | |
| 2026-04-19 05:28:54 | healthy | 402 | 349ms | |
| 2026-04-19 04:05:25 | healthy | 402 | 360ms | |
| 2026-04-19 03:04:50 | healthy | 402 | 448ms | |
| 2026-04-19 02:23:32 | healthy | 402 | 788ms | |
| 2026-04-19 01:00:35 | healthy | 402 | 354ms | |
| 2026-04-19 00:43:56 | healthy | 402 | 399ms | |
| 2026-04-18 23:23:41 | healthy | 402 | 435ms | |
| 2026-04-18 21:58:54 | healthy | 402 | 352ms | |
| 2026-04-18 21:41:14 | healthy | 402 | 204ms | |
| 2026-04-18 20:25:21 | healthy | 402 | 765ms | |
| 2026-04-18 19:16:47 | healthy | 402 | 383ms | |
| 2026-04-18 18:05:42 | healthy | 402 | 365ms | |
| 2026-04-18 17:17:04 | healthy | 402 | 192ms | |
| 2026-04-18 16:13:58 | healthy | 402 | 355ms | |
| 2026-04-18 15:23:49 | healthy | 402 | 397ms | |
| 2026-04-18 14:41:45 | healthy | 402 | 192ms | |
| 2026-04-18 13:18:18 | healthy | 402 | 348ms | |
| 2026-04-18 12:22:24 | healthy | 402 | 706ms |