Graph: national county↔district↔legislator authority layer

The first edges in the repo. Every US county now links to the districts it
sits in, weighted by area overlap, and every legislator links to the district
they represent — county → district → representative, traversable.

Data (PostGIS, no Atlas dependency — computed directly from geometry):
- data/county_district_edges.jsonl — 16,328 weighted edges. area_weight =
  ST_Area(ST_Intersection(county, district))/ST_Area(county) over ST_MakeValid
  Census TIGER 2024 geometries, overlaps <0.5% dropped. Uses area-intersection,
  NOT centroid-in-polygon, so urban districts that carve through counties
  (e.g. GA CD-5 / Atlanta across Clayton+DeKalb+Fulton) are captured, not
  silently dropped. Per-county weights sum to ~1.0 per district type.

build.py:
- ~6,896 new district nodes: 435 CD (ACS demographics where available; sparse
  for the 8 states missing from acs_cd) + 4,927 state-house + 1,897 state-senate
  (geometry-only). GEOID/number-keyed, stable.
- county index.md gains a `districts:` block (frontmatter) + a ## Districts
  section (body links, so link-integrity checks them).
- legislators + US House members gain `represents:` pointing at their district
  node; edge stored once on the person, inverse left to the view.
- schemas/jurisdiction: classification enum + chamber/districts fields.

Honest gaps (logged, not hidden): ID + NH have no state-house geometry, so
their house districts get nodes (represents resolves) but no county edges;
CD nodes for acs_cd-missing states are demographically sparse.

