ACE Research
One interface for the whole `congress_api` query surface.
The app now centers every read path exposed by the backend: latest bill streams, ranked bill search, latest vote feeds, and the full exploratory query catalog.
ACE Research
The app now centers every read path exposed by the backend: latest bill streams, ranked bill search, latest vote feeds, and the full exploratory query catalog.
Backed by `/latest/:billtype` and `/search/:table/:filter`.
Each section maps cleanly to a `congress_api` route family.
/latest/:billtype
Browse the freshest bill activity for each House and Senate bill family.
/search/:table/:filter
Search bills by phrase and sort either by rank or recency.
/bills/:billtype/:congress/:billnumber
Full bill record with action history, cosponsors, and linked floor votes.
/votes/:chamber
Review the latest House and Senate vote activity from the recent 90-day window.
/explore and /explore/:queryId
Run the full exploratory query bundle, including parameterized bill and vote search helpers.
Use the recent chamber feed or the parameterized vote search helper.
All eight bill categories from the current backend are wired directly into the redesigned flow.