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:
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 11"
|
||||
represents: "us/states/nd/districts/house/11"
|
||||
tenure:
|
||||
start: "2026-05-26"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 11 (ND State House of Representatives District 11).
|
||||
|
||||
Represents [ND State House of Representatives District 11](/us/states/nd/districts/house/11.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 25"
|
||||
represents: "us/states/nd/districts/house/25"
|
||||
tenure:
|
||||
start: "2014-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 25 (ND State House of Representatives District 25).
|
||||
|
||||
Represents [ND State House of Representatives District 25](/us/states/nd/districts/house/25.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 16"
|
||||
represents: "us/states/nd/districts/house/16"
|
||||
tenure:
|
||||
start: "2016-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 16 (ND State House of Representatives District 16).
|
||||
|
||||
Represents [ND State House of Representatives District 16](/us/states/nd/districts/house/16.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 33"
|
||||
represents: "us/states/nd/districts/house/33"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 33 (ND State House of Representatives District 33).
|
||||
|
||||
Represents [ND State House of Representatives District 33](/us/states/nd/districts/house/33.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 13"
|
||||
represents: "us/states/nd/districts/house/13"
|
||||
tenure:
|
||||
start: "2018-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 13 (ND State House of Representatives District 13).
|
||||
|
||||
Represents [ND State House of Representatives District 13](/us/states/nd/districts/house/13.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 44"
|
||||
represents: "us/states/nd/districts/house/44"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 44 (ND State House of Representatives District 44).
|
||||
|
||||
Represents [ND State House of Representatives District 44](/us/states/nd/districts/house/44.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 16"
|
||||
represents: "us/states/nd/districts/house/16"
|
||||
tenure:
|
||||
start: "2012-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 16 (ND State House of Representatives District 16).
|
||||
|
||||
Represents [ND State House of Representatives District 16](/us/states/nd/districts/house/16.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 12"
|
||||
represents: "us/states/nd/districts/house/12"
|
||||
tenure:
|
||||
start: "2016-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 12 (ND State House of Representatives District 12).
|
||||
|
||||
Represents [ND State House of Representatives District 12](/us/states/nd/districts/house/12.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 2"
|
||||
represents: "us/states/nd/districts/house/2"
|
||||
tenure:
|
||||
start: "2014-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 2 (ND State House of Representatives District 2).
|
||||
|
||||
Represents [ND State House of Representatives District 2](/us/states/nd/districts/house/2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 33"
|
||||
represents: "us/states/nd/districts/house/33"
|
||||
tenure:
|
||||
start: "2018-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 33 (ND State House of Representatives District 33).
|
||||
|
||||
Represents [ND State House of Representatives District 33](/us/states/nd/districts/house/33.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 35"
|
||||
represents: "us/states/nd/districts/house/35"
|
||||
tenure:
|
||||
start: "2000-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 35 (ND State House of Representatives District 35).
|
||||
|
||||
Represents [ND State House of Representatives District 35](/us/states/nd/districts/house/35.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 3"
|
||||
represents: "us/states/nd/districts/senate/3"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 3 (ND State Senate District 3).
|
||||
|
||||
Represents [ND State Senate District 3](/us/states/nd/districts/senate/3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 1"
|
||||
represents: "us/states/nd/districts/senate/1"
|
||||
tenure:
|
||||
start: "2014-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 1 (ND State Senate District 1).
|
||||
|
||||
Represents [ND State Senate District 1](/us/states/nd/districts/senate/1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 22"
|
||||
represents: "us/states/nd/districts/house/22"
|
||||
tenure:
|
||||
start: "2016-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 22 (ND State House of Representatives District 22).
|
||||
|
||||
Represents [ND State House of Representatives District 22](/us/states/nd/districts/house/22.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 45"
|
||||
represents: "us/states/nd/districts/house/45"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 45 (ND State House of Representatives District 45).
|
||||
|
||||
Represents [ND State House of Representatives District 45](/us/states/nd/districts/house/45.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 38"
|
||||
represents: "us/states/nd/districts/house/38"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 38 (ND State House of Representatives District 38).
|
||||
|
||||
Represents [ND State House of Representatives District 38](/us/states/nd/districts/house/38.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 4"
|
||||
represents: "us/states/nd/districts/senate/4"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 4 (ND State Senate District 4).
|
||||
|
||||
Represents [ND State Senate District 4](/us/states/nd/districts/senate/4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 42"
|
||||
represents: "us/states/nd/districts/senate/42"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 42 (ND State Senate District 42).
|
||||
|
||||
Represents [ND State Senate District 42](/us/states/nd/districts/senate/42.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 4B"
|
||||
represents: "us/states/nd/districts/house/4b"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 4B (ND State House of Representatives District 4B).
|
||||
|
||||
Represents [ND State House of Representatives District 4B](/us/states/nd/districts/house/4b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 12"
|
||||
represents: "us/states/nd/districts/senate/12"
|
||||
tenure:
|
||||
start: "2020-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 12 (ND State Senate District 12).
|
||||
|
||||
Represents [ND State Senate District 12](/us/states/nd/districts/senate/12.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 9"
|
||||
represents: "us/states/nd/districts/house/9"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 9 (ND State House of Representatives District 9).
|
||||
|
||||
Represents [ND State House of Representatives District 9](/us/states/nd/districts/house/9.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 29"
|
||||
represents: "us/states/nd/districts/house/29"
|
||||
tenure:
|
||||
start: "2002-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 29 (ND State House of Representatives District 29).
|
||||
|
||||
Represents [ND State House of Representatives District 29](/us/states/nd/districts/house/29.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 26"
|
||||
represents: "us/states/nd/districts/senate/26"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 26 (ND State Senate District 26).
|
||||
|
||||
Represents [ND State Senate District 26](/us/states/nd/districts/senate/26.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 24"
|
||||
represents: "us/states/nd/districts/house/24"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 24 (ND State House of Representatives District 24).
|
||||
|
||||
Represents [ND State House of Representatives District 24](/us/states/nd/districts/house/24.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 38"
|
||||
represents: "us/states/nd/districts/house/38"
|
||||
tenure:
|
||||
start: "2000-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 38 (ND State House of Representatives District 38).
|
||||
|
||||
Represents [ND State House of Representatives District 38](/us/states/nd/districts/house/38.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 6"
|
||||
represents: "us/states/nd/districts/house/6"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 6 (ND State House of Representatives District 6).
|
||||
|
||||
Represents [ND State House of Representatives District 6](/us/states/nd/districts/house/6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 19"
|
||||
represents: "us/states/nd/districts/house/19"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 19 (ND State House of Representatives District 19).
|
||||
|
||||
Represents [ND State House of Representatives District 19](/us/states/nd/districts/house/19.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 20"
|
||||
represents: "us/states/nd/districts/house/20"
|
||||
tenure:
|
||||
start: "2026-04-21"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 20 (ND State House of Representatives District 20).
|
||||
|
||||
Represents [ND State House of Representatives District 20](/us/states/nd/districts/house/20.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 16"
|
||||
represents: "us/states/nd/districts/senate/16"
|
||||
tenure:
|
||||
start: "2016-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 16 (ND State Senate District 16).
|
||||
|
||||
Represents [ND State Senate District 16](/us/states/nd/districts/senate/16.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 38"
|
||||
represents: "us/states/nd/districts/senate/38"
|
||||
tenure:
|
||||
start: "2008-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 38 (ND State Senate District 38).
|
||||
|
||||
Represents [ND State Senate District 38](/us/states/nd/districts/senate/38.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 1"
|
||||
represents: "us/states/nd/districts/house/1"
|
||||
tenure:
|
||||
start: "2018-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 1 (ND State House of Representatives District 1).
|
||||
|
||||
Represents [ND State House of Representatives District 1](/us/states/nd/districts/house/1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 31"
|
||||
represents: "us/states/nd/districts/house/31"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 31 (ND State House of Representatives District 31).
|
||||
|
||||
Represents [ND State House of Representatives District 31](/us/states/nd/districts/house/31.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 37"
|
||||
represents: "us/states/nd/districts/senate/37"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 37 (ND State Senate District 37).
|
||||
|
||||
Represents [ND State Senate District 37](/us/states/nd/districts/senate/37.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 23"
|
||||
represents: "us/states/nd/districts/house/23"
|
||||
tenure:
|
||||
start: "2024-05-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 23 (ND State House of Representatives District 23).
|
||||
|
||||
Represents [ND State House of Representatives District 23](/us/states/nd/districts/house/23.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 46"
|
||||
represents: "us/states/nd/districts/house/46"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 46 (ND State House of Representatives District 46).
|
||||
|
||||
Represents [ND State House of Representatives District 46](/us/states/nd/districts/house/46.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 36"
|
||||
represents: "us/states/nd/districts/senate/36"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 36 (ND State Senate District 36).
|
||||
|
||||
Represents [ND State Senate District 36](/us/states/nd/districts/senate/36.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 30"
|
||||
represents: "us/states/nd/districts/senate/30"
|
||||
tenure:
|
||||
start: "2016-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 30 (ND State Senate District 30).
|
||||
|
||||
Represents [ND State Senate District 30](/us/states/nd/districts/senate/30.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 6"
|
||||
represents: "us/states/nd/districts/house/6"
|
||||
tenure:
|
||||
start: "2012-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 6 (ND State House of Representatives District 6).
|
||||
|
||||
Represents [ND State House of Representatives District 6](/us/states/nd/districts/house/6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 32"
|
||||
represents: "us/states/nd/districts/senate/32"
|
||||
tenure:
|
||||
start: "2000-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 32 (ND State Senate District 32).
|
||||
|
||||
Represents [ND State Senate District 32](/us/states/nd/districts/senate/32.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 31"
|
||||
represents: "us/states/nd/districts/senate/31"
|
||||
tenure:
|
||||
start: "2010-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 31 (ND State Senate District 31).
|
||||
|
||||
Represents [ND State Senate District 31](/us/states/nd/districts/senate/31.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 29"
|
||||
represents: "us/states/nd/districts/house/29"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 29 (ND State House of Representatives District 29).
|
||||
|
||||
Represents [ND State House of Representatives District 29](/us/states/nd/districts/house/29.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 2"
|
||||
represents: "us/states/nd/districts/house/2"
|
||||
tenure:
|
||||
start: "2016-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 2 (ND State House of Representatives District 2).
|
||||
|
||||
Represents [ND State House of Representatives District 2](/us/states/nd/districts/house/2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 15"
|
||||
represents: "us/states/nd/districts/house/15"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 15 (ND State House of Representatives District 15).
|
||||
|
||||
Represents [ND State House of Representatives District 15](/us/states/nd/districts/house/15.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 36"
|
||||
represents: "us/states/nd/districts/house/36"
|
||||
tenure:
|
||||
start: "2021-03-15"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 36 (ND State House of Representatives District 36).
|
||||
|
||||
Represents [ND State House of Representatives District 36](/us/states/nd/districts/house/36.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 42"
|
||||
represents: "us/states/nd/districts/house/42"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 42 (ND State House of Representatives District 42).
|
||||
|
||||
Represents [ND State House of Representatives District 42](/us/states/nd/districts/house/42.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 42"
|
||||
represents: "us/states/nd/districts/house/42"
|
||||
tenure:
|
||||
start: "2025-09-19"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 42 (ND State House of Representatives District 42).
|
||||
|
||||
Represents [ND State House of Representatives District 42](/us/states/nd/districts/house/42.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 24"
|
||||
represents: "us/states/nd/districts/house/24"
|
||||
tenure:
|
||||
start: "2012-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 24 (ND State House of Representatives District 24).
|
||||
|
||||
Represents [ND State House of Representatives District 24](/us/states/nd/districts/house/24.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 43"
|
||||
represents: "us/states/nd/districts/house/43"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 43 (ND State House of Representatives District 43).
|
||||
|
||||
Represents [ND State House of Representatives District 43](/us/states/nd/districts/house/43.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 30"
|
||||
represents: "us/states/nd/districts/house/30"
|
||||
tenure:
|
||||
start: "2016-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 30 (ND State House of Representatives District 30).
|
||||
|
||||
Represents [ND State House of Representatives District 30](/us/states/nd/districts/house/30.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 39"
|
||||
represents: "us/states/nd/districts/senate/39"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 39 (ND State Senate District 39).
|
||||
|
||||
Represents [ND State Senate District 39](/us/states/nd/districts/senate/39.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 27"
|
||||
represents: "us/states/nd/districts/house/27"
|
||||
tenure:
|
||||
start: "2020-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 27 (ND State House of Representatives District 27).
|
||||
|
||||
Represents [ND State House of Representatives District 27](/us/states/nd/districts/house/27.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 11"
|
||||
represents: "us/states/nd/districts/house/11"
|
||||
tenure:
|
||||
start: "2016-10-26"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 11 (ND State House of Representatives District 11).
|
||||
|
||||
Represents [ND State House of Representatives District 11](/us/states/nd/districts/house/11.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 19"
|
||||
represents: "us/states/nd/districts/senate/19"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 19 (ND State Senate District 19).
|
||||
|
||||
Represents [ND State Senate District 19](/us/states/nd/districts/senate/19.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 10"
|
||||
represents: "us/states/nd/districts/house/10"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 10 (ND State House of Representatives District 10).
|
||||
|
||||
Represents [ND State House of Representatives District 10](/us/states/nd/districts/house/10.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 7"
|
||||
represents: "us/states/nd/districts/house/7"
|
||||
tenure:
|
||||
start: "2012-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 7 (ND State House of Representatives District 7).
|
||||
|
||||
Represents [ND State House of Representatives District 7](/us/states/nd/districts/house/7.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 5"
|
||||
represents: "us/states/nd/districts/house/5"
|
||||
tenure:
|
||||
start: "2018-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 5 (ND State House of Representatives District 5).
|
||||
|
||||
Represents [ND State House of Representatives District 5](/us/states/nd/districts/house/5.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 9"
|
||||
represents: "us/states/nd/districts/house/9"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 9 (ND State House of Representatives District 9).
|
||||
|
||||
Represents [ND State House of Representatives District 9](/us/states/nd/districts/house/9.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 43"
|
||||
represents: "us/states/nd/districts/senate/43"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 43 (ND State Senate District 43).
|
||||
|
||||
Represents [ND State Senate District 43](/us/states/nd/districts/senate/43.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 3"
|
||||
represents: "us/states/nd/districts/house/3"
|
||||
tenure:
|
||||
start: "2018-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 3 (ND State House of Representatives District 3).
|
||||
|
||||
Represents [ND State House of Representatives District 3](/us/states/nd/districts/house/3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 8"
|
||||
represents: "us/states/nd/districts/senate/8"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 8 (ND State Senate District 8).
|
||||
|
||||
Represents [ND State Senate District 8](/us/states/nd/districts/senate/8.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 14"
|
||||
represents: "us/states/nd/districts/senate/14"
|
||||
tenure:
|
||||
start: "1996-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 14 (ND State Senate District 14).
|
||||
|
||||
Represents [ND State Senate District 14](/us/states/nd/districts/senate/14.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 28"
|
||||
represents: "us/states/nd/districts/house/28"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 28 (ND State House of Representatives District 28).
|
||||
|
||||
Represents [ND State House of Representatives District 28](/us/states/nd/districts/house/28.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 13"
|
||||
represents: "us/states/nd/districts/house/13"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 13 (ND State House of Representatives District 13).
|
||||
|
||||
Represents [ND State House of Representatives District 13](/us/states/nd/districts/house/13.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 46"
|
||||
represents: "us/states/nd/districts/house/46"
|
||||
tenure:
|
||||
start: "2000-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 46 (ND State House of Representatives District 46).
|
||||
|
||||
Represents [ND State House of Representatives District 46](/us/states/nd/districts/house/46.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 14"
|
||||
represents: "us/states/nd/districts/house/14"
|
||||
tenure:
|
||||
start: "2012-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 14 (ND State House of Representatives District 14).
|
||||
|
||||
Represents [ND State House of Representatives District 14](/us/states/nd/districts/house/14.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 17"
|
||||
represents: "us/states/nd/districts/senate/17"
|
||||
tenure:
|
||||
start: "2022-06-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 17 (ND State Senate District 17).
|
||||
|
||||
Represents [ND State Senate District 17](/us/states/nd/districts/senate/17.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 22"
|
||||
represents: "us/states/nd/districts/house/22"
|
||||
tenure:
|
||||
start: "2022-11-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 22 (ND State House of Representatives District 22).
|
||||
|
||||
Represents [ND State House of Representatives District 22](/us/states/nd/districts/house/22.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 41"
|
||||
represents: "us/states/nd/districts/house/41"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 41 (ND State House of Representatives District 41).
|
||||
|
||||
Represents [ND State House of Representatives District 41](/us/states/nd/districts/house/41.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 40"
|
||||
represents: "us/states/nd/districts/senate/40"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 40 (ND State Senate District 40).
|
||||
|
||||
Represents [ND State Senate District 40](/us/states/nd/districts/senate/40.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 44"
|
||||
represents: "us/states/nd/districts/senate/44"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 44 (ND State Senate District 44).
|
||||
|
||||
Represents [ND State Senate District 44](/us/states/nd/districts/senate/44.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 13"
|
||||
represents: "us/states/nd/districts/senate/13"
|
||||
tenure:
|
||||
start: "1994-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 13 (ND State Senate District 13).
|
||||
|
||||
Represents [ND State Senate District 13](/us/states/nd/districts/senate/13.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 34"
|
||||
represents: "us/states/nd/districts/senate/34"
|
||||
tenure:
|
||||
start: "2023-10-19"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 34 (ND State Senate District 34).
|
||||
|
||||
Represents [ND State Senate District 34](/us/states/nd/districts/senate/34.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 19"
|
||||
represents: "us/states/nd/districts/house/19"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 19 (ND State House of Representatives District 19).
|
||||
|
||||
Represents [ND State House of Representatives District 19](/us/states/nd/districts/house/19.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 41"
|
||||
represents: "us/states/nd/districts/house/41"
|
||||
tenure:
|
||||
start: "2024-12-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 41 (ND State House of Representatives District 41).
|
||||
|
||||
Represents [ND State House of Representatives District 41](/us/states/nd/districts/house/41.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 35"
|
||||
represents: "us/states/nd/districts/house/35"
|
||||
tenure:
|
||||
start: "2006-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 35 (ND State House of Representatives District 35).
|
||||
|
||||
Represents [ND State House of Representatives District 35](/us/states/nd/districts/house/35.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 31"
|
||||
represents: "us/states/nd/districts/house/31"
|
||||
tenure:
|
||||
start: "2010-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 31 (ND State House of Representatives District 31).
|
||||
|
||||
Represents [ND State House of Representatives District 31](/us/states/nd/districts/house/31.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 44"
|
||||
represents: "us/states/nd/districts/house/44"
|
||||
tenure:
|
||||
start: "2016-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 44 (ND State House of Representatives District 44).
|
||||
|
||||
Represents [ND State House of Representatives District 44](/us/states/nd/districts/house/44.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 15"
|
||||
represents: "us/states/nd/districts/house/15"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 15 (ND State House of Representatives District 15).
|
||||
|
||||
Represents [ND State House of Representatives District 15](/us/states/nd/districts/house/15.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 21"
|
||||
represents: "us/states/nd/districts/senate/21"
|
||||
tenure:
|
||||
start: "2018-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 21 (ND State Senate District 21).
|
||||
|
||||
Represents [ND State Senate District 21](/us/states/nd/districts/senate/21.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 25"
|
||||
represents: "us/states/nd/districts/house/25"
|
||||
tenure:
|
||||
start: "2025-09-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 25 (ND State House of Representatives District 25).
|
||||
|
||||
Represents [ND State House of Representatives District 25](/us/states/nd/districts/house/25.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 33"
|
||||
represents: "us/states/nd/districts/senate/33"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 33 (ND State Senate District 33).
|
||||
|
||||
Represents [ND State Senate District 33](/us/states/nd/districts/senate/33.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 39"
|
||||
represents: "us/states/nd/districts/house/39"
|
||||
tenure:
|
||||
start: "1992-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 39 (ND State House of Representatives District 39).
|
||||
|
||||
Represents [ND State House of Representatives District 39](/us/states/nd/districts/house/39.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 26"
|
||||
represents: "us/states/nd/districts/house/26"
|
||||
tenure:
|
||||
start: "2025-05-29"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 26 (ND State House of Representatives District 26).
|
||||
|
||||
Represents [ND State House of Representatives District 26](/us/states/nd/districts/house/26.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 15"
|
||||
represents: "us/states/nd/districts/senate/15"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 15 (ND State Senate District 15).
|
||||
|
||||
Represents [ND State Senate District 15](/us/states/nd/districts/senate/15.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 27"
|
||||
represents: "us/states/nd/districts/senate/27"
|
||||
tenure:
|
||||
start: "2018-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 27 (ND State Senate District 27).
|
||||
|
||||
Represents [ND State Senate District 27](/us/states/nd/districts/senate/27.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 41"
|
||||
represents: "us/states/nd/districts/senate/41"
|
||||
tenure:
|
||||
start: "2014-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 41 (ND State Senate District 41).
|
||||
|
||||
Represents [ND State Senate District 41](/us/states/nd/districts/senate/41.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 17"
|
||||
represents: "us/states/nd/districts/house/17"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 17 (ND State House of Representatives District 17).
|
||||
|
||||
Represents [ND State House of Representatives District 17](/us/states/nd/districts/house/17.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 47"
|
||||
represents: "us/states/nd/districts/house/47"
|
||||
tenure:
|
||||
start: "1998-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 47 (ND State House of Representatives District 47).
|
||||
|
||||
Represents [ND State House of Representatives District 47](/us/states/nd/districts/house/47.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 25"
|
||||
represents: "us/states/nd/districts/senate/25"
|
||||
tenure:
|
||||
start: "2010-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 25 (ND State Senate District 25).
|
||||
|
||||
Represents [ND State Senate District 25](/us/states/nd/districts/senate/25.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 21"
|
||||
represents: "us/states/nd/districts/house/21"
|
||||
tenure:
|
||||
start: "2018-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 21 (ND State House of Representatives District 21).
|
||||
|
||||
Represents [ND State House of Representatives District 21](/us/states/nd/districts/house/21.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 4A"
|
||||
represents: "us/states/nd/districts/house/4a"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 4A (ND State House of Representatives District 4A).
|
||||
|
||||
Represents [ND State House of Representatives District 4A](/us/states/nd/districts/house/4a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 32"
|
||||
represents: "us/states/nd/districts/house/32"
|
||||
tenure:
|
||||
start: "2000-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 32 (ND State House of Representatives District 32).
|
||||
|
||||
Represents [ND State House of Representatives District 32](/us/states/nd/districts/house/32.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 3"
|
||||
represents: "us/states/nd/districts/house/3"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 3 (ND State House of Representatives District 3).
|
||||
|
||||
Represents [ND State House of Representatives District 3](/us/states/nd/districts/house/3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 40"
|
||||
represents: "us/states/nd/districts/house/40"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 40 (ND State House of Representatives District 40).
|
||||
|
||||
Represents [ND State House of Representatives District 40](/us/states/nd/districts/house/40.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 2"
|
||||
represents: "us/states/nd/districts/senate/2"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 2 (ND State Senate District 2).
|
||||
|
||||
Represents [ND State Senate District 2](/us/states/nd/districts/senate/2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 17"
|
||||
represents: "us/states/nd/districts/house/17"
|
||||
tenure:
|
||||
start: "2010-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 17 (ND State House of Representatives District 17).
|
||||
|
||||
Represents [ND State House of Representatives District 17](/us/states/nd/districts/house/17.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State Senate District 22"
|
||||
represents: "us/states/nd/districts/senate/22"
|
||||
tenure:
|
||||
start: "2020-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND Senate District 22 (ND State Senate District 22).
|
||||
|
||||
Represents [ND State Senate District 22](/us/states/nd/districts/senate/22.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 21"
|
||||
represents: "us/states/nd/districts/house/21"
|
||||
tenure:
|
||||
start: "2014-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 21 (ND State House of Representatives District 21).
|
||||
|
||||
Represents [ND State House of Representatives District 21](/us/states/nd/districts/house/21.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 7"
|
||||
represents: "us/states/nd/districts/house/7"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 7 (ND State House of Representatives District 7).
|
||||
|
||||
Represents [ND State House of Representatives District 7](/us/states/nd/districts/house/7.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ND"
|
||||
district: "ND State House of Representatives District 40"
|
||||
represents: "us/states/nd/districts/house/40"
|
||||
tenure:
|
||||
start: "2016-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ND House District 40 (ND State House of Representatives District 40).
|
||||
|
||||
Represents [ND State House of Representatives District 40](/us/states/nd/districts/house/40.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
Reference in New Issue
Block a user