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: "CT"
|
||||
district: "CT State House of Representatives District 111"
|
||||
represents: "us/states/ct/districts/house/111"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 111 (CT State House of Representatives District 111).
|
||||
|
||||
Represents [CT State House of Representatives District 111](/us/states/ct/districts/house/111.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 97"
|
||||
represents: "us/states/ct/districts/house/97"
|
||||
tenure:
|
||||
start: "2017-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 97 (CT State House of Representatives District 97).
|
||||
|
||||
Represents [CT State House of Representatives District 97](/us/states/ct/districts/house/97.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 28"
|
||||
represents: "us/states/ct/districts/house/28"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 28 (CT State House of Representatives District 28).
|
||||
|
||||
Represents [CT State House of Representatives District 28](/us/states/ct/districts/house/28.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 113"
|
||||
represents: "us/states/ct/districts/house/113"
|
||||
tenure:
|
||||
start: "2025-04-25"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 113 (CT State House of Representatives District 113).
|
||||
|
||||
Represents [CT State House of Representatives District 113](/us/states/ct/districts/house/113.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 124"
|
||||
represents: "us/states/ct/districts/house/124"
|
||||
tenure:
|
||||
start: "2015-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 124 (CT State House of Representatives District 124).
|
||||
|
||||
Represents [CT State House of Representatives District 124](/us/states/ct/districts/house/124.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 44"
|
||||
represents: "us/states/ct/districts/house/44"
|
||||
tenure:
|
||||
start: "2017-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 44 (CT State House of Representatives District 44).
|
||||
|
||||
Represents [CT State House of Representatives District 44](/us/states/ct/districts/house/44.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 135"
|
||||
represents: "us/states/ct/districts/house/135"
|
||||
tenure:
|
||||
start: "2019-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 135 (CT State House of Representatives District 135).
|
||||
|
||||
Represents [CT State House of Representatives District 135](/us/states/ct/districts/house/135.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 39"
|
||||
represents: "us/states/ct/districts/house/39"
|
||||
tenure:
|
||||
start: "2019-03-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 39 (CT State House of Representatives District 39).
|
||||
|
||||
Represents [CT State House of Representatives District 39](/us/states/ct/districts/house/39.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 131"
|
||||
represents: "us/states/ct/districts/house/131"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 131 (CT State House of Representatives District 131).
|
||||
|
||||
Represents [CT State House of Representatives District 131](/us/states/ct/districts/house/131.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 41"
|
||||
represents: "us/states/ct/districts/house/41"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 41 (CT State House of Representatives District 41).
|
||||
|
||||
Represents [CT State House of Representatives District 41](/us/states/ct/districts/house/41.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 122"
|
||||
represents: "us/states/ct/districts/house/122"
|
||||
tenure:
|
||||
start: "2014-07-25"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 122 (CT State House of Representatives District 122).
|
||||
|
||||
Represents [CT State House of Representatives District 122](/us/states/ct/districts/house/122.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 115"
|
||||
represents: "us/states/ct/districts/house/115"
|
||||
tenure:
|
||||
start: "2024-01-30"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 115 (CT State House of Representatives District 115).
|
||||
|
||||
Represents [CT State House of Representatives District 115](/us/states/ct/districts/house/115.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 71"
|
||||
represents: "us/states/ct/districts/house/71"
|
||||
tenure:
|
||||
start: "2022-02-28"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 71 (CT State House of Representatives District 71).
|
||||
|
||||
Represents [CT State House of Representatives District 71](/us/states/ct/districts/house/71.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 67"
|
||||
represents: "us/states/ct/districts/house/67"
|
||||
tenure:
|
||||
start: "2017-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 67 (CT State House of Representatives District 67).
|
||||
|
||||
Represents [CT State House of Representatives District 67](/us/states/ct/districts/house/67.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 25"
|
||||
represents: "us/states/ct/districts/senate/25"
|
||||
tenure:
|
||||
start: "2005-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 25 (CT State Senate District 25).
|
||||
|
||||
Represents [CT State Senate District 25](/us/states/ct/districts/senate/25.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 110"
|
||||
represents: "us/states/ct/districts/house/110"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 110 (CT State House of Representatives District 110).
|
||||
|
||||
Represents [CT State House of Representatives District 110](/us/states/ct/districts/house/110.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 15"
|
||||
represents: "us/states/ct/districts/house/15"
|
||||
tenure:
|
||||
start: "2018-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 15 (CT State House of Representatives District 15).
|
||||
|
||||
Represents [CT State House of Representatives District 15](/us/states/ct/districts/house/15.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 33"
|
||||
represents: "us/states/ct/districts/house/33"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 33 (CT State House of Representatives District 33).
|
||||
|
||||
Represents [CT State House of Representatives District 33](/us/states/ct/districts/house/33.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 45"
|
||||
represents: "us/states/ct/districts/house/45"
|
||||
tenure:
|
||||
start: "2019-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 45 (CT State House of Representatives District 45).
|
||||
|
||||
Represents [CT State House of Representatives District 45](/us/states/ct/districts/house/45.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 77"
|
||||
represents: "us/states/ct/districts/house/77"
|
||||
tenure:
|
||||
start: "2015-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 77 (CT State House of Representatives District 77).
|
||||
|
||||
Represents [CT State House of Representatives District 77](/us/states/ct/districts/house/77.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 59"
|
||||
represents: "us/states/ct/districts/house/59"
|
||||
tenure:
|
||||
start: "2017-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 59 (CT State House of Representatives District 59).
|
||||
|
||||
Represents [CT State House of Representatives District 59](/us/states/ct/districts/house/59.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 19"
|
||||
represents: "us/states/ct/districts/senate/19"
|
||||
tenure:
|
||||
start: "2013-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 19 (CT State Senate District 19).
|
||||
|
||||
Represents [CT State Senate District 19](/us/states/ct/districts/senate/19.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 26"
|
||||
represents: "us/states/ct/districts/senate/26"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 26 (CT State Senate District 26).
|
||||
|
||||
Represents [CT State Senate District 26](/us/states/ct/districts/senate/26.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 35"
|
||||
represents: "us/states/ct/districts/house/35"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 35 (CT State House of Representatives District 35).
|
||||
|
||||
Represents [CT State House of Representatives District 35](/us/states/ct/districts/house/35.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 81"
|
||||
represents: "us/states/ct/districts/house/81"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 81 (CT State House of Representatives District 81).
|
||||
|
||||
Represents [CT State House of Representatives District 81](/us/states/ct/districts/house/81.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 51"
|
||||
represents: "us/states/ct/districts/house/51"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 51 (CT State House of Representatives District 51).
|
||||
|
||||
Represents [CT State House of Representatives District 51](/us/states/ct/districts/house/51.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 32"
|
||||
represents: "us/states/ct/districts/house/32"
|
||||
tenure:
|
||||
start: "2011-01-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 32 (CT State House of Representatives District 32).
|
||||
|
||||
Represents [CT State House of Representatives District 32](/us/states/ct/districts/house/32.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 12"
|
||||
represents: "us/states/ct/districts/senate/12"
|
||||
tenure:
|
||||
start: "2019-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 12 (CT State Senate District 12).
|
||||
|
||||
Represents [CT State Senate District 12](/us/states/ct/districts/senate/12.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 128"
|
||||
represents: "us/states/ct/districts/house/128"
|
||||
tenure:
|
||||
start: "2015-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 128 (CT State House of Representatives District 128).
|
||||
|
||||
Represents [CT State House of Representatives District 128](/us/states/ct/districts/house/128.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 145"
|
||||
represents: "us/states/ct/districts/house/145"
|
||||
tenure:
|
||||
start: "2021-05-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 145 (CT State House of Representatives District 145).
|
||||
|
||||
Represents [CT State House of Representatives District 145](/us/states/ct/districts/house/145.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 90"
|
||||
represents: "us/states/ct/districts/house/90"
|
||||
tenure:
|
||||
start: "2016-11-18"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 90 (CT State House of Representatives District 90).
|
||||
|
||||
Represents [CT State House of Representatives District 90](/us/states/ct/districts/house/90.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 133"
|
||||
represents: "us/states/ct/districts/house/133"
|
||||
tenure:
|
||||
start: "2015-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 133 (CT State House of Representatives District 133).
|
||||
|
||||
Represents [CT State House of Representatives District 133](/us/states/ct/districts/house/133.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 40"
|
||||
represents: "us/states/ct/districts/house/40"
|
||||
tenure:
|
||||
start: "2025-02-28"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 40 (CT State House of Representatives District 40).
|
||||
|
||||
Represents [CT State House of Representatives District 40](/us/states/ct/districts/house/40.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 26"
|
||||
represents: "us/states/ct/districts/house/26"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 26 (CT State House of Representatives District 26).
|
||||
|
||||
Represents [CT State House of Representatives District 26](/us/states/ct/districts/house/26.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 123"
|
||||
represents: "us/states/ct/districts/house/123"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 123 (CT State House of Representatives District 123).
|
||||
|
||||
Represents [CT State House of Representatives District 123](/us/states/ct/districts/house/123.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 87"
|
||||
represents: "us/states/ct/districts/house/87"
|
||||
tenure:
|
||||
start: "2011-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 87 (CT State House of Representatives District 87).
|
||||
|
||||
Represents [CT State House of Representatives District 87](/us/states/ct/districts/house/87.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 5"
|
||||
represents: "us/states/ct/districts/senate/5"
|
||||
tenure:
|
||||
start: "2019-03-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 5 (CT State Senate District 5).
|
||||
|
||||
Represents [CT State Senate District 5](/us/states/ct/districts/senate/5.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 46"
|
||||
represents: "us/states/ct/districts/house/46"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 46 (CT State House of Representatives District 46).
|
||||
|
||||
Represents [CT State House of Representatives District 46](/us/states/ct/districts/house/46.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 23"
|
||||
represents: "us/states/ct/districts/house/23"
|
||||
tenure:
|
||||
start: "2015-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 23 (CT State House of Representatives District 23).
|
||||
|
||||
Represents [CT State House of Representatives District 23](/us/states/ct/districts/house/23.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 143"
|
||||
represents: "us/states/ct/districts/house/143"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 143 (CT State House of Representatives District 143).
|
||||
|
||||
Represents [CT State House of Representatives District 143](/us/states/ct/districts/house/143.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 30"
|
||||
represents: "us/states/ct/districts/house/30"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 30 (CT State House of Representatives District 30).
|
||||
|
||||
Represents [CT State House of Representatives District 30](/us/states/ct/districts/house/30.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 47"
|
||||
represents: "us/states/ct/districts/house/47"
|
||||
tenure:
|
||||
start: "2015-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 47 (CT State House of Representatives District 47).
|
||||
|
||||
Represents [CT State House of Representatives District 47](/us/states/ct/districts/house/47.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 2"
|
||||
represents: "us/states/ct/districts/senate/2"
|
||||
tenure:
|
||||
start: "2017-03-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 2 (CT State Senate District 2).
|
||||
|
||||
Represents [CT State Senate District 2](/us/states/ct/districts/senate/2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 146"
|
||||
represents: "us/states/ct/districts/house/146"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 146 (CT State House of Representatives District 146).
|
||||
|
||||
Represents [CT State House of Representatives District 146](/us/states/ct/districts/house/146.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 17"
|
||||
represents: "us/states/ct/districts/house/17"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 17 (CT State House of Representatives District 17).
|
||||
|
||||
Represents [CT State House of Representatives District 17](/us/states/ct/districts/house/17.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 32"
|
||||
represents: "us/states/ct/districts/senate/32"
|
||||
tenure:
|
||||
start: "2017-03-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 32 (CT State Senate District 32).
|
||||
|
||||
Represents [CT State Senate District 32](/us/states/ct/districts/senate/32.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 109"
|
||||
represents: "us/states/ct/districts/house/109"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 109 (CT State House of Representatives District 109).
|
||||
|
||||
Represents [CT State House of Representatives District 109](/us/states/ct/districts/house/109.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 118"
|
||||
represents: "us/states/ct/districts/house/118"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 118 (CT State House of Representatives District 118).
|
||||
|
||||
Represents [CT State House of Representatives District 118](/us/states/ct/districts/house/118.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 126"
|
||||
represents: "us/states/ct/districts/house/126"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 126 (CT State House of Representatives District 126).
|
||||
|
||||
Represents [CT State House of Representatives District 126](/us/states/ct/districts/house/126.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 80"
|
||||
represents: "us/states/ct/districts/house/80"
|
||||
tenure:
|
||||
start: "2019-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 80 (CT State House of Representatives District 80).
|
||||
|
||||
Represents [CT State House of Representatives District 80](/us/states/ct/districts/house/80.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 27"
|
||||
represents: "us/states/ct/districts/house/27"
|
||||
tenure:
|
||||
start: "2019-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 27 (CT State House of Representatives District 27).
|
||||
|
||||
Represents [CT State House of Representatives District 27](/us/states/ct/districts/house/27.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 10"
|
||||
represents: "us/states/ct/districts/senate/10"
|
||||
tenure:
|
||||
start: "2014-02-28"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 10 (CT State Senate District 10).
|
||||
|
||||
Represents [CT State Senate District 10](/us/states/ct/districts/senate/10.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 12"
|
||||
represents: "us/states/ct/districts/house/12"
|
||||
tenure:
|
||||
start: "2019-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 12 (CT State House of Representatives District 12).
|
||||
|
||||
Represents [CT State House of Representatives District 12](/us/states/ct/districts/house/12.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 75"
|
||||
represents: "us/states/ct/districts/house/75"
|
||||
tenure:
|
||||
start: "2016-04-28"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 75 (CT State House of Representatives District 75).
|
||||
|
||||
Represents [CT State House of Representatives District 75](/us/states/ct/districts/house/75.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 43"
|
||||
represents: "us/states/ct/districts/house/43"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 43 (CT State House of Representatives District 43).
|
||||
|
||||
Represents [CT State House of Representatives District 43](/us/states/ct/districts/house/43.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 54"
|
||||
represents: "us/states/ct/districts/house/54"
|
||||
tenure:
|
||||
start: "2011-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 54 (CT State House of Representatives District 54).
|
||||
|
||||
Represents [CT State House of Representatives District 54](/us/states/ct/districts/house/54.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 18"
|
||||
represents: "us/states/ct/districts/senate/18"
|
||||
tenure:
|
||||
start: "2017-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 18 (CT State Senate District 18).
|
||||
|
||||
Represents [CT State Senate District 18](/us/states/ct/districts/senate/18.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 151"
|
||||
represents: "us/states/ct/districts/house/151"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 151 (CT State House of Representatives District 151).
|
||||
|
||||
Represents [CT State House of Representatives District 151](/us/states/ct/districts/house/151.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 31"
|
||||
represents: "us/states/ct/districts/senate/31"
|
||||
tenure:
|
||||
start: "2015-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 31 (CT State Senate District 31).
|
||||
|
||||
Represents [CT State Senate District 31](/us/states/ct/districts/senate/31.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 10"
|
||||
represents: "us/states/ct/districts/house/10"
|
||||
tenure:
|
||||
start: "2006-02-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 10 (CT State House of Representatives District 10).
|
||||
|
||||
Represents [CT State House of Representatives District 10](/us/states/ct/districts/house/10.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 23"
|
||||
represents: "us/states/ct/districts/senate/23"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 23 (CT State Senate District 23).
|
||||
|
||||
Represents [CT State Senate District 23](/us/states/ct/districts/senate/23.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 84"
|
||||
represents: "us/states/ct/districts/house/84"
|
||||
tenure:
|
||||
start: "2013-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 84 (CT State House of Representatives District 84).
|
||||
|
||||
Represents [CT State House of Representatives District 84](/us/states/ct/districts/house/84.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 144"
|
||||
represents: "us/states/ct/districts/house/144"
|
||||
tenure:
|
||||
start: "2022-02-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 144 (CT State House of Representatives District 144).
|
||||
|
||||
Represents [CT State House of Representatives District 144](/us/states/ct/districts/house/144.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 34"
|
||||
represents: "us/states/ct/districts/house/34"
|
||||
tenure:
|
||||
start: "2019-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 34 (CT State House of Representatives District 34).
|
||||
|
||||
Represents [CT State House of Representatives District 34](/us/states/ct/districts/house/34.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 25"
|
||||
represents: "us/states/ct/districts/house/25"
|
||||
tenure:
|
||||
start: "2026-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 25 (CT State House of Representatives District 25).
|
||||
|
||||
Represents [CT State House of Representatives District 25](/us/states/ct/districts/house/25.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 83"
|
||||
represents: "us/states/ct/districts/house/83"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 83 (CT State House of Representatives District 83).
|
||||
|
||||
Represents [CT State House of Representatives District 83](/us/states/ct/districts/house/83.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 57"
|
||||
represents: "us/states/ct/districts/house/57"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 57 (CT State House of Representatives District 57).
|
||||
|
||||
Represents [CT State House of Representatives District 57](/us/states/ct/districts/house/57.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 14"
|
||||
represents: "us/states/ct/districts/senate/14"
|
||||
tenure:
|
||||
start: "2019-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 14 (CT State Senate District 14).
|
||||
|
||||
Represents [CT State Senate District 14](/us/states/ct/districts/senate/14.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 13"
|
||||
represents: "us/states/ct/districts/senate/13"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 13 (CT State Senate District 13).
|
||||
|
||||
Represents [CT State Senate District 13](/us/states/ct/districts/senate/13.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 60"
|
||||
represents: "us/states/ct/districts/house/60"
|
||||
tenure:
|
||||
start: "2019-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 60 (CT State House of Representatives District 60).
|
||||
|
||||
Represents [CT State House of Representatives District 60](/us/states/ct/districts/house/60.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 69"
|
||||
represents: "us/states/ct/districts/house/69"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 69 (CT State House of Representatives District 69).
|
||||
|
||||
Represents [CT State House of Representatives District 69](/us/states/ct/districts/house/69.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 13"
|
||||
represents: "us/states/ct/districts/house/13"
|
||||
tenure:
|
||||
start: "2019-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 13 (CT State House of Representatives District 13).
|
||||
|
||||
Represents [CT State House of Representatives District 13](/us/states/ct/districts/house/13.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 21"
|
||||
represents: "us/states/ct/districts/senate/21"
|
||||
tenure:
|
||||
start: "2025-02-28"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 21 (CT State Senate District 21).
|
||||
|
||||
Represents [CT State Senate District 21](/us/states/ct/districts/senate/21.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 9"
|
||||
represents: "us/states/ct/districts/house/9"
|
||||
tenure:
|
||||
start: "2009-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 9 (CT State House of Representatives District 9).
|
||||
|
||||
Represents [CT State House of Representatives District 9](/us/states/ct/districts/house/9.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 63"
|
||||
represents: "us/states/ct/districts/house/63"
|
||||
tenure:
|
||||
start: "2013-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 63 (CT State House of Representatives District 63).
|
||||
|
||||
Represents [CT State House of Representatives District 63](/us/states/ct/districts/house/63.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 35"
|
||||
represents: "us/states/ct/districts/senate/35"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 35 (CT State Senate District 35).
|
||||
|
||||
Represents [CT State Senate District 35](/us/states/ct/districts/senate/35.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 132"
|
||||
represents: "us/states/ct/districts/house/132"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 132 (CT State House of Representatives District 132).
|
||||
|
||||
Represents [CT State House of Representatives District 132](/us/states/ct/districts/house/132.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 31"
|
||||
represents: "us/states/ct/districts/house/31"
|
||||
tenure:
|
||||
start: "2019-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 31 (CT State House of Representatives District 31).
|
||||
|
||||
Represents [CT State House of Representatives District 31](/us/states/ct/districts/house/31.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 18"
|
||||
represents: "us/states/ct/districts/house/18"
|
||||
tenure:
|
||||
start: "2019-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 18 (CT State House of Representatives District 18).
|
||||
|
||||
Represents [CT State House of Representatives District 18](/us/states/ct/districts/house/18.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 6"
|
||||
represents: "us/states/ct/districts/house/6"
|
||||
tenure:
|
||||
start: "2023-03-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 6 (CT State House of Representatives District 6).
|
||||
|
||||
Represents [CT State House of Representatives District 6](/us/states/ct/districts/house/6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 15"
|
||||
represents: "us/states/ct/districts/senate/15"
|
||||
tenure:
|
||||
start: "2001-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 15 (CT State Senate District 15).
|
||||
|
||||
Represents [CT State Senate District 15](/us/states/ct/districts/senate/15.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 65"
|
||||
represents: "us/states/ct/districts/house/65"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 65 (CT State House of Representatives District 65).
|
||||
|
||||
Represents [CT State House of Representatives District 65](/us/states/ct/districts/house/65.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 121"
|
||||
represents: "us/states/ct/districts/house/121"
|
||||
tenure:
|
||||
start: "2016-02-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 121 (CT State House of Representatives District 121).
|
||||
|
||||
Represents [CT State House of Representatives District 121](/us/states/ct/districts/house/121.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 78"
|
||||
represents: "us/states/ct/districts/house/78"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 78 (CT State House of Representatives District 78).
|
||||
|
||||
Represents [CT State House of Representatives District 78](/us/states/ct/districts/house/78.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 68"
|
||||
represents: "us/states/ct/districts/house/68"
|
||||
tenure:
|
||||
start: "2017-05-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 68 (CT State House of Representatives District 68).
|
||||
|
||||
Represents [CT State House of Representatives District 68](/us/states/ct/districts/house/68.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 99"
|
||||
represents: "us/states/ct/districts/house/99"
|
||||
tenure:
|
||||
start: "2019-03-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 99 (CT State House of Representatives District 99).
|
||||
|
||||
Represents [CT State House of Representatives District 99](/us/states/ct/districts/house/99.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 1"
|
||||
represents: "us/states/ct/districts/senate/1"
|
||||
tenure:
|
||||
start: "1997-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 1 (CT State Senate District 1).
|
||||
|
||||
Represents [CT State Senate District 1](/us/states/ct/districts/senate/1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 7"
|
||||
represents: "us/states/ct/districts/senate/7"
|
||||
tenure:
|
||||
start: "1993-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 7 (CT State Senate District 7).
|
||||
|
||||
Represents [CT State Senate District 7](/us/states/ct/districts/senate/7.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 101"
|
||||
represents: "us/states/ct/districts/house/101"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 101 (CT State House of Representatives District 101).
|
||||
|
||||
Represents [CT State House of Representatives District 101](/us/states/ct/districts/house/101.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 76"
|
||||
represents: "us/states/ct/districts/house/76"
|
||||
tenure:
|
||||
start: "1989-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 76 (CT State House of Representatives District 76).
|
||||
|
||||
Represents [CT State House of Representatives District 76](/us/states/ct/districts/house/76.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 58"
|
||||
represents: "us/states/ct/districts/house/58"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 58 (CT State House of Representatives District 58).
|
||||
|
||||
Represents [CT State House of Representatives District 58](/us/states/ct/districts/house/58.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 148"
|
||||
represents: "us/states/ct/districts/house/148"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 148 (CT State House of Representatives District 148).
|
||||
|
||||
Represents [CT State House of Representatives District 148](/us/states/ct/districts/house/148.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 136"
|
||||
represents: "us/states/ct/districts/house/136"
|
||||
tenure:
|
||||
start: "2011-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 136 (CT State House of Representatives District 136).
|
||||
|
||||
Represents [CT State House of Representatives District 136](/us/states/ct/districts/house/136.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 17"
|
||||
represents: "us/states/ct/districts/senate/17"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 17 (CT State Senate District 17).
|
||||
|
||||
Represents [CT State Senate District 17](/us/states/ct/districts/senate/17.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 88"
|
||||
represents: "us/states/ct/districts/house/88"
|
||||
tenure:
|
||||
start: "2017-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 88 (CT State House of Representatives District 88).
|
||||
|
||||
Represents [CT State House of Representatives District 88](/us/states/ct/districts/house/88.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 7"
|
||||
represents: "us/states/ct/districts/house/7"
|
||||
tenure:
|
||||
start: "2017-04-28"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 7 (CT State House of Representatives District 7).
|
||||
|
||||
Represents [CT State House of Representatives District 7](/us/states/ct/districts/house/7.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 95"
|
||||
represents: "us/states/ct/districts/house/95"
|
||||
tenure:
|
||||
start: "2003-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 95 (CT State House of Representatives District 95).
|
||||
|
||||
Represents [CT State House of Representatives District 95](/us/states/ct/districts/house/95.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State Senate District 24"
|
||||
represents: "us/states/ct/districts/senate/24"
|
||||
tenure:
|
||||
start: "2019-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT Senate District 24 (CT State Senate District 24).
|
||||
|
||||
Represents [CT State Senate District 24](/us/states/ct/districts/senate/24.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 4"
|
||||
represents: "us/states/ct/districts/house/4"
|
||||
tenure:
|
||||
start: "2018-06-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 4 (CT State House of Representatives District 4).
|
||||
|
||||
Represents [CT State House of Representatives District 4](/us/states/ct/districts/house/4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "CT"
|
||||
district: "CT State House of Representatives District 137"
|
||||
represents: "us/states/ct/districts/house/137"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current CT House District 137 (CT State House of Representatives District 137).
|
||||
|
||||
Represents [CT State House of Representatives District 137](/us/states/ct/districts/house/137.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