Objection 1
How does The Archivist compare to the shuttered free tier — and what does your normalization add?
The publicly accessible Congress data has shifted behind paid or partner gates more than once. We aim to keep the read path open while carrying work those free tiers never did.
Where do you sit now that the free tier is gone?
Read-only graph stays open
GET /bills, GET /members, GET /committees, GET /votes, and GET /hearings are accessible under a Free API key with a 60-second, 5 calls/min bucket — see the live numbers on GET /api/v1/me, and the pricing page mirrors the same LIMITS constants without manual cross-checking.
Pro lifts the mirror
A Pro key ($480 per org, per month) unlocks 100 calls/min, the full session history, snapshot cursors, and the documents surface — the same endpoints read-only apps were hand-rolling, but on a single reconciled graph.
What does the normalization actually fix for me?
Stable IDs across Congress sessions
Bill and member rows are keyed on stable IDs that survive a Congress-number rollover, so the bill you bookmarked in the 118th is still the same row in the 119th — verified against the dataset cards for /bills and /members.
Sponsor and committee codename resolution
WHERE sponsor_id = current bioguide_id resolves across terms, and committee system codes resolve to canonical committee names so a hearing joins to its committee without a hand-rolled lookup table — documented per the /votes, /committees, and /hearings dataset notes.
Per-member vote rollups
GET /votes returns member_rollups pre-resolved to current member records, so a vote-position query no longer needs a follow-up join against a separately-maintained roster.