Graph: national county↔district↔legislator authority layer

The first edges in the repo. Every US county now links to the districts it
sits in, weighted by area overlap, and every legislator links to the district
they represent — county → district → representative, traversable.

Data (PostGIS, no Atlas dependency — computed directly from geometry):
- data/county_district_edges.jsonl — 16,328 weighted edges. area_weight =
  ST_Area(ST_Intersection(county, district))/ST_Area(county) over ST_MakeValid
  Census TIGER 2024 geometries, overlaps <0.5% dropped. Uses area-intersection,
  NOT centroid-in-polygon, so urban districts that carve through counties
  (e.g. GA CD-5 / Atlanta across Clayton+DeKalb+Fulton) are captured, not
  silently dropped. Per-county weights sum to ~1.0 per district type.

build.py:
- ~6,896 new district nodes: 435 CD (ACS demographics where available; sparse
  for the 8 states missing from acs_cd) + 4,927 state-house + 1,897 state-senate
  (geometry-only). GEOID/number-keyed, stable.
- county index.md gains a `districts:` block (frontmatter) + a ## Districts
  section (body links, so link-integrity checks them).
- legislators + US House members gain `represents:` pointing at their district
  node; edge stored once on the person, inverse left to the view.
- schemas/jurisdiction: classification enum + chamber/districts fields.

Honest gaps (logged, not hidden): ID + NH have no state-house geometry, so
their house districts get nodes (represents resolves) but no county edges;
CD nodes for acs_cd-missing states are demographically sparse.

