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: "ID"
|
||||
district: "ID State Senate District 16"
|
||||
represents: "us/states/id/districts/senate/16"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 16 (ID State Senate District 16).
|
||||
|
||||
Represents [ID State Senate District 16](/us/states/id/districts/senate/16.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 16B"
|
||||
represents: "us/states/id/districts/house/16b"
|
||||
tenure:
|
||||
start: "2025-07-22"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 16B (ID State House of Representatives District 16B).
|
||||
|
||||
Represents [ID State House of Representatives District 16B](/us/states/id/districts/house/16b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 33A"
|
||||
represents: "us/states/id/districts/house/33a"
|
||||
tenure:
|
||||
start: "2017-12-27"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 33A (ID State House of Representatives District 33A).
|
||||
|
||||
Represents [ID State House of Representatives District 33A](/us/states/id/districts/house/33a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 12"
|
||||
represents: "us/states/id/districts/senate/12"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 12 (ID State Senate District 12).
|
||||
|
||||
Represents [ID State Senate District 12](/us/states/id/districts/senate/12.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 30B"
|
||||
represents: "us/states/id/districts/house/30b"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 30B (ID State House of Representatives District 30B).
|
||||
|
||||
Represents [ID State House of Representatives District 30B](/us/states/id/districts/house/30b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 4"
|
||||
represents: "us/states/id/districts/senate/4"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 4 (ID State Senate District 4).
|
||||
|
||||
Represents [ID State Senate District 4](/us/states/id/districts/senate/4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 6B"
|
||||
represents: "us/states/id/districts/house/6b"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 6B (ID State House of Representatives District 6B).
|
||||
|
||||
Represents [ID State House of Representatives District 6B](/us/states/id/districts/house/6b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 9"
|
||||
represents: "us/states/id/districts/senate/9"
|
||||
tenure:
|
||||
start: "2024-07-18"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 9 (ID State Senate District 9).
|
||||
|
||||
Represents [ID State Senate District 9](/us/states/id/districts/senate/9.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 13A"
|
||||
represents: "us/states/id/districts/house/13a"
|
||||
tenure:
|
||||
start: "2006-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 13A (ID State House of Representatives District 13A).
|
||||
|
||||
Represents [ID State House of Representatives District 13A](/us/states/id/districts/house/13a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 13"
|
||||
represents: "us/states/id/districts/senate/13"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 13 (ID State Senate District 13).
|
||||
|
||||
Represents [ID State Senate District 13](/us/states/id/districts/senate/13.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 34B"
|
||||
represents: "us/states/id/districts/house/34b"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 34B (ID State House of Representatives District 34B).
|
||||
|
||||
Represents [ID State House of Representatives District 34B](/us/states/id/districts/house/34b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 18B"
|
||||
represents: "us/states/id/districts/house/18b"
|
||||
tenure:
|
||||
start: "2018-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 18B (ID State House of Representatives District 18B).
|
||||
|
||||
Represents [ID State House of Representatives District 18B](/us/states/id/districts/house/18b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 10B"
|
||||
represents: "us/states/id/districts/house/10b"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 10B (ID State House of Representatives District 10B).
|
||||
|
||||
Represents [ID State House of Representatives District 10B](/us/states/id/districts/house/10b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 11"
|
||||
represents: "us/states/id/districts/senate/11"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 11 (ID State Senate District 11).
|
||||
|
||||
Represents [ID State Senate District 11](/us/states/id/districts/senate/11.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 5"
|
||||
represents: "us/states/id/districts/senate/5"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 5 (ID State Senate District 5).
|
||||
|
||||
Represents [ID State Senate District 5](/us/states/id/districts/senate/5.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 17"
|
||||
represents: "us/states/id/districts/senate/17"
|
||||
tenure:
|
||||
start: "2021-11-24"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 17 (ID State Senate District 17).
|
||||
|
||||
Represents [ID State Senate District 17](/us/states/id/districts/senate/17.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 7B"
|
||||
represents: "us/states/id/districts/house/7b"
|
||||
tenure:
|
||||
start: "2020-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 7B (ID State House of Representatives District 7B).
|
||||
|
||||
Represents [ID State House of Representatives District 7B](/us/states/id/districts/house/7b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 23A"
|
||||
represents: "us/states/id/districts/house/23a"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 23A (ID State House of Representatives District 23A).
|
||||
|
||||
Represents [ID State House of Representatives District 23A](/us/states/id/districts/house/23a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 19B"
|
||||
represents: "us/states/id/districts/house/19b"
|
||||
tenure:
|
||||
start: "2020-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 19B (ID State House of Representatives District 19B).
|
||||
|
||||
Represents [ID State House of Representatives District 19B](/us/states/id/districts/house/19b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 8"
|
||||
represents: "us/states/id/districts/senate/8"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 8 (ID State Senate District 8).
|
||||
|
||||
Represents [ID State Senate District 8](/us/states/id/districts/senate/8.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 7"
|
||||
represents: "us/states/id/districts/senate/7"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 7 (ID State Senate District 7).
|
||||
|
||||
Represents [ID State Senate District 7](/us/states/id/districts/senate/7.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 27B"
|
||||
represents: "us/states/id/districts/house/27b"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 27B (ID State House of Representatives District 27B).
|
||||
|
||||
Represents [ID State House of Representatives District 27B](/us/states/id/districts/house/27b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 24A"
|
||||
represents: "us/states/id/districts/house/24a"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 24A (ID State House of Representatives District 24A).
|
||||
|
||||
Represents [ID State House of Representatives District 24A](/us/states/id/districts/house/24a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 15"
|
||||
represents: "us/states/id/districts/senate/15"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 15 (ID State Senate District 15).
|
||||
|
||||
Represents [ID State Senate District 15](/us/states/id/districts/senate/15.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 1B"
|
||||
represents: "us/states/id/districts/house/1b"
|
||||
tenure:
|
||||
start: "2024-09-30"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 1B (ID State House of Representatives District 1B).
|
||||
|
||||
Represents [ID State House of Representatives District 1B](/us/states/id/districts/house/1b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 2B"
|
||||
represents: "us/states/id/districts/house/2b"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 2B (ID State House of Representatives District 2B).
|
||||
|
||||
Represents [ID State House of Representatives District 2B](/us/states/id/districts/house/2b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 6"
|
||||
represents: "us/states/id/districts/senate/6"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 6 (ID State Senate District 6).
|
||||
|
||||
Represents [ID State Senate District 6](/us/states/id/districts/senate/6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 28B"
|
||||
represents: "us/states/id/districts/house/28b"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 28B (ID State House of Representatives District 28B).
|
||||
|
||||
Represents [ID State House of Representatives District 28B](/us/states/id/districts/house/28b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 33"
|
||||
represents: "us/states/id/districts/senate/33"
|
||||
tenure:
|
||||
start: "2018-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 33 (ID State Senate District 33).
|
||||
|
||||
Represents [ID State Senate District 33](/us/states/id/districts/senate/33.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 30A"
|
||||
represents: "us/states/id/districts/house/30a"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 30A (ID State House of Representatives District 30A).
|
||||
|
||||
Represents [ID State House of Representatives District 30A](/us/states/id/districts/house/30a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 25B"
|
||||
represents: "us/states/id/districts/house/25b"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 25B (ID State House of Representatives District 25B).
|
||||
|
||||
Represents [ID State House of Representatives District 25B](/us/states/id/districts/house/25b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 25A"
|
||||
represents: "us/states/id/districts/house/25a"
|
||||
tenure:
|
||||
start: "2025-12-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 25A (ID State House of Representatives District 25A).
|
||||
|
||||
Represents [ID State House of Representatives District 25A](/us/states/id/districts/house/25a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 15B"
|
||||
represents: "us/states/id/districts/house/15b"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 15B (ID State House of Representatives District 15B).
|
||||
|
||||
Represents [ID State House of Representatives District 15B](/us/states/id/districts/house/15b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 3"
|
||||
represents: "us/states/id/districts/senate/3"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 3 (ID State Senate District 3).
|
||||
|
||||
Represents [ID State Senate District 3](/us/states/id/districts/senate/3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 27A"
|
||||
represents: "us/states/id/districts/house/27a"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 27A (ID State House of Representatives District 27A).
|
||||
|
||||
Represents [ID State House of Representatives District 27A](/us/states/id/districts/house/27a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 34"
|
||||
represents: "us/states/id/districts/senate/34"
|
||||
tenure:
|
||||
start: "2020-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 34 (ID State Senate District 34).
|
||||
|
||||
Represents [ID State Senate District 34](/us/states/id/districts/senate/34.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 29A"
|
||||
represents: "us/states/id/districts/house/29a"
|
||||
tenure:
|
||||
start: "2020-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 29A (ID State House of Representatives District 29A).
|
||||
|
||||
Represents [ID State House of Representatives District 29A](/us/states/id/districts/house/29a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 4B"
|
||||
represents: "us/states/id/districts/house/4b"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 4B (ID State House of Representatives District 4B).
|
||||
|
||||
Represents [ID State House of Representatives District 4B](/us/states/id/districts/house/4b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 32B"
|
||||
represents: "us/states/id/districts/house/32b"
|
||||
tenure:
|
||||
start: "2026-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 32B (ID State House of Representatives District 32B).
|
||||
|
||||
Represents [ID State House of Representatives District 32B](/us/states/id/districts/house/32b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 8B"
|
||||
represents: "us/states/id/districts/house/8b"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 8B (ID State House of Representatives District 8B).
|
||||
|
||||
Represents [ID State House of Representatives District 8B](/us/states/id/districts/house/8b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 24"
|
||||
represents: "us/states/id/districts/senate/24"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 24 (ID State Senate District 24).
|
||||
|
||||
Represents [ID State Senate District 24](/us/states/id/districts/senate/24.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 2A"
|
||||
represents: "us/states/id/districts/house/2a"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 2A (ID State House of Representatives District 2A).
|
||||
|
||||
Represents [ID State House of Representatives District 2A](/us/states/id/districts/house/2a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 18A"
|
||||
represents: "us/states/id/districts/house/18a"
|
||||
tenure:
|
||||
start: "2014-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 18A (ID State House of Representatives District 18A).
|
||||
|
||||
Represents [ID State House of Representatives District 18A](/us/states/id/districts/house/18a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 26B"
|
||||
represents: "us/states/id/districts/house/26b"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 26B (ID State House of Representatives District 26B).
|
||||
|
||||
Represents [ID State House of Representatives District 26B](/us/states/id/districts/house/26b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 20B"
|
||||
represents: "us/states/id/districts/house/20b"
|
||||
tenure:
|
||||
start: "2012-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 20B (ID State House of Representatives District 20B).
|
||||
|
||||
Represents [ID State House of Representatives District 20B](/us/states/id/districts/house/20b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 21A"
|
||||
represents: "us/states/id/districts/house/21a"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 21A (ID State House of Representatives District 21A).
|
||||
|
||||
Represents [ID State House of Representatives District 21A](/us/states/id/districts/house/21a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 29"
|
||||
represents: "us/states/id/districts/senate/29"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 29 (ID State Senate District 29).
|
||||
|
||||
Represents [ID State Senate District 29](/us/states/id/districts/senate/29.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 18"
|
||||
represents: "us/states/id/districts/senate/18"
|
||||
tenure:
|
||||
start: "2013-12-20"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 18 (ID State Senate District 18).
|
||||
|
||||
Represents [ID State Senate District 18](/us/states/id/districts/senate/18.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 12B"
|
||||
represents: "us/states/id/districts/house/12b"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 12B (ID State House of Representatives District 12B).
|
||||
|
||||
Represents [ID State House of Representatives District 12B](/us/states/id/districts/house/12b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 22B"
|
||||
represents: "us/states/id/districts/house/22b"
|
||||
tenure:
|
||||
start: "2012-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 22B (ID State House of Representatives District 22B).
|
||||
|
||||
Represents [ID State House of Representatives District 22B](/us/states/id/districts/house/22b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 12A"
|
||||
represents: "us/states/id/districts/house/12a"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 12A (ID State House of Representatives District 12A).
|
||||
|
||||
Represents [ID State House of Representatives District 12A](/us/states/id/districts/house/12a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 21B"
|
||||
represents: "us/states/id/districts/house/21b"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 21B (ID State House of Representatives District 21B).
|
||||
|
||||
Represents [ID State House of Representatives District 21B](/us/states/id/districts/house/21b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 31A"
|
||||
represents: "us/states/id/districts/house/31a"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 31A (ID State House of Representatives District 31A).
|
||||
|
||||
Represents [ID State House of Representatives District 31A](/us/states/id/districts/house/31a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 28"
|
||||
represents: "us/states/id/districts/senate/28"
|
||||
tenure:
|
||||
start: "2012-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 28 (ID State Senate District 28).
|
||||
|
||||
Represents [ID State Senate District 28](/us/states/id/districts/senate/28.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 1"
|
||||
represents: "us/states/id/districts/senate/1"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 1 (ID State Senate District 1).
|
||||
|
||||
Represents [ID State Senate District 1](/us/states/id/districts/senate/1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 4A"
|
||||
represents: "us/states/id/districts/house/4a"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 4A (ID State House of Representatives District 4A).
|
||||
|
||||
Represents [ID State House of Representatives District 4A](/us/states/id/districts/house/4a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 20A"
|
||||
represents: "us/states/id/districts/house/20a"
|
||||
tenure:
|
||||
start: "2008-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 20A (ID State House of Representatives District 20A).
|
||||
|
||||
Represents [ID State House of Representatives District 20A](/us/states/id/districts/house/20a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 17A"
|
||||
represents: "us/states/id/districts/house/17a"
|
||||
tenure:
|
||||
start: "2012-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 17A (ID State House of Representatives District 17A).
|
||||
|
||||
Represents [ID State House of Representatives District 17A](/us/states/id/districts/house/17a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 9A"
|
||||
represents: "us/states/id/districts/house/9a"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 9A (ID State House of Representatives District 9A).
|
||||
|
||||
Represents [ID State House of Representatives District 9A](/us/states/id/districts/house/9a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 34A"
|
||||
represents: "us/states/id/districts/house/34a"
|
||||
tenure:
|
||||
start: "2020-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 34A (ID State House of Representatives District 34A).
|
||||
|
||||
Represents [ID State House of Representatives District 34A](/us/states/id/districts/house/34a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 3B"
|
||||
represents: "us/states/id/districts/house/3b"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 3B (ID State House of Representatives District 3B).
|
||||
|
||||
Represents [ID State House of Representatives District 3B](/us/states/id/districts/house/3b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 20"
|
||||
represents: "us/states/id/districts/senate/20"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 20 (ID State Senate District 20).
|
||||
|
||||
Represents [ID State Senate District 20](/us/states/id/districts/senate/20.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 25"
|
||||
represents: "us/states/id/districts/senate/25"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 25 (ID State Senate District 25).
|
||||
|
||||
Represents [ID State Senate District 25](/us/states/id/districts/senate/25.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 14B"
|
||||
represents: "us/states/id/districts/house/14b"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 14B (ID State House of Representatives District 14B).
|
||||
|
||||
Represents [ID State House of Representatives District 14B](/us/states/id/districts/house/14b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 35B"
|
||||
represents: "us/states/id/districts/house/35b"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 35B (ID State House of Representatives District 35B).
|
||||
|
||||
Represents [ID State House of Representatives District 35B](/us/states/id/districts/house/35b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 9B"
|
||||
represents: "us/states/id/districts/house/9b"
|
||||
tenure:
|
||||
start: "2008-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 9B (ID State House of Representatives District 9B).
|
||||
|
||||
Represents [ID State House of Representatives District 9B](/us/states/id/districts/house/9b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 30"
|
||||
represents: "us/states/id/districts/senate/30"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 30 (ID State Senate District 30).
|
||||
|
||||
Represents [ID State Senate District 30](/us/states/id/districts/senate/30.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 27"
|
||||
represents: "us/states/id/districts/senate/27"
|
||||
tenure:
|
||||
start: "2015-07-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 27 (ID State Senate District 27).
|
||||
|
||||
Represents [ID State Senate District 27](/us/states/id/districts/senate/27.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 11A"
|
||||
represents: "us/states/id/districts/house/11a"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 11A (ID State House of Representatives District 11A).
|
||||
|
||||
Represents [ID State House of Representatives District 11A](/us/states/id/districts/house/11a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 32"
|
||||
represents: "us/states/id/districts/senate/32"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 32 (ID State Senate District 32).
|
||||
|
||||
Represents [ID State Senate District 32](/us/states/id/districts/senate/32.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 7A"
|
||||
represents: "us/states/id/districts/house/7a"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 7A (ID State House of Representatives District 7A).
|
||||
|
||||
Represents [ID State House of Representatives District 7A](/us/states/id/districts/house/7a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 22"
|
||||
represents: "us/states/id/districts/senate/22"
|
||||
tenure:
|
||||
start: "2014-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 22 (ID State Senate District 22).
|
||||
|
||||
Represents [ID State Senate District 22](/us/states/id/districts/senate/22.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 6A"
|
||||
represents: "us/states/id/districts/house/6a"
|
||||
tenure:
|
||||
start: "2021-05-17"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 6A (ID State House of Representatives District 6A).
|
||||
|
||||
Represents [ID State House of Representatives District 6A](/us/states/id/districts/house/6a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 11B"
|
||||
represents: "us/states/id/districts/house/11b"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 11B (ID State House of Representatives District 11B).
|
||||
|
||||
Represents [ID State House of Representatives District 11B](/us/states/id/districts/house/11b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 33B"
|
||||
represents: "us/states/id/districts/house/33b"
|
||||
tenure:
|
||||
start: "2020-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 33B (ID State House of Representatives District 33B).
|
||||
|
||||
Represents [ID State House of Representatives District 33B](/us/states/id/districts/house/33b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 35"
|
||||
represents: "us/states/id/districts/senate/35"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 35 (ID State Senate District 35).
|
||||
|
||||
Represents [ID State Senate District 35](/us/states/id/districts/senate/35.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 1A"
|
||||
represents: "us/states/id/districts/house/1a"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 1A (ID State House of Representatives District 1A).
|
||||
|
||||
Represents [ID State House of Representatives District 1A](/us/states/id/districts/house/1a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 17B"
|
||||
represents: "us/states/id/districts/house/17b"
|
||||
tenure:
|
||||
start: "2024-05-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 17B (ID State House of Representatives District 17B).
|
||||
|
||||
Represents [ID State House of Representatives District 17B](/us/states/id/districts/house/17b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 19"
|
||||
represents: "us/states/id/districts/senate/19"
|
||||
tenure:
|
||||
start: "2020-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 19 (ID State Senate District 19).
|
||||
|
||||
Represents [ID State Senate District 19](/us/states/id/districts/senate/19.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 10A"
|
||||
represents: "us/states/id/districts/house/10a"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 10A (ID State House of Representatives District 10A).
|
||||
|
||||
Represents [ID State House of Representatives District 10A](/us/states/id/districts/house/10a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 26A"
|
||||
represents: "us/states/id/districts/house/26a"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 26A (ID State House of Representatives District 26A).
|
||||
|
||||
Represents [ID State House of Representatives District 26A](/us/states/id/districts/house/26a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 35A"
|
||||
represents: "us/states/id/districts/house/35a"
|
||||
tenure:
|
||||
start: "2025-09-24"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 35A (ID State House of Representatives District 35A).
|
||||
|
||||
Represents [ID State House of Representatives District 35A](/us/states/id/districts/house/35a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 19A"
|
||||
represents: "us/states/id/districts/house/19a"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 19A (ID State House of Representatives District 19A).
|
||||
|
||||
Represents [ID State House of Representatives District 19A](/us/states/id/districts/house/19a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 2"
|
||||
represents: "us/states/id/districts/senate/2"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 2 (ID State Senate District 2).
|
||||
|
||||
Represents [ID State Senate District 2](/us/states/id/districts/senate/2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 28A"
|
||||
represents: "us/states/id/districts/house/28a"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 28A (ID State House of Representatives District 28A).
|
||||
|
||||
Represents [ID State House of Representatives District 28A](/us/states/id/districts/house/28a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 8A"
|
||||
represents: "us/states/id/districts/house/8a"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 8A (ID State House of Representatives District 8A).
|
||||
|
||||
Represents [ID State House of Representatives District 8A](/us/states/id/districts/house/8a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 31B"
|
||||
represents: "us/states/id/districts/house/31b"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 31B (ID State House of Representatives District 31B).
|
||||
|
||||
Represents [ID State House of Representatives District 31B](/us/states/id/districts/house/31b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 5A"
|
||||
represents: "us/states/id/districts/house/5a"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 5A (ID State House of Representatives District 5A).
|
||||
|
||||
Represents [ID State House of Representatives District 5A](/us/states/id/districts/house/5a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 26"
|
||||
represents: "us/states/id/districts/senate/26"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 26 (ID State Senate District 26).
|
||||
|
||||
Represents [ID State Senate District 26](/us/states/id/districts/senate/26.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 14"
|
||||
represents: "us/states/id/districts/senate/14"
|
||||
tenure:
|
||||
start: "2018-08-15"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 14 (ID State Senate District 14).
|
||||
|
||||
Represents [ID State Senate District 14](/us/states/id/districts/senate/14.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 23B"
|
||||
represents: "us/states/id/districts/house/23b"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 23B (ID State House of Representatives District 23B).
|
||||
|
||||
Represents [ID State House of Representatives District 23B](/us/states/id/districts/house/23b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 16A"
|
||||
represents: "us/states/id/districts/house/16a"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 16A (ID State House of Representatives District 16A).
|
||||
|
||||
Represents [ID State House of Representatives District 16A](/us/states/id/districts/house/16a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 32A"
|
||||
represents: "us/states/id/districts/house/32a"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 32A (ID State House of Representatives District 32A).
|
||||
|
||||
Represents [ID State House of Representatives District 32A](/us/states/id/districts/house/32a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 15A"
|
||||
represents: "us/states/id/districts/house/15a"
|
||||
tenure:
|
||||
start: "2018-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 15A (ID State House of Representatives District 15A).
|
||||
|
||||
Represents [ID State House of Representatives District 15A](/us/states/id/districts/house/15a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 24B"
|
||||
represents: "us/states/id/districts/house/24b"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 24B (ID State House of Representatives District 24B).
|
||||
|
||||
Represents [ID State House of Representatives District 24B](/us/states/id/districts/house/24b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 13B"
|
||||
represents: "us/states/id/districts/house/13b"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 13B (ID State House of Representatives District 13B).
|
||||
|
||||
Represents [ID State House of Representatives District 13B](/us/states/id/districts/house/13b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 10"
|
||||
represents: "us/states/id/districts/senate/10"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 10 (ID State Senate District 10).
|
||||
|
||||
Represents [ID State Senate District 10](/us/states/id/districts/senate/10.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 29B"
|
||||
represents: "us/states/id/districts/house/29b"
|
||||
tenure:
|
||||
start: "2024-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 29B (ID State House of Representatives District 29B).
|
||||
|
||||
Represents [ID State House of Representatives District 29B](/us/states/id/districts/house/29b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State House of Representatives District 14A"
|
||||
represents: "us/states/id/districts/house/14a"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID House District 14A (ID State House of Representatives District 14A).
|
||||
|
||||
Represents [ID State House of Representatives District 14A](/us/states/id/districts/house/14a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "ID"
|
||||
district: "ID State Senate District 23"
|
||||
represents: "us/states/id/districts/senate/23"
|
||||
tenure:
|
||||
start: "2022-12-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current ID Senate District 23 (ID State Senate District 23).
|
||||
|
||||
Represents [ID State Senate District 23](/us/states/id/districts/senate/23.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