Deterministic (byte-identical rebuild); validate.py passes 26,617 records,
link-integrity clean (every district/represents link resolves).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Fabio
2026-07-04 22:28:08 -04:00
parent 6c9990a115
commit 1beeaab2db
18213 changed files with 280514 additions and 3515 deletions
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 86"
represents: "us/states/ks/districts/house/86"
tenure:
start: "2026-01-12"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 86 (KS State House of Representatives District 86).
Represents [KS State House of Representatives District 86](/us/states/ks/districts/house/86.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 120"
represents: "us/states/ks/districts/house/120"
tenure:
start: "2017-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 120 (KS State House of Representatives District 120).
Represents [KS State House of Representatives District 120](/us/states/ks/districts/house/120.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 23"
represents: "us/states/ks/districts/senate/23"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 23 (KS State Senate District 23).
Represents [KS State Senate District 23](/us/states/ks/districts/senate/23.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 117"
represents: "us/states/ks/districts/house/117"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 117 (KS State House of Representatives District 117).
Represents [KS State House of Representatives District 117](/us/states/ks/districts/house/117.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 58"
represents: "us/states/ks/districts/house/58"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 58 (KS State House of Representatives District 58).
Represents [KS State House of Representatives District 58](/us/states/ks/districts/house/58.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 63"
represents: "us/states/ks/districts/house/63"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 63 (KS State House of Representatives District 63).
Represents [KS State House of Representatives District 63](/us/states/ks/districts/house/63.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 67"
represents: "us/states/ks/districts/house/67"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 67 (KS State House of Representatives District 67).
Represents [KS State House of Representatives District 67](/us/states/ks/districts/house/67.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 103"
represents: "us/states/ks/districts/house/103"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 103 (KS State House of Representatives District 103).
Represents [KS State House of Representatives District 103](/us/states/ks/districts/house/103.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 39"
represents: "us/states/ks/districts/house/39"
tenure:
start: "2024-03-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 39 (KS State House of Representatives District 39).
Represents [KS State House of Representatives District 39](/us/states/ks/districts/house/39.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 72"
represents: "us/states/ks/districts/house/72"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 72 (KS State House of Representatives District 72).
Represents [KS State House of Representatives District 72](/us/states/ks/districts/house/72.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 111"
represents: "us/states/ks/districts/house/111"
tenure:
start: "2019-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 111 (KS State House of Representatives District 111).
Represents [KS State House of Representatives District 111](/us/states/ks/districts/house/111.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 44"
represents: "us/states/ks/districts/house/44"
tenure:
start: "1993-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 44 (KS State House of Representatives District 44).
Represents [KS State House of Representatives District 44](/us/states/ks/districts/house/44.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 9"
represents: "us/states/ks/districts/senate/9"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 9 (KS State Senate District 9).
Represents [KS State Senate District 9](/us/states/ks/districts/senate/9.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 64"
represents: "us/states/ks/districts/house/64"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 64 (KS State House of Representatives District 64).
Represents [KS State House of Representatives District 64](/us/states/ks/districts/house/64.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 39"
represents: "us/states/ks/districts/senate/39"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 39 (KS State Senate District 39).
Represents [KS State Senate District 39](/us/states/ks/districts/senate/39.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 80"
represents: "us/states/ks/districts/house/80"
tenure:
start: "2019-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 80 (KS State House of Representatives District 80).
Represents [KS State House of Representatives District 80](/us/states/ks/districts/house/80.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 43"
represents: "us/states/ks/districts/house/43"
tenure:
start: "2013-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 43 (KS State House of Representatives District 43).
Represents [KS State House of Representatives District 43](/us/states/ks/districts/house/43.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 81"
represents: "us/states/ks/districts/house/81"
tenure:
start: "2022-05-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 81 (KS State House of Representatives District 81).
Represents [KS State House of Representatives District 81](/us/states/ks/districts/house/81.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 123"
represents: "us/states/ks/districts/house/123"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 123 (KS State House of Representatives District 123).
Represents [KS State House of Representatives District 123](/us/states/ks/districts/house/123.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 76"
represents: "us/states/ks/districts/house/76"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 76 (KS State House of Representatives District 76).
Represents [KS State House of Representatives District 76](/us/states/ks/districts/house/76.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 22"
represents: "us/states/ks/districts/senate/22"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 22 (KS State Senate District 22).
Represents [KS State Senate District 22](/us/states/ks/districts/senate/22.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 108"
represents: "us/states/ks/districts/house/108"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 108 (KS State House of Representatives District 108).
Represents [KS State House of Representatives District 108](/us/states/ks/districts/house/108.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 20"
represents: "us/states/ks/districts/senate/20"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 20 (KS State Senate District 20).
Represents [KS State Senate District 20](/us/states/ks/districts/senate/20.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 113"
represents: "us/states/ks/districts/house/113"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 113 (KS State House of Representatives District 113).
Represents [KS State House of Representatives District 113](/us/states/ks/districts/house/113.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 93"
represents: "us/states/ks/districts/house/93"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 93 (KS State House of Representatives District 93).
Represents [KS State House of Representatives District 93](/us/states/ks/districts/house/93.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 46"
represents: "us/states/ks/districts/house/46"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 46 (KS State House of Representatives District 46).
Represents [KS State House of Representatives District 46](/us/states/ks/districts/house/46.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 28"
represents: "us/states/ks/districts/house/28"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 28 (KS State House of Representatives District 28).
Represents [KS State House of Representatives District 28](/us/states/ks/districts/house/28.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 33"
represents: "us/states/ks/districts/house/33"
tenure:
start: "2025-09-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 33 (KS State House of Representatives District 33).
Represents [KS State House of Representatives District 33](/us/states/ks/districts/house/33.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 12"
represents: "us/states/ks/districts/senate/12"
tenure:
start: "2013-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 12 (KS State Senate District 12).
Represents [KS State Senate District 12](/us/states/ks/districts/senate/12.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 14"
represents: "us/states/ks/districts/house/14"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 14 (KS State House of Representatives District 14).
Represents [KS State House of Representatives District 14](/us/states/ks/districts/house/14.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 26"
represents: "us/states/ks/districts/senate/26"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 26 (KS State Senate District 26).
Represents [KS State Senate District 26](/us/states/ks/districts/senate/26.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 26"
represents: "us/states/ks/districts/house/26"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 26 (KS State House of Representatives District 26).
Represents [KS State House of Representatives District 26](/us/states/ks/districts/house/26.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 8"
represents: "us/states/ks/districts/house/8"
tenure:
start: "2019-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 8 (KS State House of Representatives District 8).
Represents [KS State House of Representatives District 8](/us/states/ks/districts/house/8.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 3"
represents: "us/states/ks/districts/house/3"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 3 (KS State House of Representatives District 3).
Represents [KS State House of Representatives District 3](/us/states/ks/districts/house/3.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 8"
represents: "us/states/ks/districts/senate/8"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 8 (KS State Senate District 8).
Represents [KS State Senate District 8](/us/states/ks/districts/senate/8.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 18"
represents: "us/states/ks/districts/house/18"
tenure:
start: "2017-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 18 (KS State House of Representatives District 18).
Represents [KS State House of Representatives District 18](/us/states/ks/districts/house/18.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 69"
represents: "us/states/ks/districts/house/69"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 69 (KS State House of Representatives District 69).
Represents [KS State House of Representatives District 69](/us/states/ks/districts/house/69.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 5"
represents: "us/states/ks/districts/house/5"
tenure:
start: "2025-10-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 5 (KS State House of Representatives District 5).
Represents [KS State House of Representatives District 5](/us/states/ks/districts/house/5.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 1"
represents: "us/states/ks/districts/senate/1"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 1 (KS State Senate District 1).
Represents [KS State Senate District 1](/us/states/ks/districts/senate/1.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 98"
represents: "us/states/ks/districts/house/98"
tenure:
start: "2021-08-24"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 98 (KS State House of Representatives District 98).
Represents [KS State House of Representatives District 98](/us/states/ks/districts/house/98.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 1"
represents: "us/states/ks/districts/house/1"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 1 (KS State House of Representatives District 1).
Represents [KS State House of Representatives District 1](/us/states/ks/districts/house/1.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 7"
represents: "us/states/ks/districts/house/7"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 7 (KS State House of Representatives District 7).
Represents [KS State House of Representatives District 7](/us/states/ks/districts/house/7.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 100"
represents: "us/states/ks/districts/house/100"
tenure:
start: "2013-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 100 (KS State House of Representatives District 100).
Represents [KS State House of Representatives District 100](/us/states/ks/districts/house/100.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 48"
represents: "us/states/ks/districts/house/48"
tenure:
start: "2021-08-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 48 (KS State House of Representatives District 48).
Represents [KS State House of Representatives District 48](/us/states/ks/districts/house/48.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 40"
represents: "us/states/ks/districts/house/40"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 40 (KS State House of Representatives District 40).
Represents [KS State House of Representatives District 40](/us/states/ks/districts/house/40.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 4"
represents: "us/states/ks/districts/senate/4"
tenure:
start: "2001-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 4 (KS State Senate District 4).
Represents [KS State Senate District 4](/us/states/ks/districts/senate/4.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 107"
represents: "us/states/ks/districts/house/107"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 107 (KS State House of Representatives District 107).
Represents [KS State House of Representatives District 107](/us/states/ks/districts/house/107.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 21"
represents: "us/states/ks/districts/senate/21"
tenure:
start: "2018-12-19"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 21 (KS State Senate District 21).
Represents [KS State Senate District 21](/us/states/ks/districts/senate/21.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 12"
represents: "us/states/ks/districts/house/12"
tenure:
start: "2017-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 12 (KS State House of Representatives District 12).
Represents [KS State House of Representatives District 12](/us/states/ks/districts/house/12.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 37"
represents: "us/states/ks/districts/senate/37"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 37 (KS State Senate District 37).
Represents [KS State Senate District 37](/us/states/ks/districts/senate/37.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 13"
represents: "us/states/ks/districts/house/13"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 13 (KS State House of Representatives District 13).
Represents [KS State House of Representatives District 13](/us/states/ks/districts/house/13.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 36"
represents: "us/states/ks/districts/senate/36"
tenure:
start: "2013-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 36 (KS State Senate District 36).
Represents [KS State Senate District 36](/us/states/ks/districts/senate/36.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 91"
represents: "us/states/ks/districts/house/91"
tenure:
start: "2018-01-23"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 91 (KS State House of Representatives District 91).
Represents [KS State House of Representatives District 91](/us/states/ks/districts/house/91.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 7"
represents: "us/states/ks/districts/senate/7"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 7 (KS State Senate District 7).
Represents [KS State Senate District 7](/us/states/ks/districts/senate/7.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 84"
represents: "us/states/ks/districts/house/84"
tenure:
start: "2022-09-30"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 84 (KS State House of Representatives District 84).
Represents [KS State House of Representatives District 84](/us/states/ks/districts/house/84.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 61"
represents: "us/states/ks/districts/house/61"
tenure:
start: "2017-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 61 (KS State House of Representatives District 61).
Represents [KS State House of Representatives District 61](/us/states/ks/districts/house/61.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 9"
represents: "us/states/ks/districts/house/9"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 9 (KS State House of Representatives District 9).
Represents [KS State House of Representatives District 9](/us/states/ks/districts/house/9.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 115"
represents: "us/states/ks/districts/house/115"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 115 (KS State House of Representatives District 115).
Represents [KS State House of Representatives District 115](/us/states/ks/districts/house/115.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 70"
represents: "us/states/ks/districts/house/70"
tenure:
start: "2025-08-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 70 (KS State House of Representatives District 70).
Represents [KS State House of Representatives District 70](/us/states/ks/districts/house/70.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 29"
represents: "us/states/ks/districts/house/29"
tenure:
start: "2021-09-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 29 (KS State House of Representatives District 29).
Represents [KS State House of Representatives District 29](/us/states/ks/districts/house/29.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 83"
represents: "us/states/ks/districts/house/83"
tenure:
start: "2016-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 83 (KS State House of Representatives District 83).
Represents [KS State House of Representatives District 83](/us/states/ks/districts/house/83.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 24"
represents: "us/states/ks/districts/house/24"
tenure:
start: "2015-01-12"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 24 (KS State House of Representatives District 24).
Represents [KS State House of Representatives District 24](/us/states/ks/districts/house/24.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 119"
represents: "us/states/ks/districts/house/119"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 119 (KS State House of Representatives District 119).
Represents [KS State House of Representatives District 119](/us/states/ks/districts/house/119.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 5"
represents: "us/states/ks/districts/senate/5"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 5 (KS State Senate District 5).
Represents [KS State Senate District 5](/us/states/ks/districts/senate/5.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 21"
represents: "us/states/ks/districts/house/21"
tenure:
start: "2017-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 21 (KS State House of Representatives District 21).
Represents [KS State House of Representatives District 21](/us/states/ks/districts/house/21.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 52"
represents: "us/states/ks/districts/house/52"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 52 (KS State House of Representatives District 52).
Represents [KS State House of Representatives District 52](/us/states/ks/districts/house/52.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 105"
represents: "us/states/ks/districts/house/105"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 105 (KS State House of Representatives District 105).
Represents [KS State House of Representatives District 105](/us/states/ks/districts/house/105.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 118"
represents: "us/states/ks/districts/house/118"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 118 (KS State House of Representatives District 118).
Represents [KS State House of Representatives District 118](/us/states/ks/districts/house/118.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 17"
represents: "us/states/ks/districts/house/17"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 17 (KS State House of Representatives District 17).
Represents [KS State House of Representatives District 17](/us/states/ks/districts/house/17.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 27"
represents: "us/states/ks/districts/senate/27"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 27 (KS State Senate District 27).
Represents [KS State Senate District 27](/us/states/ks/districts/senate/27.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 101"
represents: "us/states/ks/districts/house/101"
tenure:
start: "2009-01-12"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 101 (KS State House of Representatives District 101).
Represents [KS State House of Representatives District 101](/us/states/ks/districts/house/101.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 57"
represents: "us/states/ks/districts/house/57"
tenure:
start: "2013-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 57 (KS State House of Representatives District 57).
Represents [KS State House of Representatives District 57](/us/states/ks/districts/house/57.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 92"
represents: "us/states/ks/districts/house/92"
tenure:
start: "2013-10-16"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 92 (KS State House of Representatives District 92).
Represents [KS State House of Representatives District 92](/us/states/ks/districts/house/92.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 89"
represents: "us/states/ks/districts/house/89"
tenure:
start: "2017-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 89 (KS State House of Representatives District 89).
Represents [KS State House of Representatives District 89](/us/states/ks/districts/house/89.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 11"
represents: "us/states/ks/districts/senate/11"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 11 (KS State Senate District 11).
Represents [KS State Senate District 11](/us/states/ks/districts/senate/11.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 2"
represents: "us/states/ks/districts/house/2"
tenure:
start: "2019-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 2 (KS State House of Representatives District 2).
Represents [KS State House of Representatives District 2](/us/states/ks/districts/house/2.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 54"
represents: "us/states/ks/districts/house/54"
tenure:
start: "2013-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 54 (KS State House of Representatives District 54).
Represents [KS State House of Representatives District 54](/us/states/ks/districts/house/54.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 110"
represents: "us/states/ks/districts/house/110"
tenure:
start: "2016-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 110 (KS State House of Representatives District 110).
Represents [KS State House of Representatives District 110](/us/states/ks/districts/house/110.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 18"
represents: "us/states/ks/districts/senate/18"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 18 (KS State Senate District 18).
Represents [KS State Senate District 18](/us/states/ks/districts/senate/18.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 114"
represents: "us/states/ks/districts/house/114"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 114 (KS State House of Representatives District 114).
Represents [KS State House of Representatives District 114](/us/states/ks/districts/house/114.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 53"
represents: "us/states/ks/districts/house/53"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 53 (KS State House of Representatives District 53).
Represents [KS State House of Representatives District 53](/us/states/ks/districts/house/53.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 77"
represents: "us/states/ks/districts/house/77"
tenure:
start: "2015-01-12"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 77 (KS State House of Representatives District 77).
Represents [KS State House of Representatives District 77](/us/states/ks/districts/house/77.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 116"
represents: "us/states/ks/districts/house/116"
tenure:
start: "2011-01-10"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 116 (KS State House of Representatives District 116).
Represents [KS State House of Representatives District 116](/us/states/ks/districts/house/116.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 50"
represents: "us/states/ks/districts/house/50"
tenure:
start: "2023-10-24"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 50 (KS State House of Representatives District 50).
Represents [KS State House of Representatives District 50](/us/states/ks/districts/house/50.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 102"
represents: "us/states/ks/districts/house/102"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 102 (KS State House of Representatives District 102).
Represents [KS State House of Representatives District 102](/us/states/ks/districts/house/102.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 42"
represents: "us/states/ks/districts/house/42"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 42 (KS State House of Representatives District 42).
Represents [KS State House of Representatives District 42](/us/states/ks/districts/house/42.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 32"
represents: "us/states/ks/districts/senate/32"
tenure:
start: "2017-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 32 (KS State Senate District 32).
Represents [KS State Senate District 32](/us/states/ks/districts/senate/32.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 30"
represents: "us/states/ks/districts/house/30"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 30 (KS State House of Representatives District 30).
Represents [KS State House of Representatives District 30](/us/states/ks/districts/house/30.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 15"
represents: "us/states/ks/districts/house/15"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 15 (KS State House of Representatives District 15).
Represents [KS State House of Representatives District 15](/us/states/ks/districts/house/15.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 82"
represents: "us/states/ks/districts/house/82"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 82 (KS State House of Representatives District 82).
Represents [KS State House of Representatives District 82](/us/states/ks/districts/house/82.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 94"
represents: "us/states/ks/districts/house/94"
tenure:
start: "2017-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 94 (KS State House of Representatives District 94).
Represents [KS State House of Representatives District 94](/us/states/ks/districts/house/94.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 16"
represents: "us/states/ks/districts/house/16"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 16 (KS State House of Representatives District 16).
Represents [KS State House of Representatives District 16](/us/states/ks/districts/house/16.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 22"
represents: "us/states/ks/districts/house/22"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 22 (KS State House of Representatives District 22).
Represents [KS State House of Representatives District 22](/us/states/ks/districts/house/22.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 106"
represents: "us/states/ks/districts/house/106"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 106 (KS State House of Representatives District 106).
Represents [KS State House of Representatives District 106](/us/states/ks/districts/house/106.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 122"
represents: "us/states/ks/districts/house/122"
tenure:
start: "2025-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 122 (KS State House of Representatives District 122).
Represents [KS State House of Representatives District 122](/us/states/ks/districts/house/122.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 31"
represents: "us/states/ks/districts/house/31"
tenure:
start: "2013-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 31 (KS State House of Representatives District 31).
Represents [KS State House of Representatives District 31](/us/states/ks/districts/house/31.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 36"
represents: "us/states/ks/districts/house/36"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 36 (KS State House of Representatives District 36).
Represents [KS State House of Representatives District 36](/us/states/ks/districts/house/36.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State Senate District 2"
represents: "us/states/ks/districts/senate/2"
tenure:
start: "2005-01-10"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS Senate District 2 (KS State Senate District 2).
Represents [KS State Senate District 2](/us/states/ks/districts/senate/2.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 20"
represents: "us/states/ks/districts/house/20"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 20 (KS State House of Representatives District 20).
Represents [KS State House of Representatives District 20](/us/states/ks/districts/house/20.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "KS"
district: "KS State House of Representatives District 60"
represents: "us/states/ks/districts/house/60"
tenure:
start: "2017-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current KS House District 60 (KS State House of Representatives District 60).
Represents [KS State House of Representatives District 60](/us/states/ks/districts/house/60.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