Overview
FEC candidate search -- name, party, office, state, district, incumbent status, election cycles. Query: ?name=smith&office=S&state=CA
Protocol
x402
Price
$0.0050
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
tools/search
Provider
x402-data-bazaar
Source
bazaar
Indexed
2026-03-20 09:39:33
Health
Status
degraded
Latency (p50)
164ms
Uptime (30d)
100.0%
Reliability Score
92/100
Last Checked
2026-03-20 16:14:52
Last Healthy
2026-03-20 14:02:22
Consecutive Failures
0
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"cycle": {
"description": "Election cycle year",
"type": "string"
},
"limit": {
"description": "Maximum results to return",
"type": "string"
},
"name": {
"description": "Candidate name search string",
"type": "string"
},
"office": {
"description": "Office code: H, S, or P",
"type": "string"
},
"party": {
"description": "Party code filter",
"type": "string"
},
"state": {
"description": "Two-letter state code",
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"data": {
"candidates": [
{
"name": "Smith, John",
"office": "Senate",
"party": "Democratic Party",
"state": "CA"
}
],
"count": 1
},
"source": "Federal Election Commission API",
"success": true
}