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: "KY"
|
||||
district: "KY State Senate District 7"
|
||||
represents: "us/states/ky/districts/senate/7"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 7 (KY State Senate District 7).
|
||||
|
||||
Represents [KY State Senate District 7](/us/states/ky/districts/senate/7.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 98"
|
||||
represents: "us/states/ky/districts/house/98"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 98 (KY State House of Representatives District 98).
|
||||
|
||||
Represents [KY State House of Representatives District 98](/us/states/ky/districts/house/98.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 87"
|
||||
represents: "us/states/ky/districts/house/87"
|
||||
tenure:
|
||||
start: "2019-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 87 (KY State House of Representatives District 87).
|
||||
|
||||
Represents [KY State House of Representatives District 87](/us/states/ky/districts/house/87.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 45"
|
||||
represents: "us/states/ky/districts/house/45"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 45 (KY State House of Representatives District 45).
|
||||
|
||||
Represents [KY State House of Representatives District 45](/us/states/ky/districts/house/45.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 93"
|
||||
represents: "us/states/ky/districts/house/93"
|
||||
tenure:
|
||||
start: "2023-11-29"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 93 (KY State House of Representatives District 93).
|
||||
|
||||
Represents [KY State House of Representatives District 93](/us/states/ky/districts/house/93.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 46"
|
||||
represents: "us/states/ky/districts/house/46"
|
||||
tenure:
|
||||
start: "2017-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 46 (KY State House of Representatives District 46).
|
||||
|
||||
Represents [KY State House of Representatives District 46](/us/states/ky/districts/house/46.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 12"
|
||||
represents: "us/states/ky/districts/senate/12"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 12 (KY State Senate District 12).
|
||||
|
||||
Represents [KY State Senate District 12](/us/states/ky/districts/senate/12.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 21"
|
||||
represents: "us/states/ky/districts/house/21"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 21 (KY State House of Representatives District 21).
|
||||
|
||||
Represents [KY State House of Representatives District 21](/us/states/ky/districts/house/21.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 76"
|
||||
represents: "us/states/ky/districts/house/76"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 76 (KY State House of Representatives District 76).
|
||||
|
||||
Represents [KY State House of Representatives District 76](/us/states/ky/districts/house/76.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 95"
|
||||
represents: "us/states/ky/districts/house/95"
|
||||
tenure:
|
||||
start: "2019-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 95 (KY State House of Representatives District 95).
|
||||
|
||||
Represents [KY State House of Representatives District 95](/us/states/ky/districts/house/95.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 44"
|
||||
represents: "us/states/ky/districts/house/44"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 44 (KY State House of Representatives District 44).
|
||||
|
||||
Represents [KY State House of Representatives District 44](/us/states/ky/districts/house/44.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 91"
|
||||
represents: "us/states/ky/districts/house/91"
|
||||
tenure:
|
||||
start: "2021-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 91 (KY State House of Representatives District 91).
|
||||
|
||||
Represents [KY State House of Representatives District 91](/us/states/ky/districts/house/91.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 97"
|
||||
represents: "us/states/ky/districts/house/97"
|
||||
tenure:
|
||||
start: "2019-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 97 (KY State House of Representatives District 97).
|
||||
|
||||
Represents [KY State House of Representatives District 97](/us/states/ky/districts/house/97.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 30"
|
||||
represents: "us/states/ky/districts/senate/30"
|
||||
tenure:
|
||||
start: "2008-02-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 30 (KY State Senate District 30).
|
||||
|
||||
Represents [KY State Senate District 30](/us/states/ky/districts/senate/30.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 21"
|
||||
represents: "us/states/ky/districts/senate/21"
|
||||
tenure:
|
||||
start: "2021-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 21 (KY State Senate District 21).
|
||||
|
||||
Represents [KY State Senate District 21](/us/states/ky/districts/senate/21.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 50"
|
||||
represents: "us/states/ky/districts/house/50"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 50 (KY State House of Representatives District 50).
|
||||
|
||||
Represents [KY State House of Representatives District 50](/us/states/ky/districts/house/50.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 19"
|
||||
represents: "us/states/ky/districts/senate/19"
|
||||
tenure:
|
||||
start: "2023-03-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 19 (KY State Senate District 19).
|
||||
|
||||
Represents [KY State Senate District 19](/us/states/ky/districts/senate/19.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 79"
|
||||
represents: "us/states/ky/districts/house/79"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 79 (KY State House of Representatives District 79).
|
||||
|
||||
Represents [KY State House of Representatives District 79](/us/states/ky/districts/house/79.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 6"
|
||||
represents: "us/states/ky/districts/house/6"
|
||||
tenure:
|
||||
start: "2019-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 6 (KY State House of Representatives District 6).
|
||||
|
||||
Represents [KY State House of Representatives District 6](/us/states/ky/districts/house/6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 84"
|
||||
represents: "us/states/ky/districts/house/84"
|
||||
tenure:
|
||||
start: "2017-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 84 (KY State House of Representatives District 84).
|
||||
|
||||
Represents [KY State House of Representatives District 84](/us/states/ky/districts/house/84.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 29"
|
||||
represents: "us/states/ky/districts/house/29"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 29 (KY State House of Representatives District 29).
|
||||
|
||||
Represents [KY State House of Representatives District 29](/us/states/ky/districts/house/29.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 23"
|
||||
represents: "us/states/ky/districts/senate/23"
|
||||
tenure:
|
||||
start: "2013-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 23 (KY State Senate District 23).
|
||||
|
||||
Represents [KY State Senate District 23](/us/states/ky/districts/senate/23.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 3"
|
||||
represents: "us/states/ky/districts/senate/3"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 3 (KY State Senate District 3).
|
||||
|
||||
Represents [KY State Senate District 3](/us/states/ky/districts/senate/3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 13"
|
||||
represents: "us/states/ky/districts/house/13"
|
||||
tenure:
|
||||
start: "2021-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 13 (KY State House of Representatives District 13).
|
||||
|
||||
Represents [KY State House of Representatives District 13](/us/states/ky/districts/house/13.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 56"
|
||||
represents: "us/states/ky/districts/house/56"
|
||||
tenure:
|
||||
start: "2021-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 56 (KY State House of Representatives District 56).
|
||||
|
||||
Represents [KY State House of Representatives District 56](/us/states/ky/districts/house/56.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 54"
|
||||
represents: "us/states/ky/districts/house/54"
|
||||
tenure:
|
||||
start: "2016-03-15"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 54 (KY State House of Representatives District 54).
|
||||
|
||||
Represents [KY State House of Representatives District 54](/us/states/ky/districts/house/54.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 30"
|
||||
represents: "us/states/ky/districts/house/30"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 30 (KY State House of Representatives District 30).
|
||||
|
||||
Represents [KY State House of Representatives District 30](/us/states/ky/districts/house/30.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 2"
|
||||
represents: "us/states/ky/districts/senate/2"
|
||||
tenure:
|
||||
start: "2015-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 2 (KY State Senate District 2).
|
||||
|
||||
Represents [KY State Senate District 2](/us/states/ky/districts/senate/2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 9"
|
||||
represents: "us/states/ky/districts/senate/9"
|
||||
tenure:
|
||||
start: "2009-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 9 (KY State Senate District 9).
|
||||
|
||||
Represents [KY State Senate District 9](/us/states/ky/districts/senate/9.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 74"
|
||||
represents: "us/states/ky/districts/house/74"
|
||||
tenure:
|
||||
start: "2015-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 74 (KY State House of Representatives District 74).
|
||||
|
||||
Represents [KY State House of Representatives District 74](/us/states/ky/districts/house/74.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 80"
|
||||
represents: "us/states/ky/districts/house/80"
|
||||
tenure:
|
||||
start: "2013-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 80 (KY State House of Representatives District 80).
|
||||
|
||||
Represents [KY State House of Representatives District 80](/us/states/ky/districts/house/80.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 59"
|
||||
represents: "us/states/ky/districts/house/59"
|
||||
tenure:
|
||||
start: "2005-05-24"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 59 (KY State House of Representatives District 59).
|
||||
|
||||
Represents [KY State House of Representatives District 59](/us/states/ky/districts/house/59.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 81"
|
||||
represents: "us/states/ky/districts/house/81"
|
||||
tenure:
|
||||
start: "2019-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 81 (KY State House of Representatives District 81).
|
||||
|
||||
Represents [KY State House of Representatives District 81](/us/states/ky/districts/house/81.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 90"
|
||||
represents: "us/states/ky/districts/house/90"
|
||||
tenure:
|
||||
start: "2019-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 90 (KY State House of Representatives District 90).
|
||||
|
||||
Represents [KY State House of Representatives District 90](/us/states/ky/districts/house/90.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 22"
|
||||
represents: "us/states/ky/districts/senate/22"
|
||||
tenure:
|
||||
start: "2021-11-18"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 22 (KY State Senate District 22).
|
||||
|
||||
Represents [KY State Senate District 22](/us/states/ky/districts/senate/22.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 37"
|
||||
represents: "us/states/ky/districts/house/37"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 37 (KY State House of Representatives District 37).
|
||||
|
||||
Represents [KY State House of Representatives District 37](/us/states/ky/districts/house/37.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 57"
|
||||
represents: "us/states/ky/districts/house/57"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 57 (KY State House of Representatives District 57).
|
||||
|
||||
Represents [KY State House of Representatives District 57](/us/states/ky/districts/house/57.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 47"
|
||||
represents: "us/states/ky/districts/house/47"
|
||||
tenure:
|
||||
start: "2021-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 47 (KY State House of Representatives District 47).
|
||||
|
||||
Represents [KY State House of Representatives District 47](/us/states/ky/districts/house/47.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 8"
|
||||
represents: "us/states/ky/districts/senate/8"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 8 (KY State Senate District 8).
|
||||
|
||||
Represents [KY State Senate District 8](/us/states/ky/districts/senate/8.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 37"
|
||||
represents: "us/states/ky/districts/senate/37"
|
||||
tenure:
|
||||
start: "2026-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 37 (KY State Senate District 37).
|
||||
|
||||
Represents [KY State Senate District 37](/us/states/ky/districts/senate/37.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 77"
|
||||
represents: "us/states/ky/districts/house/77"
|
||||
tenure:
|
||||
start: "2015-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 77 (KY State House of Representatives District 77).
|
||||
|
||||
Represents [KY State House of Representatives District 77](/us/states/ky/districts/house/77.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 33"
|
||||
represents: "us/states/ky/districts/senate/33"
|
||||
tenure:
|
||||
start: "1989-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 33 (KY State Senate District 33).
|
||||
|
||||
Represents [KY State Senate District 33](/us/states/ky/districts/senate/33.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 20"
|
||||
represents: "us/states/ky/districts/senate/20"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 20 (KY State Senate District 20).
|
||||
|
||||
Represents [KY State Senate District 20](/us/states/ky/districts/senate/20.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 28"
|
||||
represents: "us/states/ky/districts/senate/28"
|
||||
tenure:
|
||||
start: "2023-06-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 28 (KY State Senate District 28).
|
||||
|
||||
Represents [KY State Senate District 28](/us/states/ky/districts/senate/28.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 11"
|
||||
represents: "us/states/ky/districts/house/11"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 11 (KY State House of Representatives District 11).
|
||||
|
||||
Represents [KY State House of Representatives District 11](/us/states/ky/districts/house/11.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 53"
|
||||
represents: "us/states/ky/districts/house/53"
|
||||
tenure:
|
||||
start: "2015-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 53 (KY State House of Representatives District 53).
|
||||
|
||||
Represents [KY State House of Representatives District 53](/us/states/ky/districts/house/53.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 28"
|
||||
represents: "us/states/ky/districts/house/28"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 28 (KY State House of Representatives District 28).
|
||||
|
||||
Represents [KY State House of Representatives District 28](/us/states/ky/districts/house/28.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 34"
|
||||
represents: "us/states/ky/districts/senate/34"
|
||||
tenure:
|
||||
start: "2011-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 34 (KY State Senate District 34).
|
||||
|
||||
Represents [KY State Senate District 34](/us/states/ky/districts/senate/34.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 1"
|
||||
represents: "us/states/ky/districts/senate/1"
|
||||
tenure:
|
||||
start: "2021-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 1 (KY State Senate District 1).
|
||||
|
||||
Represents [KY State Senate District 1](/us/states/ky/districts/senate/1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 33"
|
||||
represents: "us/states/ky/districts/house/33"
|
||||
tenure:
|
||||
start: "2017-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 33 (KY State House of Representatives District 33).
|
||||
|
||||
Represents [KY State House of Representatives District 33](/us/states/ky/districts/house/33.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 16"
|
||||
represents: "us/states/ky/districts/house/16"
|
||||
tenure:
|
||||
start: "2017-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 16 (KY State House of Representatives District 16).
|
||||
|
||||
Represents [KY State House of Representatives District 16](/us/states/ky/districts/house/16.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 58"
|
||||
represents: "us/states/ky/districts/house/58"
|
||||
tenure:
|
||||
start: "2021-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 58 (KY State House of Representatives District 58).
|
||||
|
||||
Represents [KY State House of Representatives District 58](/us/states/ky/districts/house/58.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 12"
|
||||
represents: "us/states/ky/districts/house/12"
|
||||
tenure:
|
||||
start: "2015-12-28"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 12 (KY State House of Representatives District 12).
|
||||
|
||||
Represents [KY State House of Representatives District 12](/us/states/ky/districts/house/12.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 14"
|
||||
represents: "us/states/ky/districts/senate/14"
|
||||
tenure:
|
||||
start: "2009-12-16"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 14 (KY State Senate District 14).
|
||||
|
||||
Represents [KY State Senate District 14](/us/states/ky/districts/senate/14.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 92"
|
||||
represents: "us/states/ky/districts/house/92"
|
||||
tenure:
|
||||
start: "2017-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 92 (KY State House of Representatives District 92).
|
||||
|
||||
Represents [KY State House of Representatives District 92](/us/states/ky/districts/house/92.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 36"
|
||||
represents: "us/states/ky/districts/house/36"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 36 (KY State House of Representatives District 36).
|
||||
|
||||
Represents [KY State House of Representatives District 36](/us/states/ky/districts/house/36.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 83"
|
||||
represents: "us/states/ky/districts/house/83"
|
||||
tenure:
|
||||
start: "2021-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 83 (KY State House of Representatives District 83).
|
||||
|
||||
Represents [KY State House of Representatives District 83](/us/states/ky/districts/house/83.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 71"
|
||||
represents: "us/states/ky/districts/house/71"
|
||||
tenure:
|
||||
start: "2021-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 71 (KY State House of Representatives District 71).
|
||||
|
||||
Represents [KY State House of Representatives District 71](/us/states/ky/districts/house/71.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 10"
|
||||
represents: "us/states/ky/districts/house/10"
|
||||
tenure:
|
||||
start: "2021-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 10 (KY State House of Representatives District 10).
|
||||
|
||||
Represents [KY State House of Representatives District 10](/us/states/ky/districts/house/10.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 42"
|
||||
represents: "us/states/ky/districts/house/42"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 42 (KY State House of Representatives District 42).
|
||||
|
||||
Represents [KY State House of Representatives District 42](/us/states/ky/districts/house/42.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 36"
|
||||
represents: "us/states/ky/districts/senate/36"
|
||||
tenure:
|
||||
start: "2015-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 36 (KY State Senate District 36).
|
||||
|
||||
Represents [KY State Senate District 36](/us/states/ky/districts/senate/36.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 26"
|
||||
represents: "us/states/ky/districts/senate/26"
|
||||
tenure:
|
||||
start: "2020-07-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 26 (KY State Senate District 26).
|
||||
|
||||
Represents [KY State Senate District 26](/us/states/ky/districts/senate/26.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 48"
|
||||
represents: "us/states/ky/districts/house/48"
|
||||
tenure:
|
||||
start: "2021-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 48 (KY State House of Representatives District 48).
|
||||
|
||||
Represents [KY State House of Representatives District 48](/us/states/ky/districts/house/48.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 52"
|
||||
represents: "us/states/ky/districts/house/52"
|
||||
tenure:
|
||||
start: "2013-02-25"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 52 (KY State House of Representatives District 52).
|
||||
|
||||
Represents [KY State House of Representatives District 52](/us/states/ky/districts/house/52.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 35"
|
||||
represents: "us/states/ky/districts/senate/35"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 35 (KY State Senate District 35).
|
||||
|
||||
Represents [KY State Senate District 35](/us/states/ky/districts/senate/35.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 20"
|
||||
represents: "us/states/ky/districts/house/20"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 20 (KY State House of Representatives District 20).
|
||||
|
||||
Represents [KY State House of Representatives District 20](/us/states/ky/districts/house/20.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 63"
|
||||
represents: "us/states/ky/districts/house/63"
|
||||
tenure:
|
||||
start: "2019-11-22"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 63 (KY State House of Representatives District 63).
|
||||
|
||||
Represents [KY State House of Representatives District 63](/us/states/ky/districts/house/63.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 2"
|
||||
represents: "us/states/ky/districts/house/2"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 2 (KY State House of Representatives District 2).
|
||||
|
||||
Represents [KY State House of Representatives District 2](/us/states/ky/districts/house/2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 55"
|
||||
represents: "us/states/ky/districts/house/55"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 55 (KY State House of Representatives District 55).
|
||||
|
||||
Represents [KY State House of Representatives District 55](/us/states/ky/districts/house/55.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 64"
|
||||
represents: "us/states/ky/districts/house/64"
|
||||
tenure:
|
||||
start: "2017-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 64 (KY State House of Representatives District 64).
|
||||
|
||||
Represents [KY State House of Representatives District 64](/us/states/ky/districts/house/64.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 75"
|
||||
represents: "us/states/ky/districts/house/75"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 75 (KY State House of Representatives District 75).
|
||||
|
||||
Represents [KY State House of Representatives District 75](/us/states/ky/districts/house/75.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 6"
|
||||
represents: "us/states/ky/districts/senate/6"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 6 (KY State Senate District 6).
|
||||
|
||||
Represents [KY State Senate District 6](/us/states/ky/districts/senate/6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 35"
|
||||
represents: "us/states/ky/districts/house/35"
|
||||
tenure:
|
||||
start: "2019-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 35 (KY State House of Representatives District 35).
|
||||
|
||||
Represents [KY State House of Representatives District 35](/us/states/ky/districts/house/35.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 60"
|
||||
represents: "us/states/ky/districts/house/60"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 60 (KY State House of Representatives District 60).
|
||||
|
||||
Represents [KY State House of Representatives District 60](/us/states/ky/districts/house/60.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 78"
|
||||
represents: "us/states/ky/districts/house/78"
|
||||
tenure:
|
||||
start: "2017-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 78 (KY State House of Representatives District 78).
|
||||
|
||||
Represents [KY State House of Representatives District 78](/us/states/ky/districts/house/78.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 5"
|
||||
represents: "us/states/ky/districts/house/5"
|
||||
tenure:
|
||||
start: "2021-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 5 (KY State House of Representatives District 5).
|
||||
|
||||
Represents [KY State House of Representatives District 5](/us/states/ky/districts/house/5.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 41"
|
||||
represents: "us/states/ky/districts/house/41"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 41 (KY State House of Representatives District 41).
|
||||
|
||||
Represents [KY State House of Representatives District 41](/us/states/ky/districts/house/41.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 10"
|
||||
represents: "us/states/ky/districts/senate/10"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 10 (KY State Senate District 10).
|
||||
|
||||
Represents [KY State Senate District 10](/us/states/ky/districts/senate/10.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 72"
|
||||
represents: "us/states/ky/districts/house/72"
|
||||
tenure:
|
||||
start: "2019-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 72 (KY State House of Representatives District 72).
|
||||
|
||||
Represents [KY State House of Representatives District 72](/us/states/ky/districts/house/72.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 67"
|
||||
represents: "us/states/ky/districts/house/67"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 67 (KY State House of Representatives District 67).
|
||||
|
||||
Represents [KY State House of Representatives District 67](/us/states/ky/districts/house/67.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 39"
|
||||
represents: "us/states/ky/districts/house/39"
|
||||
tenure:
|
||||
start: "2021-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 39 (KY State House of Representatives District 39).
|
||||
|
||||
Represents [KY State House of Representatives District 39](/us/states/ky/districts/house/39.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 17"
|
||||
represents: "us/states/ky/districts/senate/17"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 17 (KY State Senate District 17).
|
||||
|
||||
Represents [KY State Senate District 17](/us/states/ky/districts/senate/17.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 16"
|
||||
represents: "us/states/ky/districts/senate/16"
|
||||
tenure:
|
||||
start: "2015-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 16 (KY State Senate District 16).
|
||||
|
||||
Represents [KY State Senate District 16](/us/states/ky/districts/senate/16.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 19"
|
||||
represents: "us/states/ky/districts/house/19"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 19 (KY State House of Representatives District 19).
|
||||
|
||||
Represents [KY State House of Representatives District 19](/us/states/ky/districts/house/19.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 68"
|
||||
represents: "us/states/ky/districts/house/68"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 68 (KY State House of Representatives District 68).
|
||||
|
||||
Represents [KY State House of Representatives District 68](/us/states/ky/districts/house/68.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 38"
|
||||
represents: "us/states/ky/districts/senate/38"
|
||||
tenure:
|
||||
start: "2020-01-28"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 38 (KY State Senate District 38).
|
||||
|
||||
Represents [KY State Senate District 38](/us/states/ky/districts/senate/38.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 32"
|
||||
represents: "us/states/ky/districts/senate/32"
|
||||
tenure:
|
||||
start: "2011-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 32 (KY State Senate District 32).
|
||||
|
||||
Represents [KY State Senate District 32](/us/states/ky/districts/senate/32.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 94"
|
||||
represents: "us/states/ky/districts/house/94"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 94 (KY State House of Representatives District 94).
|
||||
|
||||
Represents [KY State House of Representatives District 94](/us/states/ky/districts/house/94.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 9"
|
||||
represents: "us/states/ky/districts/house/9"
|
||||
tenure:
|
||||
start: "2007-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 9 (KY State House of Representatives District 9).
|
||||
|
||||
Represents [KY State House of Representatives District 9](/us/states/ky/districts/house/9.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 27"
|
||||
represents: "us/states/ky/districts/house/27"
|
||||
tenure:
|
||||
start: "2019-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 27 (KY State House of Representatives District 27).
|
||||
|
||||
Represents [KY State House of Representatives District 27](/us/states/ky/districts/house/27.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 82"
|
||||
represents: "us/states/ky/districts/house/82"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 82 (KY State House of Representatives District 82).
|
||||
|
||||
Represents [KY State House of Representatives District 82](/us/states/ky/districts/house/82.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 40"
|
||||
represents: "us/states/ky/districts/house/40"
|
||||
tenure:
|
||||
start: "2019-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 40 (KY State House of Representatives District 40).
|
||||
|
||||
Represents [KY State House of Representatives District 40](/us/states/ky/districts/house/40.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 43"
|
||||
represents: "us/states/ky/districts/house/43"
|
||||
tenure:
|
||||
start: "2021-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 43 (KY State House of Representatives District 43).
|
||||
|
||||
Represents [KY State House of Representatives District 43](/us/states/ky/districts/house/43.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 96"
|
||||
represents: "us/states/ky/districts/house/96"
|
||||
tenure:
|
||||
start: "2021-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 96 (KY State House of Representatives District 96).
|
||||
|
||||
Represents [KY State House of Representatives District 96](/us/states/ky/districts/house/96.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 26"
|
||||
represents: "us/states/ky/districts/house/26"
|
||||
tenure:
|
||||
start: "2024-03-25"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 26 (KY State House of Representatives District 26).
|
||||
|
||||
Represents [KY State House of Representatives District 26](/us/states/ky/districts/house/26.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 31"
|
||||
represents: "us/states/ky/districts/senate/31"
|
||||
tenure:
|
||||
start: "2019-03-19"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 31 (KY State Senate District 31).
|
||||
|
||||
Represents [KY State Senate District 31](/us/states/ky/districts/senate/31.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 38"
|
||||
represents: "us/states/ky/districts/house/38"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 38 (KY State House of Representatives District 38).
|
||||
|
||||
Represents [KY State House of Representatives District 38](/us/states/ky/districts/house/38.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 3"
|
||||
represents: "us/states/ky/districts/house/3"
|
||||
tenure:
|
||||
start: "2019-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 3 (KY State House of Representatives District 3).
|
||||
|
||||
Represents [KY State House of Representatives District 3](/us/states/ky/districts/house/3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State House of Representatives District 15"
|
||||
represents: "us/states/ky/districts/house/15"
|
||||
tenure:
|
||||
start: "2023-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY House District 15 (KY State House of Representatives District 15).
|
||||
|
||||
Represents [KY State House of Representatives District 15](/us/states/ky/districts/house/15.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "KY State Senate District 13"
|
||||
represents: "us/states/ky/districts/senate/13"
|
||||
tenure:
|
||||
start: "2014-01-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current KY Senate District 13 (KY State Senate District 13).
|
||||
|
||||
Represents [KY State Senate District 13](/us/states/ky/districts/senate/13.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