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: "CO"
district: "CO State House of Representatives District 5"
represents: "us/states/co/districts/house/5"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 5 (CO State House of Representatives District 5).
Represents [CO State House of Representatives District 5](/us/states/co/districts/house/5.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 18"
represents: "us/states/co/districts/house/18"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 18 (CO State House of Representatives District 18).
Represents [CO State House of Representatives District 18](/us/states/co/districts/house/18.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 53"
represents: "us/states/co/districts/house/53"
tenure:
start: "2021-04-28"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 53 (CO State House of Representatives District 53).
Represents [CO State House of Representatives District 53](/us/states/co/districts/house/53.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 14"
represents: "us/states/co/districts/house/14"
tenure:
start: "2025-10-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 14 (CO State House of Representatives District 14).
Represents [CO State House of Representatives District 14](/us/states/co/districts/house/14.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 23"
represents: "us/states/co/districts/senate/23"
tenure:
start: "2021-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 23 (CO State Senate District 23).
Represents [CO State Senate District 23](/us/states/co/districts/senate/23.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 43"
represents: "us/states/co/districts/house/43"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 43 (CO State House of Representatives District 43).
Represents [CO State House of Representatives District 43](/us/states/co/districts/house/43.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 39"
represents: "us/states/co/districts/house/39"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 39 (CO State House of Representatives District 39).
Represents [CO State House of Representatives District 39](/us/states/co/districts/house/39.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 27"
represents: "us/states/co/districts/house/27"
tenure:
start: "2019-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 27 (CO State House of Representatives District 27).
Represents [CO State House of Representatives District 27](/us/states/co/districts/house/27.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 1"
represents: "us/states/co/districts/senate/1"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 1 (CO State Senate District 1).
Represents [CO State Senate District 1](/us/states/co/districts/senate/1.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 48"
represents: "us/states/co/districts/house/48"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 48 (CO State House of Representatives District 48).
Represents [CO State House of Representatives District 48](/us/states/co/districts/house/48.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 14"
represents: "us/states/co/districts/senate/14"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 14 (CO State Senate District 14).
Represents [CO State Senate District 14](/us/states/co/districts/senate/14.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 4"
represents: "us/states/co/districts/house/4"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 4 (CO State House of Representatives District 4).
Represents [CO State House of Representatives District 4](/us/states/co/districts/house/4.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 37"
represents: "us/states/co/districts/house/37"
tenure:
start: "2024-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 37 (CO State House of Representatives District 37).
Represents [CO State House of Representatives District 37](/us/states/co/districts/house/37.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 16"
represents: "us/states/co/districts/senate/16"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 16 (CO State Senate District 16).
Represents [CO State Senate District 16](/us/states/co/districts/senate/16.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 56"
represents: "us/states/co/districts/house/56"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 56 (CO State House of Representatives District 56).
Represents [CO State House of Representatives District 56](/us/states/co/districts/house/56.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 6"
represents: "us/states/co/districts/senate/6"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 6 (CO State Senate District 6).
Represents [CO State Senate District 6](/us/states/co/districts/senate/6.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 19"
represents: "us/states/co/districts/house/19"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 19 (CO State House of Representatives District 19).
Represents [CO State House of Representatives District 19](/us/states/co/districts/house/19.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 63"
represents: "us/states/co/districts/house/63"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 63 (CO State House of Representatives District 63).
Represents [CO State House of Representatives District 63](/us/states/co/districts/house/63.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 8"
represents: "us/states/co/districts/senate/8"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 8 (CO State Senate District 8).
Represents [CO State Senate District 8](/us/states/co/districts/senate/8.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 61"
represents: "us/states/co/districts/house/61"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 61 (CO State House of Representatives District 61).
Represents [CO State House of Representatives District 61](/us/states/co/districts/house/61.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 57"
represents: "us/states/co/districts/house/57"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 57 (CO State House of Representatives District 57).
Represents [CO State House of Representatives District 57](/us/states/co/districts/house/57.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 9"
represents: "us/states/co/districts/house/9"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 9 (CO State House of Representatives District 9).
Represents [CO State House of Representatives District 9](/us/states/co/districts/house/9.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 38"
represents: "us/states/co/districts/house/38"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 38 (CO State House of Representatives District 38).
Represents [CO State House of Representatives District 38](/us/states/co/districts/house/38.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 29"
represents: "us/states/co/districts/senate/29"
tenure:
start: "2025-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 29 (CO State Senate District 29).
Represents [CO State Senate District 29](/us/states/co/districts/senate/29.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 31"
represents: "us/states/co/districts/house/31"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 31 (CO State House of Representatives District 31).
Represents [CO State House of Representatives District 31](/us/states/co/districts/house/31.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 33"
represents: "us/states/co/districts/senate/33"
tenure:
start: "2021-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 33 (CO State Senate District 33).
Represents [CO State Senate District 33](/us/states/co/districts/senate/33.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 41"
represents: "us/states/co/districts/house/41"
tenure:
start: "2025-01-27"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 41 (CO State House of Representatives District 41).
Represents [CO State House of Representatives District 41](/us/states/co/districts/house/41.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 15"
represents: "us/states/co/districts/senate/15"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 15 (CO State Senate District 15).
Represents [CO State Senate District 15](/us/states/co/districts/senate/15.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 7"
represents: "us/states/co/districts/senate/7"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 7 (CO State Senate District 7).
Represents [CO State Senate District 7](/us/states/co/districts/senate/7.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 20"
represents: "us/states/co/districts/house/20"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 20 (CO State House of Representatives District 20).
Represents [CO State House of Representatives District 20](/us/states/co/districts/house/20.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 1"
represents: "us/states/co/districts/house/1"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 1 (CO State House of Representatives District 1).
Represents [CO State House of Representatives District 1](/us/states/co/districts/house/1.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 26"
represents: "us/states/co/districts/senate/26"
tenure:
start: "2019-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 26 (CO State Senate District 26).
Represents [CO State Senate District 26](/us/states/co/districts/senate/26.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 7"
represents: "us/states/co/districts/house/7"
tenure:
start: "2021-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 7 (CO State House of Representatives District 7).
Represents [CO State House of Representatives District 7](/us/states/co/districts/house/7.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 34"
represents: "us/states/co/districts/house/34"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 34 (CO State House of Representatives District 34).
Represents [CO State House of Representatives District 34](/us/states/co/districts/house/34.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 22"
represents: "us/states/co/districts/senate/22"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 22 (CO State Senate District 22).
Represents [CO State Senate District 22](/us/states/co/districts/senate/22.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 30"
represents: "us/states/co/districts/senate/30"
tenure:
start: "2025-01-10"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 30 (CO State Senate District 30).
Represents [CO State Senate District 30](/us/states/co/districts/senate/30.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 18"
represents: "us/states/co/districts/senate/18"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 18 (CO State Senate District 18).
Represents [CO State Senate District 18](/us/states/co/districts/senate/18.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 34"
represents: "us/states/co/districts/senate/34"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 34 (CO State Senate District 34).
Represents [CO State Senate District 34](/us/states/co/districts/senate/34.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 13"
represents: "us/states/co/districts/house/13"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 13 (CO State House of Representatives District 13).
Represents [CO State House of Representatives District 13](/us/states/co/districts/house/13.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 10"
represents: "us/states/co/districts/house/10"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 10 (CO State House of Representatives District 10).
Represents [CO State House of Representatives District 10](/us/states/co/districts/house/10.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 11"
represents: "us/states/co/districts/house/11"
tenure:
start: "2021-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 11 (CO State House of Representatives District 11).
Represents [CO State House of Representatives District 11](/us/states/co/districts/house/11.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 59"
represents: "us/states/co/districts/house/59"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 59 (CO State House of Representatives District 59).
Represents [CO State House of Representatives District 59](/us/states/co/districts/house/59.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 17"
represents: "us/states/co/districts/senate/17"
tenure:
start: "2025-03-21"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 17 (CO State Senate District 17).
Represents [CO State Senate District 17](/us/states/co/districts/senate/17.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 22"
represents: "us/states/co/districts/house/22"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 22 (CO State House of Representatives District 22).
Represents [CO State House of Representatives District 22](/us/states/co/districts/house/22.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 33"
represents: "us/states/co/districts/house/33"
tenure:
start: "2026-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 33 (CO State House of Representatives District 33).
Represents [CO State House of Representatives District 33](/us/states/co/districts/house/33.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 12"
represents: "us/states/co/districts/house/12"
tenure:
start: "2023-02-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 12 (CO State House of Representatives District 12).
Represents [CO State House of Representatives District 12](/us/states/co/districts/house/12.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 24"
represents: "us/states/co/districts/senate/24"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 24 (CO State Senate District 24).
Represents [CO State Senate District 24](/us/states/co/districts/senate/24.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 10"
represents: "us/states/co/districts/senate/10"
tenure:
start: "2021-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 10 (CO State Senate District 10).
Represents [CO State Senate District 10](/us/states/co/districts/senate/10.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 58"
represents: "us/states/co/districts/house/58"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 58 (CO State House of Representatives District 58).
Represents [CO State House of Representatives District 58](/us/states/co/districts/house/58.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 49"
represents: "us/states/co/districts/house/49"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 49 (CO State House of Representatives District 49).
Represents [CO State House of Representatives District 49](/us/states/co/districts/house/49.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 8"
represents: "us/states/co/districts/house/8"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 8 (CO State House of Representatives District 8).
Represents [CO State House of Representatives District 8](/us/states/co/districts/house/8.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 19"
represents: "us/states/co/districts/senate/19"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 19 (CO State Senate District 19).
Represents [CO State Senate District 19](/us/states/co/districts/senate/19.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 20"
represents: "us/states/co/districts/senate/20"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 20 (CO State Senate District 20).
Represents [CO State Senate District 20](/us/states/co/districts/senate/20.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 24"
represents: "us/states/co/districts/house/24"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 24 (CO State House of Representatives District 24).
Represents [CO State House of Representatives District 24](/us/states/co/districts/house/24.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 2"
represents: "us/states/co/districts/senate/2"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 2 (CO State Senate District 2).
Represents [CO State Senate District 2](/us/states/co/districts/senate/2.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 35"
represents: "us/states/co/districts/house/35"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 35 (CO State House of Representatives District 35).
Represents [CO State House of Representatives District 35](/us/states/co/districts/house/35.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 65"
represents: "us/states/co/districts/house/65"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 65 (CO State House of Representatives District 65).
Represents [CO State House of Representatives District 65](/us/states/co/districts/house/65.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 29"
represents: "us/states/co/districts/house/29"
tenure:
start: "2026-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 29 (CO State House of Representatives District 29).
Represents [CO State House of Representatives District 29](/us/states/co/districts/house/29.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 9"
represents: "us/states/co/districts/senate/9"
tenure:
start: "2025-07-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 9 (CO State Senate District 9).
Represents [CO State Senate District 9](/us/states/co/districts/senate/9.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 42"
represents: "us/states/co/districts/house/42"
tenure:
start: "2022-01-18"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 42 (CO State House of Representatives District 42).
Represents [CO State House of Representatives District 42](/us/states/co/districts/house/42.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 32"
represents: "us/states/co/districts/house/32"
tenure:
start: "2023-10-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 32 (CO State House of Representatives District 32).
Represents [CO State House of Representatives District 32](/us/states/co/districts/house/32.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 5"
represents: "us/states/co/districts/senate/5"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 5 (CO State Senate District 5).
Represents [CO State Senate District 5](/us/states/co/districts/senate/5.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 12"
represents: "us/states/co/districts/senate/12"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 12 (CO State Senate District 12).
Represents [CO State Senate District 12](/us/states/co/districts/senate/12.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 4"
represents: "us/states/co/districts/senate/4"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 4 (CO State Senate District 4).
Represents [CO State Senate District 4](/us/states/co/districts/senate/4.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 21"
represents: "us/states/co/districts/house/21"
tenure:
start: "2021-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 21 (CO State House of Representatives District 21).
Represents [CO State House of Representatives District 21](/us/states/co/districts/house/21.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 31"
represents: "us/states/co/districts/senate/31"
tenure:
start: "2025-01-10"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 31 (CO State Senate District 31).
Represents [CO State Senate District 31](/us/states/co/districts/senate/31.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 62"
represents: "us/states/co/districts/house/62"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 62 (CO State House of Representatives District 62).
Represents [CO State House of Representatives District 62](/us/states/co/districts/house/62.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 54"
represents: "us/states/co/districts/house/54"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 54 (CO State House of Representatives District 54).
Represents [CO State House of Representatives District 54](/us/states/co/districts/house/54.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 45"
represents: "us/states/co/districts/house/45"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 45 (CO State House of Representatives District 45).
Represents [CO State House of Representatives District 45](/us/states/co/districts/house/45.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 3"
represents: "us/states/co/districts/house/3"
tenure:
start: "2019-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 3 (CO State House of Representatives District 3).
Represents [CO State House of Representatives District 3](/us/states/co/districts/house/3.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 26"
represents: "us/states/co/districts/house/26"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 26 (CO State House of Representatives District 26).
Represents [CO State House of Representatives District 26](/us/states/co/districts/house/26.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 36"
represents: "us/states/co/districts/house/36"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 36 (CO State House of Representatives District 36).
Represents [CO State House of Representatives District 36](/us/states/co/districts/house/36.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 28"
represents: "us/states/co/districts/senate/28"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 28 (CO State Senate District 28).
Represents [CO State Senate District 28](/us/states/co/districts/senate/28.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 23"
represents: "us/states/co/districts/house/23"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 23 (CO State House of Representatives District 23).
Represents [CO State House of Representatives District 23](/us/states/co/districts/house/23.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 40"
represents: "us/states/co/districts/house/40"
tenure:
start: "2021-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 40 (CO State House of Representatives District 40).
Represents [CO State House of Representatives District 40](/us/states/co/districts/house/40.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 3"
represents: "us/states/co/districts/senate/3"
tenure:
start: "2022-02-28"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 3 (CO State Senate District 3).
Represents [CO State Senate District 3](/us/states/co/districts/senate/3.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 16"
represents: "us/states/co/districts/house/16"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 16 (CO State House of Representatives District 16).
Represents [CO State House of Representatives District 16](/us/states/co/districts/house/16.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 30"
represents: "us/states/co/districts/house/30"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 30 (CO State House of Representatives District 30).
Represents [CO State House of Representatives District 30](/us/states/co/districts/house/30.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 17"
represents: "us/states/co/districts/house/17"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 17 (CO State House of Representatives District 17).
Represents [CO State House of Representatives District 17](/us/states/co/districts/house/17.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 55"
represents: "us/states/co/districts/house/55"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 55 (CO State House of Representatives District 55).
Represents [CO State House of Representatives District 55](/us/states/co/districts/house/55.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 32"
represents: "us/states/co/districts/senate/32"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 32 (CO State Senate District 32).
Represents [CO State Senate District 32](/us/states/co/districts/senate/32.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 35"
represents: "us/states/co/districts/senate/35"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 35 (CO State Senate District 35).
Represents [CO State Senate District 35](/us/states/co/districts/senate/35.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 51"
represents: "us/states/co/districts/house/51"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 51 (CO State House of Representatives District 51).
Represents [CO State House of Representatives District 51](/us/states/co/districts/house/51.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 50"
represents: "us/states/co/districts/house/50"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 50 (CO State House of Representatives District 50).
Represents [CO State House of Representatives District 50](/us/states/co/districts/house/50.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 15"
represents: "us/states/co/districts/house/15"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 15 (CO State House of Representatives District 15).
Represents [CO State House of Representatives District 15](/us/states/co/districts/house/15.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 13"
represents: "us/states/co/districts/senate/13"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 13 (CO State Senate District 13).
Represents [CO State Senate District 13](/us/states/co/districts/senate/13.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 64"
represents: "us/states/co/districts/house/64"
tenure:
start: "2025-09-23"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 64 (CO State House of Representatives District 64).
Represents [CO State House of Representatives District 64](/us/states/co/districts/house/64.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 6"
represents: "us/states/co/districts/house/6"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 6 (CO State House of Representatives District 6).
Represents [CO State House of Representatives District 6](/us/states/co/districts/house/6.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 28"
represents: "us/states/co/districts/house/28"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 28 (CO State House of Representatives District 28).
Represents [CO State House of Representatives District 28](/us/states/co/districts/house/28.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 60"
represents: "us/states/co/districts/house/60"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 60 (CO State House of Representatives District 60).
Represents [CO State House of Representatives District 60](/us/states/co/districts/house/60.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 2"
represents: "us/states/co/districts/house/2"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 2 (CO State House of Representatives District 2).
Represents [CO State House of Representatives District 2](/us/states/co/districts/house/2.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 25"
represents: "us/states/co/districts/house/25"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 25 (CO State House of Representatives District 25).
Represents [CO State House of Representatives District 25](/us/states/co/districts/house/25.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 46"
represents: "us/states/co/districts/house/46"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 46 (CO State House of Representatives District 46).
Represents [CO State House of Representatives District 46](/us/states/co/districts/house/46.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 27"
represents: "us/states/co/districts/senate/27"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 27 (CO State Senate District 27).
Represents [CO State Senate District 27](/us/states/co/districts/senate/27.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 11"
represents: "us/states/co/districts/senate/11"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 11 (CO State Senate District 11).
Represents [CO State Senate District 11](/us/states/co/districts/senate/11.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 44"
represents: "us/states/co/districts/house/44"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 44 (CO State House of Representatives District 44).
Represents [CO State House of Representatives District 44](/us/states/co/districts/house/44.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 47"
represents: "us/states/co/districts/house/47"
tenure:
start: "2023-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 47 (CO State House of Representatives District 47).
Represents [CO State House of Representatives District 47](/us/states/co/districts/house/47.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State Senate District 25"
represents: "us/states/co/districts/senate/25"
tenure:
start: "2025-12-30"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO Senate District 25 (CO State Senate District 25).
Represents [CO State Senate District 25](/us/states/co/districts/senate/25.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "CO"
district: "CO State House of Representatives District 52"
represents: "us/states/co/districts/house/52"
tenure:
start: "2025-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current CO House District 52 (CO State House of Representatives District 52).
Represents [CO State House of Representatives District 52](/us/states/co/districts/house/52.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20