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: "MO"
district: "MO State House of Representatives District 29"
represents: "us/states/mo/districts/house/29"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 29 (MO State House of Representatives District 29).
Represents [MO State House of Representatives District 29](/us/states/mo/districts/house/29.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State Senate District 23"
represents: "us/states/mo/districts/senate/23"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO Senate District 23 (MO State Senate District 23).
Represents [MO State Senate District 23](/us/states/mo/districts/senate/23.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 47"
represents: "us/states/mo/districts/house/47"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 47 (MO State House of Representatives District 47).
Represents [MO State House of Representatives District 47](/us/states/mo/districts/house/47.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 134"
represents: "us/states/mo/districts/house/134"
tenure:
start: "2021-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 134 (MO State House of Representatives District 134).
Represents [MO State House of Representatives District 134](/us/states/mo/districts/house/134.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State Senate District 13"
represents: "us/states/mo/districts/senate/13"
tenure:
start: "2021-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO Senate District 13 (MO State Senate District 13).
Represents [MO State Senate District 13](/us/states/mo/districts/senate/13.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 127"
represents: "us/states/mo/districts/house/127"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 127 (MO State House of Representatives District 127).
Represents [MO State House of Representatives District 127](/us/states/mo/districts/house/127.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 36"
represents: "us/states/mo/districts/house/36"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 36 (MO State House of Representatives District 36).
Represents [MO State House of Representatives District 36](/us/states/mo/districts/house/36.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 14"
represents: "us/states/mo/districts/house/14"
tenure:
start: "2021-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 14 (MO State House of Representatives District 14).
Represents [MO State House of Representatives District 14](/us/states/mo/districts/house/14.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State Senate District 9"
represents: "us/states/mo/districts/senate/9"
tenure:
start: "2021-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO Senate District 9 (MO State Senate District 9).
Represents [MO State Senate District 9](/us/states/mo/districts/senate/9.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 146"
represents: "us/states/mo/districts/house/146"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 146 (MO State House of Representatives District 146).
Represents [MO State House of Representatives District 146](/us/states/mo/districts/house/146.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 117"
represents: "us/states/mo/districts/house/117"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 117 (MO State House of Representatives District 117).
Represents [MO State House of Representatives District 117](/us/states/mo/districts/house/117.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State Senate District 26"
represents: "us/states/mo/districts/senate/26"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO Senate District 26 (MO State Senate District 26).
Represents [MO State Senate District 26](/us/states/mo/districts/senate/26.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 101"
represents: "us/states/mo/districts/house/101"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 101 (MO State House of Representatives District 101).
Represents [MO State House of Representatives District 101](/us/states/mo/districts/house/101.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 143"
represents: "us/states/mo/districts/house/143"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 143 (MO State House of Representatives District 143).
Represents [MO State House of Representatives District 143](/us/states/mo/districts/house/143.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 135"
represents: "us/states/mo/districts/house/135"
tenure:
start: "2021-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 135 (MO State House of Representatives District 135).
Represents [MO State House of Representatives District 135](/us/states/mo/districts/house/135.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 17"
represents: "us/states/mo/districts/house/17"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 17 (MO State House of Representatives District 17).
Represents [MO State House of Representatives District 17](/us/states/mo/districts/house/17.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 10"
represents: "us/states/mo/districts/house/10"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 10 (MO State House of Representatives District 10).
Represents [MO State House of Representatives District 10](/us/states/mo/districts/house/10.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 121"
represents: "us/states/mo/districts/house/121"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 121 (MO State House of Representatives District 121).
Represents [MO State House of Representatives District 121](/us/states/mo/districts/house/121.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 55"
represents: "us/states/mo/districts/house/55"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 55 (MO State House of Representatives District 55).
Represents [MO State House of Representatives District 55](/us/states/mo/districts/house/55.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 115"
represents: "us/states/mo/districts/house/115"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 115 (MO State House of Representatives District 115).
Represents [MO State House of Representatives District 115](/us/states/mo/districts/house/115.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 131"
represents: "us/states/mo/districts/house/131"
tenure:
start: "2021-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 131 (MO State House of Representatives District 131).
Represents [MO State House of Representatives District 131](/us/states/mo/districts/house/131.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 130"
represents: "us/states/mo/districts/house/130"
tenure:
start: "2021-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 130 (MO State House of Representatives District 130).
Represents [MO State House of Representatives District 130](/us/states/mo/districts/house/130.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 162"
represents: "us/states/mo/districts/house/162"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 162 (MO State House of Representatives District 162).
Represents [MO State House of Representatives District 162](/us/states/mo/districts/house/162.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 139"
represents: "us/states/mo/districts/house/139"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 139 (MO State House of Representatives District 139).
Represents [MO State House of Representatives District 139](/us/states/mo/districts/house/139.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 119"
represents: "us/states/mo/districts/house/119"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 119 (MO State House of Representatives District 119).
Represents [MO State House of Representatives District 119](/us/states/mo/districts/house/119.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 96"
represents: "us/states/mo/districts/house/96"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 96 (MO State House of Representatives District 96).
Represents [MO State House of Representatives District 96](/us/states/mo/districts/house/96.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State Senate District 33"
represents: "us/states/mo/districts/senate/33"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO Senate District 33 (MO State Senate District 33).
Represents [MO State Senate District 33](/us/states/mo/districts/senate/33.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 52"
represents: "us/states/mo/districts/house/52"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 52 (MO State House of Representatives District 52).
Represents [MO State House of Representatives District 52](/us/states/mo/districts/house/52.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 54"
represents: "us/states/mo/districts/house/54"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 54 (MO State House of Representatives District 54).
Represents [MO State House of Representatives District 54](/us/states/mo/districts/house/54.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 11"
represents: "us/states/mo/districts/house/11"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 11 (MO State House of Representatives District 11).
Represents [MO State House of Representatives District 11](/us/states/mo/districts/house/11.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 156"
represents: "us/states/mo/districts/house/156"
tenure:
start: "2021-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 156 (MO State House of Representatives District 156).
Represents [MO State House of Representatives District 156](/us/states/mo/districts/house/156.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State Senate District 14"
represents: "us/states/mo/districts/senate/14"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO Senate District 14 (MO State Senate District 14).
Represents [MO State Senate District 14](/us/states/mo/districts/senate/14.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 93"
represents: "us/states/mo/districts/house/93"
tenure:
start: "2021-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 93 (MO State House of Representatives District 93).
Represents [MO State House of Representatives District 93](/us/states/mo/districts/house/93.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 61"
represents: "us/states/mo/districts/house/61"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 61 (MO State House of Representatives District 61).
Represents [MO State House of Representatives District 61](/us/states/mo/districts/house/61.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 145"
represents: "us/states/mo/districts/house/145"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 145 (MO State House of Representatives District 145).
Represents [MO State House of Representatives District 145](/us/states/mo/districts/house/145.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 138"
represents: "us/states/mo/districts/house/138"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 138 (MO State House of Representatives District 138).
Represents [MO State House of Representatives District 138](/us/states/mo/districts/house/138.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 150"
represents: "us/states/mo/districts/house/150"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 150 (MO State House of Representatives District 150).
Represents [MO State House of Representatives District 150](/us/states/mo/districts/house/150.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 33"
represents: "us/states/mo/districts/house/33"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 33 (MO State House of Representatives District 33).
Represents [MO State House of Representatives District 33](/us/states/mo/districts/house/33.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 163"
represents: "us/states/mo/districts/house/163"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 163 (MO State House of Representatives District 163).
Represents [MO State House of Representatives District 163](/us/states/mo/districts/house/163.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 111"
represents: "us/states/mo/districts/house/111"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 111 (MO State House of Representatives District 111).
Represents [MO State House of Representatives District 111](/us/states/mo/districts/house/111.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 40"
represents: "us/states/mo/districts/house/40"
tenure:
start: "2021-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 40 (MO State House of Representatives District 40).
Represents [MO State House of Representatives District 40](/us/states/mo/districts/house/40.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 75"
represents: "us/states/mo/districts/house/75"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 75 (MO State House of Representatives District 75).
Represents [MO State House of Representatives District 75](/us/states/mo/districts/house/75.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 16"
represents: "us/states/mo/districts/house/16"
tenure:
start: "2021-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 16 (MO State House of Representatives District 16).
Represents [MO State House of Representatives District 16](/us/states/mo/districts/house/16.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 128"
represents: "us/states/mo/districts/house/128"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 128 (MO State House of Representatives District 128).
Represents [MO State House of Representatives District 128](/us/states/mo/districts/house/128.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State Senate District 18"
represents: "us/states/mo/districts/senate/18"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO Senate District 18 (MO State Senate District 18).
Represents [MO State Senate District 18](/us/states/mo/districts/senate/18.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 105"
represents: "us/states/mo/districts/house/105"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 105 (MO State House of Representatives District 105).
Represents [MO State House of Representatives District 105](/us/states/mo/districts/house/105.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 87"
represents: "us/states/mo/districts/house/87"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 87 (MO State House of Representatives District 87).
Represents [MO State House of Representatives District 87](/us/states/mo/districts/house/87.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State Senate District 20"
represents: "us/states/mo/districts/senate/20"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO Senate District 20 (MO State Senate District 20).
Represents [MO State Senate District 20](/us/states/mo/districts/senate/20.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 116"
represents: "us/states/mo/districts/house/116"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 116 (MO State House of Representatives District 116).
Represents [MO State House of Representatives District 116](/us/states/mo/districts/house/116.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 125"
represents: "us/states/mo/districts/house/125"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 125 (MO State House of Representatives District 125).
Represents [MO State House of Representatives District 125](/us/states/mo/districts/house/125.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 3"
represents: "us/states/mo/districts/house/3"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 3 (MO State House of Representatives District 3).
Represents [MO State House of Representatives District 3](/us/states/mo/districts/house/3.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 137"
represents: "us/states/mo/districts/house/137"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 137 (MO State House of Representatives District 137).
Represents [MO State House of Representatives District 137](/us/states/mo/districts/house/137.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 60"
represents: "us/states/mo/districts/house/60"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 60 (MO State House of Representatives District 60).
Represents [MO State House of Representatives District 60](/us/states/mo/districts/house/60.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 103"
represents: "us/states/mo/districts/house/103"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 103 (MO State House of Representatives District 103).
Represents [MO State House of Representatives District 103](/us/states/mo/districts/house/103.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 97"
represents: "us/states/mo/districts/house/97"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 97 (MO State House of Representatives District 97).
Represents [MO State House of Representatives District 97](/us/states/mo/districts/house/97.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 148"
represents: "us/states/mo/districts/house/148"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 148 (MO State House of Representatives District 148).
Represents [MO State House of Representatives District 148](/us/states/mo/districts/house/148.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State Senate District 15"
represents: "us/states/mo/districts/senate/15"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO Senate District 15 (MO State Senate District 15).
Represents [MO State Senate District 15](/us/states/mo/districts/senate/15.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 46"
represents: "us/states/mo/districts/house/46"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 46 (MO State House of Representatives District 46).
Represents [MO State House of Representatives District 46](/us/states/mo/districts/house/46.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 9"
represents: "us/states/mo/districts/house/9"
tenure:
start: "2021-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 9 (MO State House of Representatives District 9).
Represents [MO State House of Representatives District 9](/us/states/mo/districts/house/9.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 64"
represents: "us/states/mo/districts/house/64"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 64 (MO State House of Representatives District 64).
Represents [MO State House of Representatives District 64](/us/states/mo/districts/house/64.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 84"
represents: "us/states/mo/districts/house/84"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 84 (MO State House of Representatives District 84).
Represents [MO State House of Representatives District 84](/us/states/mo/districts/house/84.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 159"
represents: "us/states/mo/districts/house/159"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 159 (MO State House of Representatives District 159).
Represents [MO State House of Representatives District 159](/us/states/mo/districts/house/159.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 124"
represents: "us/states/mo/districts/house/124"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 124 (MO State House of Representatives District 124).
Represents [MO State House of Representatives District 124](/us/states/mo/districts/house/124.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 28"
represents: "us/states/mo/districts/house/28"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 28 (MO State House of Representatives District 28).
Represents [MO State House of Representatives District 28](/us/states/mo/districts/house/28.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State Senate District 1"
represents: "us/states/mo/districts/senate/1"
tenure:
start: "2021-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO Senate District 1 (MO State Senate District 1).
Represents [MO State Senate District 1](/us/states/mo/districts/senate/1.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 72"
represents: "us/states/mo/districts/house/72"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 72 (MO State House of Representatives District 72).
Represents [MO State House of Representatives District 72](/us/states/mo/districts/house/72.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 41"
represents: "us/states/mo/districts/house/41"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 41 (MO State House of Representatives District 41).
Represents [MO State House of Representatives District 41](/us/states/mo/districts/house/41.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 6"
represents: "us/states/mo/districts/house/6"
tenure:
start: "2021-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 6 (MO State House of Representatives District 6).
Represents [MO State House of Representatives District 6](/us/states/mo/districts/house/6.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 24"
represents: "us/states/mo/districts/house/24"
tenure:
start: "2021-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 24 (MO State House of Representatives District 24).
Represents [MO State House of Representatives District 24](/us/states/mo/districts/house/24.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 18"
represents: "us/states/mo/districts/house/18"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 18 (MO State House of Representatives District 18).
Represents [MO State House of Representatives District 18](/us/states/mo/districts/house/18.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 89"
represents: "us/states/mo/districts/house/89"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 89 (MO State House of Representatives District 89).
Represents [MO State House of Representatives District 89](/us/states/mo/districts/house/89.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 4"
represents: "us/states/mo/districts/house/4"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 4 (MO State House of Representatives District 4).
Represents [MO State House of Representatives District 4](/us/states/mo/districts/house/4.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 50"
represents: "us/states/mo/districts/house/50"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 50 (MO State House of Representatives District 50).
Represents [MO State House of Representatives District 50](/us/states/mo/districts/house/50.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 152"
represents: "us/states/mo/districts/house/152"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 152 (MO State House of Representatives District 152).
Represents [MO State House of Representatives District 152](/us/states/mo/districts/house/152.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 88"
represents: "us/states/mo/districts/house/88"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 88 (MO State House of Representatives District 88).
Represents [MO State House of Representatives District 88](/us/states/mo/districts/house/88.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 99"
represents: "us/states/mo/districts/house/99"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 99 (MO State House of Representatives District 99).
Represents [MO State House of Representatives District 99](/us/states/mo/districts/house/99.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 98"
represents: "us/states/mo/districts/house/98"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 98 (MO State House of Representatives District 98).
Represents [MO State House of Representatives District 98](/us/states/mo/districts/house/98.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State Senate District 27"
represents: "us/states/mo/districts/senate/27"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO Senate District 27 (MO State Senate District 27).
Represents [MO State Senate District 27](/us/states/mo/districts/senate/27.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 140"
represents: "us/states/mo/districts/house/140"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 140 (MO State House of Representatives District 140).
Represents [MO State House of Representatives District 140](/us/states/mo/districts/house/140.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State Senate District 25"
represents: "us/states/mo/districts/senate/25"
tenure:
start: "2021-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO Senate District 25 (MO State Senate District 25).
Represents [MO State Senate District 25](/us/states/mo/districts/senate/25.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 32"
represents: "us/states/mo/districts/house/32"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 32 (MO State House of Representatives District 32).
Represents [MO State House of Representatives District 32](/us/states/mo/districts/house/32.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 1"
represents: "us/states/mo/districts/house/1"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 1 (MO State House of Representatives District 1).
Represents [MO State House of Representatives District 1](/us/states/mo/districts/house/1.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 86"
represents: "us/states/mo/districts/house/86"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 86 (MO State House of Representatives District 86).
Represents [MO State House of Representatives District 86](/us/states/mo/districts/house/86.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 142"
represents: "us/states/mo/districts/house/142"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 142 (MO State House of Representatives District 142).
Represents [MO State House of Representatives District 142](/us/states/mo/districts/house/142.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 42"
represents: "us/states/mo/districts/house/42"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 42 (MO State House of Representatives District 42).
Represents [MO State House of Representatives District 42](/us/states/mo/districts/house/42.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 123"
represents: "us/states/mo/districts/house/123"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 123 (MO State House of Representatives District 123).
Represents [MO State House of Representatives District 123](/us/states/mo/districts/house/123.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 132"
represents: "us/states/mo/districts/house/132"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 132 (MO State House of Representatives District 132).
Represents [MO State House of Representatives District 132](/us/states/mo/districts/house/132.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State Senate District 32"
represents: "us/states/mo/districts/senate/32"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO Senate District 32 (MO State Senate District 32).
Represents [MO State Senate District 32](/us/states/mo/districts/senate/32.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 126"
represents: "us/states/mo/districts/house/126"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 126 (MO State House of Representatives District 126).
Represents [MO State House of Representatives District 126](/us/states/mo/districts/house/126.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 94"
represents: "us/states/mo/districts/house/94"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 94 (MO State House of Representatives District 94).
Represents [MO State House of Representatives District 94](/us/states/mo/districts/house/94.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 49"
represents: "us/states/mo/districts/house/49"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 49 (MO State House of Representatives District 49).
Represents [MO State House of Representatives District 49](/us/states/mo/districts/house/49.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 91"
represents: "us/states/mo/districts/house/91"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 91 (MO State House of Representatives District 91).
Represents [MO State House of Representatives District 91](/us/states/mo/districts/house/91.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State Senate District 11"
represents: "us/states/mo/districts/senate/11"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO Senate District 11 (MO State Senate District 11).
Represents [MO State Senate District 11](/us/states/mo/districts/senate/11.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 129"
represents: "us/states/mo/districts/house/129"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 129 (MO State House of Representatives District 129).
Represents [MO State House of Representatives District 129](/us/states/mo/districts/house/129.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 120"
represents: "us/states/mo/districts/house/120"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 120 (MO State House of Representatives District 120).
Represents [MO State House of Representatives District 120](/us/states/mo/districts/house/120.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 44"
represents: "us/states/mo/districts/house/44"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 44 (MO State House of Representatives District 44).
Represents [MO State House of Representatives District 44](/us/states/mo/districts/house/44.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 109"
represents: "us/states/mo/districts/house/109"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 109 (MO State House of Representatives District 109).
Represents [MO State House of Representatives District 109](/us/states/mo/districts/house/109.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 147"
represents: "us/states/mo/districts/house/147"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 147 (MO State House of Representatives District 147).
Represents [MO State House of Representatives District 147](/us/states/mo/districts/house/147.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 30"
represents: "us/states/mo/districts/house/30"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 30 (MO State House of Representatives District 30).
Represents [MO State House of Representatives District 30](/us/states/mo/districts/house/30.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MO"
district: "MO State House of Representatives District 8"
represents: "us/states/mo/districts/house/8"
tenure:
start: "2023-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MO House District 8 (MO State House of Representatives District 8).
Represents [MO State House of Representatives District 8](/us/states/mo/districts/house/8.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