A unified interface for the federal API ecosystem — election finance, labor statistics, energy markets, public lands, and seismic activity — queried with a single api.data.gov key.
One registration unlocks FEC, NASA, NPS, FDA, USDA, and Census endpoints.
A unified front door to the U.S. government's public APIs — election finance, seismology, the Federal Register, federal holidays, and a growing list of agencies — each presented as a searchable, filterable, exportable explorer instead of a raw JSON endpoint.
Federal data is technically open but practically locked behind undocumented schemas, paginated cursors, and keys scattered across agency portals. This site treats those datasets as a single civic archive — discoverable in seconds, citable by URL, exportable as CSV.
A TanStack Start app running on the edge. Every API call routes through a server function so credentials never reach the browser. Each explorer follows the same shape: validated query, server-side proxy, typed response, identical filter/sort/CSV controls.
A continuously audited catalog of machine-readable federal surfaces accessible via standardized authentication.
Candidates, committees, receipts, disbursements, independent expenditures.
Live vacancies across every cabinet department and independent agency.
Astronomy Picture of the Day, Mars rover imagery, near-Earth objects.
Park units, alerts, visitor centers, events, and operational details.
Real-time earthquake feed with magnitude, depth, and event metadata.
Drug recalls, adverse events, labeling, and device safety records.
Final rules, proposed rules, notices, and presidential documents.
Federal and international public holiday calendar via Nager.Date.
Active alerts, warnings, and advisories across U.S. states and territories.
Debt to the penny, daily Treasury statements, exchange rates, interest.
Schedule A individual contributions, candidate totals, committee filings, and independent expenditures — searchable, sortable, exportable.
GET /v1/schedules/schedule_a/
| Contributor | Amount | Date | Employer |
|---|---|---|---|
| ADAMS, BENJAMIN | $2,800.00 | 2024-10-12 | SELF-EMPLOYED |
| ZHOU, MEI | $1,500.00 | 2024-10-11 | ORACLE CORP |
| RODRIGUEZ, CARLOS | $3,300.00 | 2024-10-10 | STRIKE DATA LTD |
| PATEL, ANJALI | $5,000.00 | 2024-10-08 | STANFORD UNIVERSITY |
| MORENO, LUCAS | $1,000.00 | 2024-10-07 | RETIRED |
curl -G 'https://api.open.fec.gov/v1/schedules/schedule_a/' \ -d api_key=$API_DATA_GOV_KEY \ -d min_amount=1000 \ -d sort=-contribution_receipt_amount \ -d per_page=100
api.data.gov unlocks dozens of agency endpoints with a single credential.
Every adapter exposes search, filter, paginate, and CSV export uniformly.
Keys live in the runtime, never in the browser. Edge-friendly by default.