API Reference
This page documents the API endpoints exposed by the Orestar API. All of the URLs are relative to the site root. These endpoints are hosted on the same domain as this documentation.
GET /api/committees/index.csv
Fetch the list of all committees operating in the current, or recently concluded, election. This endpoint includes Committee IDs for campaign committees registered for the election.
GET /api/committees/{committee_id}/transactions.csv
Fetch all transactions for the committee. This includes spending and
contributions. Replace {committee_id}
in the URL with the ID of the committee
you want to retreive transactions for.