Overview
US unemployment rate (seasonally adjusted). Monthly values with history. Optional ?years=10 (default 5).
Protocol
x402
Price
$0.0050
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
x402-data-bazaar
Source
bazaar
Indexed
2026-03-20 09:39:33
Health
Status
healthy
Latency (p50)
166ms
Uptime (30d)
100.0%
Reliability Score
92/100
Last Checked
2026-03-20 17:03:17
Last Healthy
2026-03-20 17:03:17
Consecutive Failures
0
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"years": {
"description": "How many years of monthly history to return",
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"data": {
"history": [
{
"period": "February",
"rate_pct": 4.4,
"year": "2026"
},
{
"period": "January",
"rate_pct": 4.3,
"year": "2026"
}
],
"latest": {
"period": "February",
"rate_pct": 4.4,
"year": "2026"
},
"seriesId": "LNS14000000"
},
"source": "Bureau of Labor Statistics",
"success": true
}