The lookup
Who represents you?
Enter an address to resolve its congressional, state senate and state house districts and the sitting members for each — every answer traced to the exact API call that produced it.
Your address is used once to resolve your districts — never stored, never logged, never in a URL.
How it stays private
- The address resolves your districts through the US Census Bureau geocoder and is then discarded — never written to a database, never written to a log.
- Both geocoder requests run with
cache: no-store, so no copy is retained anywhere in the request path. - The form submits to a server action rather than a query string, so the address never appears in a URL, in browser history, or in a referrer header.
- Address suggestions are proxied through our server, so a partial address is never sent from your browser to a third party.