Deterministic (byte-identical rebuild); validate.py passes 26,617 records,
link-integrity clean (every district/represents link resolves).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Fabio
2026-07-04 22:28:08 -04:00
parent 6c9990a115
commit 1beeaab2db
18213 changed files with 280514 additions and 3515 deletions
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 10"
represents: "us/states/ca/districts/senate/10"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 10 (CA State Senate District 10).
Represents [CA State Senate District 10](/us/states/ca/districts/senate/10.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 39"
represents: "us/states/ca/districts/senate/39"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 39 (CA State Senate District 39).
Represents [CA State Senate District 39](/us/states/ca/districts/senate/39.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 66"
represents: "us/states/ca/districts/house/66"
tenure:
start: "2016-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 66 (CA State House of Representatives District 66).
Represents [CA State House of Representatives District 66](/us/states/ca/districts/house/66.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 24"
represents: "us/states/ca/districts/house/24"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 24 (CA State House of Representatives District 24).
Represents [CA State House of Representatives District 24](/us/states/ca/districts/house/24.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 33"
represents: "us/states/ca/districts/house/33"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 33 (CA State House of Representatives District 33).
Represents [CA State House of Representatives District 33](/us/states/ca/districts/house/33.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 15"
represents: "us/states/ca/districts/house/15"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 15 (CA State House of Representatives District 15).
Represents [CA State House of Representatives District 15](/us/states/ca/districts/house/15.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 8"
represents: "us/states/ca/districts/senate/8"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 8 (CA State Senate District 8).
Represents [CA State Senate District 8](/us/states/ca/districts/senate/8.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 14"
represents: "us/states/ca/districts/senate/14"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 14 (CA State Senate District 14).
Represents [CA State Senate District 14](/us/states/ca/districts/senate/14.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 25"
represents: "us/states/ca/districts/house/25"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 25 (CA State House of Representatives District 25).
Represents [CA State House of Representatives District 25](/us/states/ca/districts/house/25.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 68"
represents: "us/states/ca/districts/house/68"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 68 (CA State House of Representatives District 68).
Represents [CA State House of Representatives District 68](/us/states/ca/districts/house/68.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 24"
represents: "us/states/ca/districts/senate/24"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 24 (CA State Senate District 24).
Represents [CA State Senate District 24](/us/states/ca/districts/senate/24.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 64"
represents: "us/states/ca/districts/house/64"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 64 (CA State House of Representatives District 64).
Represents [CA State House of Representatives District 64](/us/states/ca/districts/house/64.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 48"
represents: "us/states/ca/districts/house/48"
tenure:
start: "2016-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 48 (CA State House of Representatives District 48).
Represents [CA State House of Representatives District 48](/us/states/ca/districts/house/48.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 30"
represents: "us/states/ca/districts/senate/30"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 30 (CA State Senate District 30).
Represents [CA State Senate District 30](/us/states/ca/districts/senate/30.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 40"
represents: "us/states/ca/districts/senate/40"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 40 (CA State Senate District 40).
Represents [CA State Senate District 40](/us/states/ca/districts/senate/40.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 14"
represents: "us/states/ca/districts/house/14"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 14 (CA State House of Representatives District 14).
Represents [CA State House of Representatives District 14](/us/states/ca/districts/house/14.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 75"
represents: "us/states/ca/districts/house/75"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 75 (CA State House of Representatives District 75).
Represents [CA State House of Representatives District 75](/us/states/ca/districts/house/75.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 20"
represents: "us/states/ca/districts/senate/20"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 20 (CA State Senate District 20).
Represents [CA State Senate District 20](/us/states/ca/districts/senate/20.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 38"
represents: "us/states/ca/districts/senate/38"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 38 (CA State Senate District 38).
Represents [CA State Senate District 38](/us/states/ca/districts/senate/38.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 19"
represents: "us/states/ca/districts/house/19"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 19 (CA State House of Representatives District 19).
Represents [CA State House of Representatives District 19](/us/states/ca/districts/house/19.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 4"
represents: "us/states/ca/districts/house/4"
tenure:
start: "2016-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 4 (CA State House of Representatives District 4).
Represents [CA State House of Representatives District 4](/us/states/ca/districts/house/4.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 43"
represents: "us/states/ca/districts/house/43"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 43 (CA State House of Representatives District 43).
Represents [CA State House of Representatives District 43](/us/states/ca/districts/house/43.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 2"
represents: "us/states/ca/districts/house/2"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 2 (CA State House of Representatives District 2).
Represents [CA State House of Representatives District 2](/us/states/ca/districts/house/2.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 78"
represents: "us/states/ca/districts/house/78"
tenure:
start: "2020-12-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 78 (CA State House of Representatives District 78).
Represents [CA State House of Representatives District 78](/us/states/ca/districts/house/78.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 3"
represents: "us/states/ca/districts/senate/3"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 3 (CA State Senate District 3).
Represents [CA State Senate District 3](/us/states/ca/districts/senate/3.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 60"
represents: "us/states/ca/districts/house/60"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 60 (CA State House of Representatives District 60).
Represents [CA State House of Representatives District 60](/us/states/ca/districts/house/60.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 73"
represents: "us/states/ca/districts/house/73"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 73 (CA State House of Representatives District 73).
Represents [CA State House of Representatives District 73](/us/states/ca/districts/house/73.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 12"
represents: "us/states/ca/districts/house/12"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 12 (CA State House of Representatives District 12).
Represents [CA State House of Representatives District 12](/us/states/ca/districts/house/12.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 76"
represents: "us/states/ca/districts/house/76"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 76 (CA State House of Representatives District 76).
Represents [CA State House of Representatives District 76](/us/states/ca/districts/house/76.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 15"
represents: "us/states/ca/districts/senate/15"
tenure:
start: "2020-12-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 15 (CA State Senate District 15).
Represents [CA State Senate District 15](/us/states/ca/districts/senate/15.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 80"
represents: "us/states/ca/districts/house/80"
tenure:
start: "2022-06-15"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 80 (CA State House of Representatives District 80).
Represents [CA State House of Representatives District 80](/us/states/ca/districts/house/80.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 8"
represents: "us/states/ca/districts/house/8"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 8 (CA State House of Representatives District 8).
Represents [CA State House of Representatives District 8](/us/states/ca/districts/house/8.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 30"
represents: "us/states/ca/districts/house/30"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 30 (CA State House of Representatives District 30).
Represents [CA State House of Representatives District 30](/us/states/ca/districts/house/30.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 72"
represents: "us/states/ca/districts/house/72"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 72 (CA State House of Representatives District 72).
Represents [CA State House of Representatives District 72](/us/states/ca/districts/house/72.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 21"
represents: "us/states/ca/districts/house/21"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 21 (CA State House of Representatives District 21).
Represents [CA State House of Representatives District 21](/us/states/ca/districts/house/21.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 29"
represents: "us/states/ca/districts/senate/29"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 29 (CA State Senate District 29).
Represents [CA State Senate District 29](/us/states/ca/districts/senate/29.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 27"
represents: "us/states/ca/districts/house/27"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 27 (CA State House of Representatives District 27).
Represents [CA State House of Representatives District 27](/us/states/ca/districts/house/27.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 28"
represents: "us/states/ca/districts/house/28"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 28 (CA State House of Representatives District 28).
Represents [CA State House of Representatives District 28](/us/states/ca/districts/house/28.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 47"
represents: "us/states/ca/districts/house/47"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 47 (CA State House of Representatives District 47).
Represents [CA State House of Representatives District 47](/us/states/ca/districts/house/47.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 37"
represents: "us/states/ca/districts/house/37"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 37 (CA State House of Representatives District 37).
Represents [CA State House of Representatives District 37](/us/states/ca/districts/house/37.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 9"
represents: "us/states/ca/districts/house/9"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 9 (CA State House of Representatives District 9).
Represents [CA State House of Representatives District 9](/us/states/ca/districts/house/9.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 1"
represents: "us/states/ca/districts/house/1"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 1 (CA State House of Representatives District 1).
Represents [CA State House of Representatives District 1](/us/states/ca/districts/house/1.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 27"
represents: "us/states/ca/districts/senate/27"
tenure:
start: "2016-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 27 (CA State Senate District 27).
Represents [CA State Senate District 27](/us/states/ca/districts/senate/27.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 55"
represents: "us/states/ca/districts/house/55"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 55 (CA State House of Representatives District 55).
Represents [CA State House of Representatives District 55](/us/states/ca/districts/house/55.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 42"
represents: "us/states/ca/districts/house/42"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 42 (CA State House of Representatives District 42).
Represents [CA State House of Representatives District 42](/us/states/ca/districts/house/42.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 3"
represents: "us/states/ca/districts/house/3"
tenure:
start: "2014-12-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 3 (CA State House of Representatives District 3).
Represents [CA State House of Representatives District 3](/us/states/ca/districts/house/3.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 45"
represents: "us/states/ca/districts/house/45"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 45 (CA State House of Representatives District 45).
Represents [CA State House of Representatives District 45](/us/states/ca/districts/house/45.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 35"
represents: "us/states/ca/districts/house/35"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 35 (CA State House of Representatives District 35).
Represents [CA State House of Representatives District 35](/us/states/ca/districts/house/35.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 36"
represents: "us/states/ca/districts/house/36"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 36 (CA State House of Representatives District 36).
Represents [CA State House of Representatives District 36](/us/states/ca/districts/house/36.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 5"
represents: "us/states/ca/districts/senate/5"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 5 (CA State Senate District 5).
Represents [CA State Senate District 5](/us/states/ca/districts/senate/5.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 7"
represents: "us/states/ca/districts/senate/7"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 7 (CA State Senate District 7).
Represents [CA State Senate District 7](/us/states/ca/districts/senate/7.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 46"
represents: "us/states/ca/districts/house/46"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 46 (CA State House of Representatives District 46).
Represents [CA State House of Representatives District 46](/us/states/ca/districts/house/46.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 52"
represents: "us/states/ca/districts/house/52"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 52 (CA State House of Representatives District 52).
Represents [CA State House of Representatives District 52](/us/states/ca/districts/house/52.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 31"
represents: "us/states/ca/districts/house/31"
tenure:
start: "2016-04-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 31 (CA State House of Representatives District 31).
Represents [CA State House of Representatives District 31](/us/states/ca/districts/house/31.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 5"
represents: "us/states/ca/districts/house/5"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 5 (CA State House of Representatives District 5).
Represents [CA State House of Representatives District 5](/us/states/ca/districts/house/5.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 41"
represents: "us/states/ca/districts/house/41"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 41 (CA State House of Representatives District 41).
Represents [CA State House of Representatives District 41](/us/states/ca/districts/house/41.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 17"
represents: "us/states/ca/districts/senate/17"
tenure:
start: "2020-12-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 17 (CA State Senate District 17).
Represents [CA State Senate District 17](/us/states/ca/districts/senate/17.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 62"
represents: "us/states/ca/districts/house/62"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 62 (CA State House of Representatives District 62).
Represents [CA State House of Representatives District 62](/us/states/ca/districts/house/62.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 13"
represents: "us/states/ca/districts/senate/13"
tenure:
start: "2020-12-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 13 (CA State Senate District 13).
Represents [CA State Senate District 13](/us/states/ca/districts/senate/13.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 69"
represents: "us/states/ca/districts/house/69"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 69 (CA State House of Representatives District 69).
Represents [CA State House of Representatives District 69](/us/states/ca/districts/house/69.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 7"
represents: "us/states/ca/districts/house/7"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 7 (CA State House of Representatives District 7).
Represents [CA State House of Representatives District 7](/us/states/ca/districts/house/7.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 22"
represents: "us/states/ca/districts/house/22"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 22 (CA State House of Representatives District 22).
Represents [CA State House of Representatives District 22](/us/states/ca/districts/house/22.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 39"
represents: "us/states/ca/districts/house/39"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 39 (CA State House of Representatives District 39).
Represents [CA State House of Representatives District 39](/us/states/ca/districts/house/39.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 71"
represents: "us/states/ca/districts/house/71"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 71 (CA State House of Representatives District 71).
Represents [CA State House of Representatives District 71](/us/states/ca/districts/house/71.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 32"
represents: "us/states/ca/districts/senate/32"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 32 (CA State Senate District 32).
Represents [CA State Senate District 32](/us/states/ca/districts/senate/32.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 79"
represents: "us/states/ca/districts/house/79"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 79 (CA State House of Representatives District 79).
Represents [CA State House of Representatives District 79](/us/states/ca/districts/house/79.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 35"
represents: "us/states/ca/districts/senate/35"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 35 (CA State Senate District 35).
Represents [CA State Senate District 35](/us/states/ca/districts/senate/35.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 74"
represents: "us/states/ca/districts/house/74"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 74 (CA State House of Representatives District 74).
Represents [CA State House of Representatives District 74](/us/states/ca/districts/house/74.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 33"
represents: "us/states/ca/districts/senate/33"
tenure:
start: "2019-06-12"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 33 (CA State Senate District 33).
Represents [CA State Senate District 33](/us/states/ca/districts/senate/33.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 58"
represents: "us/states/ca/districts/house/58"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 58 (CA State House of Representatives District 58).
Represents [CA State House of Representatives District 58](/us/states/ca/districts/house/58.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 56"
represents: "us/states/ca/districts/house/56"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 56 (CA State House of Representatives District 56).
Represents [CA State House of Representatives District 56](/us/states/ca/districts/house/56.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 20"
represents: "us/states/ca/districts/house/20"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 20 (CA State House of Representatives District 20).
Represents [CA State House of Representatives District 20](/us/states/ca/districts/house/20.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 28"
represents: "us/states/ca/districts/senate/28"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 28 (CA State Senate District 28).
Represents [CA State Senate District 28](/us/states/ca/districts/senate/28.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 11"
represents: "us/states/ca/districts/house/11"
tenure:
start: "2022-04-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 11 (CA State House of Representatives District 11).
Represents [CA State House of Representatives District 11](/us/states/ca/districts/house/11.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 6"
represents: "us/states/ca/districts/house/6"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 6 (CA State House of Representatives District 6).
Represents [CA State House of Representatives District 6](/us/states/ca/districts/house/6.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 23"
represents: "us/states/ca/districts/house/23"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 23 (CA State House of Representatives District 23).
Represents [CA State House of Representatives District 23](/us/states/ca/districts/house/23.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 26"
represents: "us/states/ca/districts/senate/26"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 26 (CA State Senate District 26).
Represents [CA State Senate District 26](/us/states/ca/districts/senate/26.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 4"
represents: "us/states/ca/districts/senate/4"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 4 (CA State Senate District 4).
Represents [CA State Senate District 4](/us/states/ca/districts/senate/4.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 54"
represents: "us/states/ca/districts/house/54"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 54 (CA State House of Representatives District 54).
Represents [CA State House of Representatives District 54](/us/states/ca/districts/house/54.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 17"
represents: "us/states/ca/districts/house/17"
tenure:
start: "2022-05-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 17 (CA State House of Representatives District 17).
Represents [CA State House of Representatives District 17](/us/states/ca/districts/house/17.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 1"
represents: "us/states/ca/districts/senate/1"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 1 (CA State Senate District 1).
Represents [CA State Senate District 1](/us/states/ca/districts/senate/1.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 16"
represents: "us/states/ca/districts/senate/16"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 16 (CA State Senate District 16).
Represents [CA State Senate District 16](/us/states/ca/districts/senate/16.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 18"
represents: "us/states/ca/districts/house/18"
tenure:
start: "2021-09-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 18 (CA State House of Representatives District 18).
Represents [CA State House of Representatives District 18](/us/states/ca/districts/house/18.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 53"
represents: "us/states/ca/districts/house/53"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 53 (CA State House of Representatives District 53).
Represents [CA State House of Representatives District 53](/us/states/ca/districts/house/53.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 49"
represents: "us/states/ca/districts/house/49"
tenure:
start: "2022-02-22"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 49 (CA State House of Representatives District 49).
Represents [CA State House of Representatives District 49](/us/states/ca/districts/house/49.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 65"
represents: "us/states/ca/districts/house/65"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 65 (CA State House of Representatives District 65).
Represents [CA State House of Representatives District 65](/us/states/ca/districts/house/65.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 2"
represents: "us/states/ca/districts/senate/2"
tenure:
start: "2014-12-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 2 (CA State Senate District 2).
Represents [CA State Senate District 2](/us/states/ca/districts/senate/2.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 21"
represents: "us/states/ca/districts/senate/21"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 21 (CA State Senate District 21).
Represents [CA State Senate District 21](/us/states/ca/districts/senate/21.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 63"
represents: "us/states/ca/districts/house/63"
tenure:
start: "2025-09-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 63 (CA State House of Representatives District 63).
Represents [CA State House of Representatives District 63](/us/states/ca/districts/house/63.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 44"
represents: "us/states/ca/districts/house/44"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 44 (CA State House of Representatives District 44).
Represents [CA State House of Representatives District 44](/us/states/ca/districts/house/44.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 26"
represents: "us/states/ca/districts/house/26"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 26 (CA State House of Representatives District 26).
Represents [CA State House of Representatives District 26](/us/states/ca/districts/house/26.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 59"
represents: "us/states/ca/districts/house/59"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 59 (CA State House of Representatives District 59).
Represents [CA State House of Representatives District 59](/us/states/ca/districts/house/59.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 40"
represents: "us/states/ca/districts/house/40"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 40 (CA State House of Representatives District 40).
Represents [CA State House of Representatives District 40](/us/states/ca/districts/house/40.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 16"
represents: "us/states/ca/districts/house/16"
tenure:
start: "2018-12-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 16 (CA State House of Representatives District 16).
Represents [CA State House of Representatives District 16](/us/states/ca/districts/house/16.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 13"
represents: "us/states/ca/districts/house/13"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 13 (CA State House of Representatives District 13).
Represents [CA State House of Representatives District 13](/us/states/ca/districts/house/13.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 51"
represents: "us/states/ca/districts/house/51"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 51 (CA State House of Representatives District 51).
Represents [CA State House of Representatives District 51](/us/states/ca/districts/house/51.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 50"
represents: "us/states/ca/districts/house/50"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 50 (CA State House of Representatives District 50).
Represents [CA State House of Representatives District 50](/us/states/ca/districts/house/50.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State House of Representatives District 29"
represents: "us/states/ca/districts/house/29"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA House District 29 (CA State House of Representatives District 29).
Represents [CA State House of Representatives District 29](/us/states/ca/districts/house/29.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 6"
represents: "us/states/ca/districts/senate/6"
tenure:
start: "2022-12-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 6 (CA State Senate District 6).
Represents [CA State Senate District 6](/us/states/ca/districts/senate/6.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CA"
district: "CA State Senate District 19"
represents: "us/states/ca/districts/senate/19"
tenure:
start: "2024-12-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CA Senate District 19 (CA State Senate District 19).
Represents [CA State Senate District 19](/us/states/ca/districts/senate/19.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20

Some files were not shown because too many files have changed in this diff Show More