fec_independent_expenditures
ActiveTool of io.github.blackboxfoundry/livedatalink
List independent expenditures (FEC Schedule E) supporting or opposing a candidate or made by a committee. Shows spender committee, amount, date, support/oppose, and description. Provide candidate_id or committee_id.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"cycle": {
"type": "number",
"description": "Two-year election cycle (even year, e.g. 2024). Optional."
},
"limit": {
"type": "number",
"description": "Maximum expenditures to return (default 20, max 100)."
},
"candidate_id": {
"type": "string",
"description": "FEC candidate ID the spending targets (e.g. 'P80001571'). Provide this or committee_id."
},
"committee_id": {
"type": "string",
"description": "FEC committee ID of the spender (e.g. 'C00804856'). Provide this or candidate_id."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries