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: "MI"
|
||||
district: "MI State House of Representatives District 3"
|
||||
represents: "us/states/mi/districts/house/3"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 3 (MI State House of Representatives District 3).
|
||||
|
||||
Represents [MI State House of Representatives District 3](/us/states/mi/districts/house/3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 62"
|
||||
represents: "us/states/mi/districts/house/62"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 62 (MI State House of Representatives District 62).
|
||||
|
||||
Represents [MI State House of Representatives District 62](/us/states/mi/districts/house/62.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 94"
|
||||
represents: "us/states/mi/districts/house/94"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 94 (MI State House of Representatives District 94).
|
||||
|
||||
Represents [MI State House of Representatives District 94](/us/states/mi/districts/house/94.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 79"
|
||||
represents: "us/states/mi/districts/house/79"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 79 (MI State House of Representatives District 79).
|
||||
|
||||
Represents [MI State House of Representatives District 79](/us/states/mi/districts/house/79.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 76"
|
||||
represents: "us/states/mi/districts/house/76"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 76 (MI State House of Representatives District 76).
|
||||
|
||||
Represents [MI State House of Representatives District 76](/us/states/mi/districts/house/76.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 49"
|
||||
represents: "us/states/mi/districts/house/49"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 49 (MI State House of Representatives District 49).
|
||||
|
||||
Represents [MI State House of Representatives District 49](/us/states/mi/districts/house/49.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 20"
|
||||
represents: "us/states/mi/districts/senate/20"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 20 (MI State Senate District 20).
|
||||
|
||||
Represents [MI State Senate District 20](/us/states/mi/districts/senate/20.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 103"
|
||||
represents: "us/states/mi/districts/house/103"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 103 (MI State House of Representatives District 103).
|
||||
|
||||
Represents [MI State House of Representatives District 103](/us/states/mi/districts/house/103.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 95"
|
||||
represents: "us/states/mi/districts/house/95"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 95 (MI State House of Representatives District 95).
|
||||
|
||||
Represents [MI State House of Representatives District 95](/us/states/mi/districts/house/95.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 37"
|
||||
represents: "us/states/mi/districts/house/37"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 37 (MI State House of Representatives District 37).
|
||||
|
||||
Represents [MI State House of Representatives District 37](/us/states/mi/districts/house/37.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 85"
|
||||
represents: "us/states/mi/districts/house/85"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 85 (MI State House of Representatives District 85).
|
||||
|
||||
Represents [MI State House of Representatives District 85](/us/states/mi/districts/house/85.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 53"
|
||||
represents: "us/states/mi/districts/house/53"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 53 (MI State House of Representatives District 53).
|
||||
|
||||
Represents [MI State House of Representatives District 53](/us/states/mi/districts/house/53.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 71"
|
||||
represents: "us/states/mi/districts/house/71"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 71 (MI State House of Representatives District 71).
|
||||
|
||||
Represents [MI State House of Representatives District 71](/us/states/mi/districts/house/71.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 90"
|
||||
represents: "us/states/mi/districts/house/90"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 90 (MI State House of Representatives District 90).
|
||||
|
||||
Represents [MI State House of Representatives District 90](/us/states/mi/districts/house/90.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 106"
|
||||
represents: "us/states/mi/districts/house/106"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 106 (MI State House of Representatives District 106).
|
||||
|
||||
Represents [MI State House of Representatives District 106](/us/states/mi/districts/house/106.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 84"
|
||||
represents: "us/states/mi/districts/house/84"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 84 (MI State House of Representatives District 84).
|
||||
|
||||
Represents [MI State House of Representatives District 84](/us/states/mi/districts/house/84.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 47"
|
||||
represents: "us/states/mi/districts/house/47"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 47 (MI State House of Representatives District 47).
|
||||
|
||||
Represents [MI State House of Representatives District 47](/us/states/mi/districts/house/47.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 35"
|
||||
represents: "us/states/mi/districts/senate/35"
|
||||
tenure:
|
||||
start: "2026-05-21"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 35 (MI State Senate District 35).
|
||||
|
||||
Represents [MI State Senate District 35](/us/states/mi/districts/senate/35.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 102"
|
||||
represents: "us/states/mi/districts/house/102"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 102 (MI State House of Representatives District 102).
|
||||
|
||||
Represents [MI State House of Representatives District 102](/us/states/mi/districts/house/102.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 70"
|
||||
represents: "us/states/mi/districts/house/70"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 70 (MI State House of Representatives District 70).
|
||||
|
||||
Represents [MI State House of Representatives District 70](/us/states/mi/districts/house/70.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 25"
|
||||
represents: "us/states/mi/districts/senate/25"
|
||||
tenure:
|
||||
start: "2019-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 25 (MI State Senate District 25).
|
||||
|
||||
Represents [MI State Senate District 25](/us/states/mi/districts/senate/25.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 4"
|
||||
represents: "us/states/mi/districts/senate/4"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 4 (MI State Senate District 4).
|
||||
|
||||
Represents [MI State Senate District 4](/us/states/mi/districts/senate/4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 108"
|
||||
represents: "us/states/mi/districts/house/108"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 108 (MI State House of Representatives District 108).
|
||||
|
||||
Represents [MI State House of Representatives District 108](/us/states/mi/districts/house/108.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 68"
|
||||
represents: "us/states/mi/districts/house/68"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 68 (MI State House of Representatives District 68).
|
||||
|
||||
Represents [MI State House of Representatives District 68](/us/states/mi/districts/house/68.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 5"
|
||||
represents: "us/states/mi/districts/senate/5"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 5 (MI State Senate District 5).
|
||||
|
||||
Represents [MI State Senate District 5](/us/states/mi/districts/senate/5.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 61"
|
||||
represents: "us/states/mi/districts/house/61"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 61 (MI State House of Representatives District 61).
|
||||
|
||||
Represents [MI State House of Representatives District 61](/us/states/mi/districts/house/61.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 11"
|
||||
represents: "us/states/mi/districts/house/11"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 11 (MI State House of Representatives District 11).
|
||||
|
||||
Represents [MI State House of Representatives District 11](/us/states/mi/districts/house/11.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 54"
|
||||
represents: "us/states/mi/districts/house/54"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 54 (MI State House of Representatives District 54).
|
||||
|
||||
Represents [MI State House of Representatives District 54](/us/states/mi/districts/house/54.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 59"
|
||||
represents: "us/states/mi/districts/house/59"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 59 (MI State House of Representatives District 59).
|
||||
|
||||
Represents [MI State House of Representatives District 59](/us/states/mi/districts/house/59.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 26"
|
||||
represents: "us/states/mi/districts/house/26"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 26 (MI State House of Representatives District 26).
|
||||
|
||||
Represents [MI State House of Representatives District 26](/us/states/mi/districts/house/26.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 38"
|
||||
represents: "us/states/mi/districts/senate/38"
|
||||
tenure:
|
||||
start: "2019-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 38 (MI State Senate District 38).
|
||||
|
||||
Represents [MI State Senate District 38](/us/states/mi/districts/senate/38.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 77"
|
||||
represents: "us/states/mi/districts/house/77"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 77 (MI State House of Representatives District 77).
|
||||
|
||||
Represents [MI State House of Representatives District 77](/us/states/mi/districts/house/77.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 1"
|
||||
represents: "us/states/mi/districts/senate/1"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 1 (MI State Senate District 1).
|
||||
|
||||
Represents [MI State Senate District 1](/us/states/mi/districts/senate/1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 15"
|
||||
represents: "us/states/mi/districts/house/15"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 15 (MI State House of Representatives District 15).
|
||||
|
||||
Represents [MI State House of Representatives District 15](/us/states/mi/districts/house/15.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 78"
|
||||
represents: "us/states/mi/districts/house/78"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 78 (MI State House of Representatives District 78).
|
||||
|
||||
Represents [MI State House of Representatives District 78](/us/states/mi/districts/house/78.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 98"
|
||||
represents: "us/states/mi/districts/house/98"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 98 (MI State House of Representatives District 98).
|
||||
|
||||
Represents [MI State House of Representatives District 98](/us/states/mi/districts/house/98.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 110"
|
||||
represents: "us/states/mi/districts/house/110"
|
||||
tenure:
|
||||
start: "2019-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 110 (MI State House of Representatives District 110).
|
||||
|
||||
Represents [MI State House of Representatives District 110](/us/states/mi/districts/house/110.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 88"
|
||||
represents: "us/states/mi/districts/house/88"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 88 (MI State House of Representatives District 88).
|
||||
|
||||
Represents [MI State House of Representatives District 88](/us/states/mi/districts/house/88.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 8"
|
||||
represents: "us/states/mi/districts/house/8"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 8 (MI State House of Representatives District 8).
|
||||
|
||||
Represents [MI State House of Representatives District 8](/us/states/mi/districts/house/8.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 104"
|
||||
represents: "us/states/mi/districts/house/104"
|
||||
tenure:
|
||||
start: "2021-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 104 (MI State House of Representatives District 104).
|
||||
|
||||
Represents [MI State House of Representatives District 104](/us/states/mi/districts/house/104.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 65"
|
||||
represents: "us/states/mi/districts/house/65"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 65 (MI State House of Representatives District 65).
|
||||
|
||||
Represents [MI State House of Representatives District 65](/us/states/mi/districts/house/65.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 28"
|
||||
represents: "us/states/mi/districts/house/28"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 28 (MI State House of Representatives District 28).
|
||||
|
||||
Represents [MI State House of Representatives District 28](/us/states/mi/districts/house/28.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 18"
|
||||
represents: "us/states/mi/districts/house/18"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 18 (MI State House of Representatives District 18).
|
||||
|
||||
Represents [MI State House of Representatives District 18](/us/states/mi/districts/house/18.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 23"
|
||||
represents: "us/states/mi/districts/house/23"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 23 (MI State House of Representatives District 23).
|
||||
|
||||
Represents [MI State House of Representatives District 23](/us/states/mi/districts/house/23.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 50"
|
||||
represents: "us/states/mi/districts/house/50"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 50 (MI State House of Representatives District 50).
|
||||
|
||||
Represents [MI State House of Representatives District 50](/us/states/mi/districts/house/50.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 63"
|
||||
represents: "us/states/mi/districts/house/63"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 63 (MI State House of Representatives District 63).
|
||||
|
||||
Represents [MI State House of Representatives District 63](/us/states/mi/districts/house/63.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 69"
|
||||
represents: "us/states/mi/districts/house/69"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 69 (MI State House of Representatives District 69).
|
||||
|
||||
Represents [MI State House of Representatives District 69](/us/states/mi/districts/house/69.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 15"
|
||||
represents: "us/states/mi/districts/senate/15"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 15 (MI State Senate District 15).
|
||||
|
||||
Represents [MI State Senate District 15](/us/states/mi/districts/senate/15.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 48"
|
||||
represents: "us/states/mi/districts/house/48"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 48 (MI State House of Representatives District 48).
|
||||
|
||||
Represents [MI State House of Representatives District 48](/us/states/mi/districts/house/48.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 35"
|
||||
represents: "us/states/mi/districts/house/35"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 35 (MI State House of Representatives District 35).
|
||||
|
||||
Represents [MI State House of Representatives District 35](/us/states/mi/districts/house/35.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 7"
|
||||
represents: "us/states/mi/districts/senate/7"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 7 (MI State Senate District 7).
|
||||
|
||||
Represents [MI State Senate District 7](/us/states/mi/districts/senate/7.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 92"
|
||||
represents: "us/states/mi/districts/house/92"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 92 (MI State House of Representatives District 92).
|
||||
|
||||
Represents [MI State House of Representatives District 92](/us/states/mi/districts/house/92.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 29"
|
||||
represents: "us/states/mi/districts/house/29"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 29 (MI State House of Representatives District 29).
|
||||
|
||||
Represents [MI State House of Representatives District 29](/us/states/mi/districts/house/29.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 23"
|
||||
represents: "us/states/mi/districts/senate/23"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 23 (MI State Senate District 23).
|
||||
|
||||
Represents [MI State Senate District 23](/us/states/mi/districts/senate/23.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 32"
|
||||
represents: "us/states/mi/districts/house/32"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 32 (MI State House of Representatives District 32).
|
||||
|
||||
Represents [MI State House of Representatives District 32](/us/states/mi/districts/house/32.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 60"
|
||||
represents: "us/states/mi/districts/house/60"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 60 (MI State House of Representatives District 60).
|
||||
|
||||
Represents [MI State House of Representatives District 60](/us/states/mi/districts/house/60.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 16"
|
||||
represents: "us/states/mi/districts/senate/16"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 16 (MI State Senate District 16).
|
||||
|
||||
Represents [MI State Senate District 16](/us/states/mi/districts/senate/16.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 64"
|
||||
represents: "us/states/mi/districts/house/64"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 64 (MI State House of Representatives District 64).
|
||||
|
||||
Represents [MI State House of Representatives District 64](/us/states/mi/districts/house/64.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 9"
|
||||
represents: "us/states/mi/districts/house/9"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 9 (MI State House of Representatives District 9).
|
||||
|
||||
Represents [MI State House of Representatives District 9](/us/states/mi/districts/house/9.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 38"
|
||||
represents: "us/states/mi/districts/house/38"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 38 (MI State House of Representatives District 38).
|
||||
|
||||
Represents [MI State House of Representatives District 38](/us/states/mi/districts/house/38.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 27"
|
||||
represents: "us/states/mi/districts/senate/27"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 27 (MI State Senate District 27).
|
||||
|
||||
Represents [MI State Senate District 27](/us/states/mi/districts/senate/27.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 37"
|
||||
represents: "us/states/mi/districts/senate/37"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 37 (MI State Senate District 37).
|
||||
|
||||
Represents [MI State Senate District 37](/us/states/mi/districts/senate/37.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 83"
|
||||
represents: "us/states/mi/districts/house/83"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 83 (MI State House of Representatives District 83).
|
||||
|
||||
Represents [MI State House of Representatives District 83](/us/states/mi/districts/house/83.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 32"
|
||||
represents: "us/states/mi/districts/senate/32"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 32 (MI State Senate District 32).
|
||||
|
||||
Represents [MI State Senate District 32](/us/states/mi/districts/senate/32.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 17"
|
||||
represents: "us/states/mi/districts/senate/17"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 17 (MI State Senate District 17).
|
||||
|
||||
Represents [MI State Senate District 17](/us/states/mi/districts/senate/17.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 101"
|
||||
represents: "us/states/mi/districts/house/101"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 101 (MI State House of Representatives District 101).
|
||||
|
||||
Represents [MI State House of Representatives District 101](/us/states/mi/districts/house/101.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 66"
|
||||
represents: "us/states/mi/districts/house/66"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 66 (MI State House of Representatives District 66).
|
||||
|
||||
Represents [MI State House of Representatives District 66](/us/states/mi/districts/house/66.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 73"
|
||||
represents: "us/states/mi/districts/house/73"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 73 (MI State House of Representatives District 73).
|
||||
|
||||
Represents [MI State House of Representatives District 73](/us/states/mi/districts/house/73.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 41"
|
||||
represents: "us/states/mi/districts/house/41"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 41 (MI State House of Representatives District 41).
|
||||
|
||||
Represents [MI State House of Representatives District 41](/us/states/mi/districts/house/41.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 74"
|
||||
represents: "us/states/mi/districts/house/74"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 74 (MI State House of Representatives District 74).
|
||||
|
||||
Represents [MI State House of Representatives District 74](/us/states/mi/districts/house/74.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 4"
|
||||
represents: "us/states/mi/districts/house/4"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 4 (MI State House of Representatives District 4).
|
||||
|
||||
Represents [MI State House of Representatives District 4](/us/states/mi/districts/house/4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 109"
|
||||
represents: "us/states/mi/districts/house/109"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 109 (MI State House of Representatives District 109).
|
||||
|
||||
Represents [MI State House of Representatives District 109](/us/states/mi/districts/house/109.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 46"
|
||||
represents: "us/states/mi/districts/house/46"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 46 (MI State House of Representatives District 46).
|
||||
|
||||
Represents [MI State House of Representatives District 46](/us/states/mi/districts/house/46.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 21"
|
||||
represents: "us/states/mi/districts/house/21"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 21 (MI State House of Representatives District 21).
|
||||
|
||||
Represents [MI State House of Representatives District 21](/us/states/mi/districts/house/21.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 105"
|
||||
represents: "us/states/mi/districts/house/105"
|
||||
tenure:
|
||||
start: "2021-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 105 (MI State House of Representatives District 105).
|
||||
|
||||
Represents [MI State House of Representatives District 105](/us/states/mi/districts/house/105.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 26"
|
||||
represents: "us/states/mi/districts/senate/26"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 26 (MI State Senate District 26).
|
||||
|
||||
Represents [MI State Senate District 26](/us/states/mi/districts/senate/26.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 12"
|
||||
represents: "us/states/mi/districts/senate/12"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 12 (MI State Senate District 12).
|
||||
|
||||
Represents [MI State Senate District 12](/us/states/mi/districts/senate/12.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 12"
|
||||
represents: "us/states/mi/districts/house/12"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 12 (MI State House of Representatives District 12).
|
||||
|
||||
Represents [MI State House of Representatives District 12](/us/states/mi/districts/house/12.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 82"
|
||||
represents: "us/states/mi/districts/house/82"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 82 (MI State House of Representatives District 82).
|
||||
|
||||
Represents [MI State House of Representatives District 82](/us/states/mi/districts/house/82.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 22"
|
||||
represents: "us/states/mi/districts/senate/22"
|
||||
tenure:
|
||||
start: "2019-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 22 (MI State Senate District 22).
|
||||
|
||||
Represents [MI State Senate District 22](/us/states/mi/districts/senate/22.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 17"
|
||||
represents: "us/states/mi/districts/house/17"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 17 (MI State House of Representatives District 17).
|
||||
|
||||
Represents [MI State House of Representatives District 17](/us/states/mi/districts/house/17.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 89"
|
||||
represents: "us/states/mi/districts/house/89"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 89 (MI State House of Representatives District 89).
|
||||
|
||||
Represents [MI State House of Representatives District 89](/us/states/mi/districts/house/89.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 13"
|
||||
represents: "us/states/mi/districts/house/13"
|
||||
tenure:
|
||||
start: "2024-04-30"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 13 (MI State House of Representatives District 13).
|
||||
|
||||
Represents [MI State House of Representatives District 13](/us/states/mi/districts/house/13.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 8"
|
||||
represents: "us/states/mi/districts/senate/8"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 8 (MI State Senate District 8).
|
||||
|
||||
Represents [MI State Senate District 8](/us/states/mi/districts/senate/8.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 30"
|
||||
represents: "us/states/mi/districts/senate/30"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 30 (MI State Senate District 30).
|
||||
|
||||
Represents [MI State Senate District 30](/us/states/mi/districts/senate/30.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 55"
|
||||
represents: "us/states/mi/districts/house/55"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 55 (MI State House of Representatives District 55).
|
||||
|
||||
Represents [MI State House of Representatives District 55](/us/states/mi/districts/house/55.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 6"
|
||||
represents: "us/states/mi/districts/senate/6"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 6 (MI State Senate District 6).
|
||||
|
||||
Represents [MI State Senate District 6](/us/states/mi/districts/senate/6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 97"
|
||||
represents: "us/states/mi/districts/house/97"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 97 (MI State House of Representatives District 97).
|
||||
|
||||
Represents [MI State House of Representatives District 97](/us/states/mi/districts/house/97.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 42"
|
||||
represents: "us/states/mi/districts/house/42"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 42 (MI State House of Representatives District 42).
|
||||
|
||||
Represents [MI State House of Representatives District 42](/us/states/mi/districts/house/42.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 22"
|
||||
represents: "us/states/mi/districts/house/22"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 22 (MI State House of Representatives District 22).
|
||||
|
||||
Represents [MI State House of Representatives District 22](/us/states/mi/districts/house/22.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 40"
|
||||
represents: "us/states/mi/districts/house/40"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 40 (MI State House of Representatives District 40).
|
||||
|
||||
Represents [MI State House of Representatives District 40](/us/states/mi/districts/house/40.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 51"
|
||||
represents: "us/states/mi/districts/house/51"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 51 (MI State House of Representatives District 51).
|
||||
|
||||
Represents [MI State House of Representatives District 51](/us/states/mi/districts/house/51.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 9"
|
||||
represents: "us/states/mi/districts/senate/9"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 9 (MI State Senate District 9).
|
||||
|
||||
Represents [MI State Senate District 9](/us/states/mi/districts/senate/9.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State Senate District 36"
|
||||
represents: "us/states/mi/districts/senate/36"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI Senate District 36 (MI State Senate District 36).
|
||||
|
||||
Represents [MI State Senate District 36](/us/states/mi/districts/senate/36.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 52"
|
||||
represents: "us/states/mi/districts/house/52"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 52 (MI State House of Representatives District 52).
|
||||
|
||||
Represents [MI State House of Representatives District 52](/us/states/mi/districts/house/52.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 99"
|
||||
represents: "us/states/mi/districts/house/99"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 99 (MI State House of Representatives District 99).
|
||||
|
||||
Represents [MI State House of Representatives District 99](/us/states/mi/districts/house/99.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 14"
|
||||
represents: "us/states/mi/districts/house/14"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 14 (MI State House of Representatives District 14).
|
||||
|
||||
Represents [MI State House of Representatives District 14](/us/states/mi/districts/house/14.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 72"
|
||||
represents: "us/states/mi/districts/house/72"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 72 (MI State House of Representatives District 72).
|
||||
|
||||
Represents [MI State House of Representatives District 72](/us/states/mi/districts/house/72.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 33"
|
||||
represents: "us/states/mi/districts/house/33"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 33 (MI State House of Representatives District 33).
|
||||
|
||||
Represents [MI State House of Representatives District 33](/us/states/mi/districts/house/33.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "MI State House of Representatives District 86"
|
||||
represents: "us/states/mi/districts/house/86"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MI House District 86 (MI State House of Representatives District 86).
|
||||
|
||||
Represents [MI State House of Representatives District 86](/us/states/mi/districts/house/86.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