Your Government Licensing & data
The Basin
Data journalism from the Los Angeles Basin

Your Government

InteractiveThe representation section of Your block, cut loose so any site can carry it. Built from the 2025 county assessment roll, with every parcel placed in every district that covers it when the page was built, so the lookup runs entirely in the reader's browser and nothing typed is sent anywhere. Rosters are checked against the official sources, and boundaries are verified against the county registrar's own precinct assignments. Where the November 2026 congressional map moves a block, both districts are shown. Open full screen · Get the data

Put this on your site

The card above is free to carry on any site: a neighborhood council's, a local paper's, a council office's. Paste this where the page should show it. The copy on basin.la updates whenever the rosters do, and every embed updates with it, so there is nothing to maintain.

<iframe src="https://basin.la/interactives/embed/la-your-government.html"
        title="Your Government, from The Basin"
        style="width:100%;border:0;min-height:400px" loading="lazy"
        allow="clipboard-write"></iframe>
<script>
addEventListener("message", function (e) {
  if (e.origin !== "https://basin.la" || !e.data ||
      e.data.type !== "basin-embed-height" || e.data.id !== "your-government") return;
  document.querySelectorAll("iframe").forEach(function (f) {
    if (f.contentWindow === e.source) f.style.height = e.data.height + "px";
  });
});
</script>

Two optional parameters go on the iframe src. ?theme=dark or ?theme=light pins the theme instead of following the reader's system, and ?nc= opens on one neighborhood council's shared seats, for example ?nc=silver-lake-nc. The card covers City of Los Angeles addresses and hands any other one to the county registrar's own lookup.

No key, no quota, no tracking, and nothing a reader types leaves their browser. The credit line the card carries is the whole price. Questions and corrections: data@basin.la.