FEC Election Totals
gov.fec.electionsAggregate FEC election totals by cycle, office, and state. Get total receipts, disbursements, and candidate count per race for House, Senate, or Presidential elections.
Instructions
Aggregate election totals by cycle, office, and state — total receipts, disbursements, candidate count per race. FEC public disclosure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle | No | Election cycle year (e.g. 2024). | |
| office | No | Office: "H" House, "S" Senate, "P" Presidential. | |
| state | No | 2-letter state code. | |
| page | No | Page number (default 1). | |
| per_page | No | Per-page count (default 20, max 100). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |