Verify if a person meets a minimum age requirement based on their date of birth....
https://api.strale.io/x402/age-verifyOverview
Verify if a person meets a minimum age requirement based on their date of birth. Returns exact age, whether the threshold is met, and days until the threshold (if not met). Accounts for leap years.
Protocol
x402
Price
$0.02
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-04-15 14:09:55
Health
Status
healthy
Latency (p50)
119ms
Uptime (30d)
100.0%
Reliability Score
100/100
Last Checked
2026-07-29 16:30:04
Last Healthy
2026-07-29 16:30:04
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"date_of_birth": {
"description": "Date of birth (YYYY-MM-DD)",
"required": true,
"type": "string"
},
"minimum_age": {
"description": "Minimum age to verify (default 18)",
"type": "integer"
},
"reference_date": {
"description": "Date to check against (default today)",
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"age_days": {
"type": "integer"
},
"age_months": {
"type": "integer"
},
"age_years": {
"type": "integer"
},
"date_of_birth_valid": {
"type": "boolean"
},
"days_until_minimum": {
"type": "integer"
},
"meets_minimum": {
"type": "boolean"
},
"minimum_age_checked": {
"type": "integer"
}
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-07-29 16:30:04 | healthy | 402 | 109ms | |
| 2026-07-29 13:00:34 | healthy | 402 | 109ms | |
| 2026-07-29 06:29:16 | healthy | 402 | 130ms | |
| 2026-07-29 02:47:53 | healthy | 402 | 114ms | |
| 2026-07-28 23:28:20 | healthy | 402 | 120ms | |
| 2026-07-28 18:23:35 | healthy | 402 | 110ms | |
| 2026-07-28 16:47:37 | healthy | 402 | 112ms | |
| 2026-07-28 10:20:28 | healthy | 402 | 177ms | |
| 2026-07-28 05:41:16 | healthy | 402 | 142ms | |
| 2026-07-28 02:28:04 | healthy | 402 | 113ms | |
| 2026-07-28 00:52:05 | healthy | 402 | 155ms | |
| 2026-07-27 17:23:45 | healthy | 402 | 111ms | |
| 2026-07-27 13:36:38 | healthy | 402 | 122ms | |
| 2026-07-27 09:07:12 | healthy | 402 | 107ms | |
| 2026-07-27 05:38:58 | healthy | 402 | 130ms | |
| 2026-07-27 01:21:43 | healthy | 402 | 119ms | |
| 2026-07-26 22:32:59 | healthy | 402 | 113ms |