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: "GA"
|
||||
district: "GA State House of Representatives District 106"
|
||||
represents: "us/states/ga/districts/house/106"
|
||||
tenure:
|
||||
start: "2025-12-18"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 106 (GA State House of Representatives District 106).
|
||||
|
||||
Represents [GA State House of Representatives District 106](/us/states/ga/districts/house/106.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 168"
|
||||
represents: "us/states/ga/districts/house/168"
|
||||
tenure:
|
||||
start: "2003-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 168 (GA State House of Representatives District 168).
|
||||
|
||||
Represents [GA State House of Representatives District 168](/us/states/ga/districts/house/168.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 33"
|
||||
represents: "us/states/ga/districts/house/33"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 33 (GA State House of Representatives District 33).
|
||||
|
||||
Represents [GA State House of Representatives District 33](/us/states/ga/districts/house/33.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 91"
|
||||
represents: "us/states/ga/districts/house/91"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 91 (GA State House of Representatives District 91).
|
||||
|
||||
Represents [GA State House of Representatives District 91](/us/states/ga/districts/house/91.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 169"
|
||||
represents: "us/states/ga/districts/house/169"
|
||||
tenure:
|
||||
start: "2025-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 169 (GA State House of Representatives District 169).
|
||||
|
||||
Represents [GA State House of Representatives District 169](/us/states/ga/districts/house/169.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 163"
|
||||
represents: "us/states/ga/districts/house/163"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 163 (GA State House of Representatives District 163).
|
||||
|
||||
Represents [GA State House of Representatives District 163](/us/states/ga/districts/house/163.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 96"
|
||||
represents: "us/states/ga/districts/house/96"
|
||||
tenure:
|
||||
start: "2025-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 96 (GA State House of Representatives District 96).
|
||||
|
||||
Represents [GA State House of Representatives District 96](/us/states/ga/districts/house/96.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 1"
|
||||
represents: "us/states/ga/districts/senate/1"
|
||||
tenure:
|
||||
start: "2015-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 1 (GA State Senate District 1).
|
||||
|
||||
Represents [GA State Senate District 1](/us/states/ga/districts/senate/1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 135"
|
||||
represents: "us/states/ga/districts/house/135"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 135 (GA State House of Representatives District 135).
|
||||
|
||||
Represents [GA State House of Representatives District 135](/us/states/ga/districts/house/135.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 147"
|
||||
represents: "us/states/ga/districts/house/147"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 147 (GA State House of Representatives District 147).
|
||||
|
||||
Represents [GA State House of Representatives District 147](/us/states/ga/districts/house/147.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 54"
|
||||
represents: "us/states/ga/districts/house/54"
|
||||
tenure:
|
||||
start: "2019-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 54 (GA State House of Representatives District 54).
|
||||
|
||||
Represents [GA State House of Representatives District 54](/us/states/ga/districts/house/54.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 46"
|
||||
represents: "us/states/ga/districts/senate/46"
|
||||
tenure:
|
||||
start: "2007-01-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 46 (GA State Senate District 46).
|
||||
|
||||
Represents [GA State Senate District 46](/us/states/ga/districts/senate/46.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 23"
|
||||
represents: "us/states/ga/districts/house/23"
|
||||
tenure:
|
||||
start: "2026-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 23 (GA State House of Representatives District 23).
|
||||
|
||||
Represents [GA State House of Representatives District 23](/us/states/ga/districts/house/23.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 161"
|
||||
represents: "us/states/ga/districts/house/161"
|
||||
tenure:
|
||||
start: "2013-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 161 (GA State House of Representatives District 161).
|
||||
|
||||
Represents [GA State House of Representatives District 161](/us/states/ga/districts/house/161.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 157"
|
||||
represents: "us/states/ga/districts/house/157"
|
||||
tenure:
|
||||
start: "2015-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 157 (GA State House of Representatives District 157).
|
||||
|
||||
Represents [GA State House of Representatives District 157](/us/states/ga/districts/house/157.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 152"
|
||||
represents: "us/states/ga/districts/house/152"
|
||||
tenure:
|
||||
start: "2019-12-24"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 152 (GA State House of Representatives District 152).
|
||||
|
||||
Represents [GA State House of Representatives District 152](/us/states/ga/districts/house/152.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 4"
|
||||
represents: "us/states/ga/districts/senate/4"
|
||||
tenure:
|
||||
start: "2020-08-21"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 4 (GA State Senate District 4).
|
||||
|
||||
Represents [GA State Senate District 4](/us/states/ga/districts/senate/4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 88"
|
||||
represents: "us/states/ga/districts/house/88"
|
||||
tenure:
|
||||
start: "2003-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 88 (GA State House of Representatives District 88).
|
||||
|
||||
Represents [GA State House of Representatives District 88](/us/states/ga/districts/house/88.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 19"
|
||||
represents: "us/states/ga/districts/senate/19"
|
||||
tenure:
|
||||
start: "2017-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 19 (GA State Senate District 19).
|
||||
|
||||
Represents [GA State Senate District 19](/us/states/ga/districts/senate/19.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 50"
|
||||
represents: "us/states/ga/districts/senate/50"
|
||||
tenure:
|
||||
start: "2021-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 50 (GA State Senate District 50).
|
||||
|
||||
Represents [GA State Senate District 50](/us/states/ga/districts/senate/50.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 21"
|
||||
represents: "us/states/ga/districts/house/21"
|
||||
tenure:
|
||||
start: "2021-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 21 (GA State House of Representatives District 21).
|
||||
|
||||
Represents [GA State House of Representatives District 21](/us/states/ga/districts/house/21.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 28"
|
||||
represents: "us/states/ga/districts/house/28"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 28 (GA State House of Representatives District 28).
|
||||
|
||||
Represents [GA State House of Representatives District 28](/us/states/ga/districts/house/28.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 132"
|
||||
represents: "us/states/ga/districts/house/132"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 132 (GA State House of Representatives District 132).
|
||||
|
||||
Represents [GA State House of Representatives District 132](/us/states/ga/districts/house/132.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 42"
|
||||
represents: "us/states/ga/districts/senate/42"
|
||||
tenure:
|
||||
start: "2025-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 42 (GA State Senate District 42).
|
||||
|
||||
Represents [GA State Senate District 42](/us/states/ga/districts/senate/42.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 112"
|
||||
represents: "us/states/ga/districts/house/112"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 112 (GA State House of Representatives District 112).
|
||||
|
||||
Represents [GA State House of Representatives District 112](/us/states/ga/districts/house/112.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 56"
|
||||
represents: "us/states/ga/districts/house/56"
|
||||
tenure:
|
||||
start: "2025-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 56 (GA State House of Representatives District 56).
|
||||
|
||||
Represents [GA State House of Representatives District 56](/us/states/ga/districts/house/56.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 167"
|
||||
represents: "us/states/ga/districts/house/167"
|
||||
tenure:
|
||||
start: "2021-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 167 (GA State House of Representatives District 167).
|
||||
|
||||
Represents [GA State House of Representatives District 167](/us/states/ga/districts/house/167.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 158"
|
||||
represents: "us/states/ga/districts/house/158"
|
||||
tenure:
|
||||
start: "1985-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 158 (GA State House of Representatives District 158).
|
||||
|
||||
Represents [GA State House of Representatives District 158](/us/states/ga/districts/house/158.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 13"
|
||||
represents: "us/states/ga/districts/senate/13"
|
||||
tenure:
|
||||
start: "2020-03-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 13 (GA State Senate District 13).
|
||||
|
||||
Represents [GA State Senate District 13](/us/states/ga/districts/senate/13.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 162"
|
||||
represents: "us/states/ga/districts/house/162"
|
||||
tenure:
|
||||
start: "2016-05-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 162 (GA State House of Representatives District 162).
|
||||
|
||||
Represents [GA State House of Representatives District 162](/us/states/ga/districts/house/162.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 139"
|
||||
represents: "us/states/ga/districts/house/139"
|
||||
tenure:
|
||||
start: "2024-05-15"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 139 (GA State House of Representatives District 139).
|
||||
|
||||
Represents [GA State House of Representatives District 139](/us/states/ga/districts/house/139.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 141"
|
||||
represents: "us/states/ga/districts/house/141"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 141 (GA State House of Representatives District 141).
|
||||
|
||||
Represents [GA State House of Representatives District 141](/us/states/ga/districts/house/141.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 24"
|
||||
represents: "us/states/ga/districts/house/24"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 24 (GA State House of Representatives District 24).
|
||||
|
||||
Represents [GA State House of Representatives District 24](/us/states/ga/districts/house/24.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 20"
|
||||
represents: "us/states/ga/districts/house/20"
|
||||
tenure:
|
||||
start: "2021-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 20 (GA State House of Representatives District 20).
|
||||
|
||||
Represents [GA State House of Representatives District 20](/us/states/ga/districts/house/20.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 172"
|
||||
represents: "us/states/ga/districts/house/172"
|
||||
tenure:
|
||||
start: "2023-02-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 172 (GA State House of Representatives District 172).
|
||||
|
||||
Represents [GA State House of Representatives District 172](/us/states/ga/districts/house/172.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 32"
|
||||
represents: "us/states/ga/districts/house/32"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 32 (GA State House of Representatives District 32).
|
||||
|
||||
Represents [GA State House of Representatives District 32](/us/states/ga/districts/house/32.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 104"
|
||||
represents: "us/states/ga/districts/house/104"
|
||||
tenure:
|
||||
start: "2013-12-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 104 (GA State House of Representatives District 104).
|
||||
|
||||
Represents [GA State House of Representatives District 104](/us/states/ga/districts/house/104.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 52"
|
||||
represents: "us/states/ga/districts/senate/52"
|
||||
tenure:
|
||||
start: "2013-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 52 (GA State Senate District 52).
|
||||
|
||||
Represents [GA State Senate District 52](/us/states/ga/districts/senate/52.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 49"
|
||||
represents: "us/states/ga/districts/house/49"
|
||||
tenure:
|
||||
start: "2013-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 49 (GA State House of Representatives District 49).
|
||||
|
||||
Represents [GA State House of Representatives District 49](/us/states/ga/districts/house/49.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 54"
|
||||
represents: "us/states/ga/districts/senate/54"
|
||||
tenure:
|
||||
start: "2017-01-18"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 54 (GA State Senate District 54).
|
||||
|
||||
Represents [GA State Senate District 54](/us/states/ga/districts/senate/54.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 118"
|
||||
represents: "us/states/ga/districts/house/118"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 118 (GA State House of Representatives District 118).
|
||||
|
||||
Represents [GA State House of Representatives District 118](/us/states/ga/districts/house/118.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 45"
|
||||
represents: "us/states/ga/districts/senate/45"
|
||||
tenure:
|
||||
start: "2021-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 45 (GA State Senate District 45).
|
||||
|
||||
Represents [GA State Senate District 45](/us/states/ga/districts/senate/45.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 144"
|
||||
represents: "us/states/ga/districts/house/144"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 144 (GA State House of Representatives District 144).
|
||||
|
||||
Represents [GA State House of Representatives District 144](/us/states/ga/districts/house/144.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 133"
|
||||
represents: "us/states/ga/districts/house/133"
|
||||
tenure:
|
||||
start: "2025-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 133 (GA State House of Representatives District 133).
|
||||
|
||||
Represents [GA State House of Representatives District 133](/us/states/ga/districts/house/133.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 95"
|
||||
represents: "us/states/ga/districts/house/95"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 95 (GA State House of Representatives District 95).
|
||||
|
||||
Represents [GA State House of Representatives District 95](/us/states/ga/districts/house/95.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 173"
|
||||
represents: "us/states/ga/districts/house/173"
|
||||
tenure:
|
||||
start: "2011-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 173 (GA State House of Representatives District 173).
|
||||
|
||||
Represents [GA State House of Representatives District 173](/us/states/ga/districts/house/173.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 100"
|
||||
represents: "us/states/ga/districts/house/100"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 100 (GA State House of Representatives District 100).
|
||||
|
||||
Represents [GA State House of Representatives District 100](/us/states/ga/districts/house/100.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 72"
|
||||
represents: "us/states/ga/districts/house/72"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 72 (GA State House of Representatives District 72).
|
||||
|
||||
Represents [GA State House of Representatives District 72](/us/states/ga/districts/house/72.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 136"
|
||||
represents: "us/states/ga/districts/house/136"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 136 (GA State House of Representatives District 136).
|
||||
|
||||
Represents [GA State House of Representatives District 136](/us/states/ga/districts/house/136.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 26"
|
||||
represents: "us/states/ga/districts/senate/26"
|
||||
tenure:
|
||||
start: "2013-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 26 (GA State Senate District 26).
|
||||
|
||||
Represents [GA State Senate District 26](/us/states/ga/districts/senate/26.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 153"
|
||||
represents: "us/states/ga/districts/house/153"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 153 (GA State House of Representatives District 153).
|
||||
|
||||
Represents [GA State House of Representatives District 153](/us/states/ga/districts/house/153.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 38"
|
||||
represents: "us/states/ga/districts/house/38"
|
||||
tenure:
|
||||
start: "2013-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 38 (GA State House of Representatives District 38).
|
||||
|
||||
Represents [GA State House of Representatives District 38](/us/states/ga/districts/house/38.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 137"
|
||||
represents: "us/states/ga/districts/house/137"
|
||||
tenure:
|
||||
start: "2013-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 137 (GA State House of Representatives District 137).
|
||||
|
||||
Represents [GA State House of Representatives District 137](/us/states/ga/districts/house/137.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 53"
|
||||
represents: "us/states/ga/districts/house/53"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 53 (GA State House of Representatives District 53).
|
||||
|
||||
Represents [GA State House of Representatives District 53](/us/states/ga/districts/house/53.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 69"
|
||||
represents: "us/states/ga/districts/house/69"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 69 (GA State House of Representatives District 69).
|
||||
|
||||
Represents [GA State House of Representatives District 69](/us/states/ga/districts/house/69.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 78"
|
||||
represents: "us/states/ga/districts/house/78"
|
||||
tenure:
|
||||
start: "2013-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 78 (GA State House of Representatives District 78).
|
||||
|
||||
Represents [GA State House of Representatives District 78](/us/states/ga/districts/house/78.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 2"
|
||||
represents: "us/states/ga/districts/senate/2"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 2 (GA State Senate District 2).
|
||||
|
||||
Represents [GA State Senate District 2](/us/states/ga/districts/senate/2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 68"
|
||||
represents: "us/states/ga/districts/house/68"
|
||||
tenure:
|
||||
start: "2023-06-29"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 68 (GA State House of Representatives District 68).
|
||||
|
||||
Represents [GA State House of Representatives District 68](/us/states/ga/districts/house/68.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 30"
|
||||
represents: "us/states/ga/districts/house/30"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 30 (GA State House of Representatives District 30).
|
||||
|
||||
Represents [GA State House of Representatives District 30](/us/states/ga/districts/house/30.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 34"
|
||||
represents: "us/states/ga/districts/house/34"
|
||||
tenure:
|
||||
start: "2021-07-21"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 34 (GA State House of Representatives District 34).
|
||||
|
||||
Represents [GA State House of Representatives District 34](/us/states/ga/districts/house/34.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 109"
|
||||
represents: "us/states/ga/districts/house/109"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 109 (GA State House of Representatives District 109).
|
||||
|
||||
Represents [GA State House of Representatives District 109](/us/states/ga/districts/house/109.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 33"
|
||||
represents: "us/states/ga/districts/senate/33"
|
||||
tenure:
|
||||
start: "2015-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 33 (GA State Senate District 33).
|
||||
|
||||
Represents [GA State Senate District 33](/us/states/ga/districts/senate/33.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 44"
|
||||
represents: "us/states/ga/districts/house/44"
|
||||
tenure:
|
||||
start: "2013-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 44 (GA State House of Representatives District 44).
|
||||
|
||||
Represents [GA State House of Representatives District 44](/us/states/ga/districts/house/44.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 28"
|
||||
represents: "us/states/ga/districts/senate/28"
|
||||
tenure:
|
||||
start: "2025-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 28 (GA State Senate District 28).
|
||||
|
||||
Represents [GA State Senate District 28](/us/states/ga/districts/senate/28.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 93"
|
||||
represents: "us/states/ga/districts/house/93"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 93 (GA State House of Representatives District 93).
|
||||
|
||||
Represents [GA State House of Representatives District 93](/us/states/ga/districts/house/93.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 49"
|
||||
represents: "us/states/ga/districts/senate/49"
|
||||
tenure:
|
||||
start: "2025-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 49 (GA State Senate District 49).
|
||||
|
||||
Represents [GA State Senate District 49](/us/states/ga/districts/senate/49.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 15"
|
||||
represents: "us/states/ga/districts/senate/15"
|
||||
tenure:
|
||||
start: "1993-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 15 (GA State Senate District 15).
|
||||
|
||||
Represents [GA State Senate District 15](/us/states/ga/districts/senate/15.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 37"
|
||||
represents: "us/states/ga/districts/senate/37"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 37 (GA State Senate District 37).
|
||||
|
||||
Represents [GA State Senate District 37](/us/states/ga/districts/senate/37.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 12"
|
||||
represents: "us/states/ga/districts/house/12"
|
||||
tenure:
|
||||
start: "2013-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 12 (GA State House of Representatives District 12).
|
||||
|
||||
Represents [GA State House of Representatives District 12](/us/states/ga/districts/house/12.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 165"
|
||||
represents: "us/states/ga/districts/house/165"
|
||||
tenure:
|
||||
start: "2021-11-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 165 (GA State House of Representatives District 165).
|
||||
|
||||
Represents [GA State House of Representatives District 165](/us/states/ga/districts/house/165.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 116"
|
||||
represents: "us/states/ga/districts/house/116"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 116 (GA State House of Representatives District 116).
|
||||
|
||||
Represents [GA State House of Representatives District 116](/us/states/ga/districts/house/116.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 44"
|
||||
represents: "us/states/ga/districts/senate/44"
|
||||
tenure:
|
||||
start: "2025-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 44 (GA State Senate District 44).
|
||||
|
||||
Represents [GA State Senate District 44](/us/states/ga/districts/senate/44.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 10"
|
||||
represents: "us/states/ga/districts/senate/10"
|
||||
tenure:
|
||||
start: "2005-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 10 (GA State Senate District 10).
|
||||
|
||||
Represents [GA State Senate District 10](/us/states/ga/districts/senate/10.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 31"
|
||||
represents: "us/states/ga/districts/house/31"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 31 (GA State House of Representatives District 31).
|
||||
|
||||
Represents [GA State House of Representatives District 31](/us/states/ga/districts/house/31.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 75"
|
||||
represents: "us/states/ga/districts/house/75"
|
||||
tenure:
|
||||
start: "2023-03-27"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 75 (GA State House of Representatives District 75).
|
||||
|
||||
Represents [GA State House of Representatives District 75](/us/states/ga/districts/house/75.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 121"
|
||||
represents: "us/states/ga/districts/house/121"
|
||||
tenure:
|
||||
start: "2026-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 121 (GA State House of Representatives District 121).
|
||||
|
||||
Represents [GA State House of Representatives District 121](/us/states/ga/districts/house/121.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 51"
|
||||
represents: "us/states/ga/districts/house/51"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 51 (GA State House of Representatives District 51).
|
||||
|
||||
Represents [GA State House of Representatives District 51](/us/states/ga/districts/house/51.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 149"
|
||||
represents: "us/states/ga/districts/house/149"
|
||||
tenure:
|
||||
start: "2025-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 149 (GA State House of Representatives District 149).
|
||||
|
||||
Represents [GA State House of Representatives District 149](/us/states/ga/districts/house/149.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 47"
|
||||
represents: "us/states/ga/districts/senate/47"
|
||||
tenure:
|
||||
start: "2011-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 47 (GA State Senate District 47).
|
||||
|
||||
Represents [GA State Senate District 47](/us/states/ga/districts/senate/47.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 102"
|
||||
represents: "us/states/ga/districts/house/102"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 102 (GA State House of Representatives District 102).
|
||||
|
||||
Represents [GA State House of Representatives District 102](/us/states/ga/districts/house/102.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 42"
|
||||
represents: "us/states/ga/districts/house/42"
|
||||
tenure:
|
||||
start: "2025-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 42 (GA State House of Representatives District 42).
|
||||
|
||||
Represents [GA State House of Representatives District 42](/us/states/ga/districts/house/42.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 17"
|
||||
represents: "us/states/ga/districts/senate/17"
|
||||
tenure:
|
||||
start: "2025-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 17 (GA State Senate District 17).
|
||||
|
||||
Represents [GA State Senate District 17](/us/states/ga/districts/senate/17.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 125"
|
||||
represents: "us/states/ga/districts/house/125"
|
||||
tenure:
|
||||
start: "2024-03-20"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 125 (GA State House of Representatives District 125).
|
||||
|
||||
Represents [GA State House of Representatives District 125](/us/states/ga/districts/house/125.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 154"
|
||||
represents: "us/states/ga/districts/house/154"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 154 (GA State House of Representatives District 154).
|
||||
|
||||
Represents [GA State House of Representatives District 154](/us/states/ga/districts/house/154.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 36"
|
||||
represents: "us/states/ga/districts/house/36"
|
||||
tenure:
|
||||
start: "2019-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 36 (GA State House of Representatives District 36).
|
||||
|
||||
Represents [GA State House of Representatives District 36](/us/states/ga/districts/house/36.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 27"
|
||||
represents: "us/states/ga/districts/senate/27"
|
||||
tenure:
|
||||
start: "2019-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 27 (GA State Senate District 27).
|
||||
|
||||
Represents [GA State Senate District 27](/us/states/ga/districts/senate/27.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 22"
|
||||
represents: "us/states/ga/districts/senate/22"
|
||||
tenure:
|
||||
start: "2015-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 22 (GA State Senate District 22).
|
||||
|
||||
Represents [GA State Senate District 22](/us/states/ga/districts/senate/22.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 119"
|
||||
represents: "us/states/ga/districts/house/119"
|
||||
tenure:
|
||||
start: "2023-03-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 119 (GA State House of Representatives District 119).
|
||||
|
||||
Represents [GA State House of Representatives District 119](/us/states/ga/districts/house/119.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 120"
|
||||
represents: "us/states/ga/districts/house/120"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 120 (GA State House of Representatives District 120).
|
||||
|
||||
Represents [GA State House of Representatives District 120](/us/states/ga/districts/house/120.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 86"
|
||||
represents: "us/states/ga/districts/house/86"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 86 (GA State House of Representatives District 86).
|
||||
|
||||
Represents [GA State House of Representatives District 86](/us/states/ga/districts/house/86.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 55"
|
||||
represents: "us/states/ga/districts/house/55"
|
||||
tenure:
|
||||
start: "2023-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 55 (GA State House of Representatives District 55).
|
||||
|
||||
Represents [GA State House of Representatives District 55](/us/states/ga/districts/house/55.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 170"
|
||||
represents: "us/states/ga/districts/house/170"
|
||||
tenure:
|
||||
start: "2025-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 170 (GA State House of Representatives District 170).
|
||||
|
||||
Represents [GA State House of Representatives District 170](/us/states/ga/districts/house/170.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 35"
|
||||
represents: "us/states/ga/districts/senate/35"
|
||||
tenure:
|
||||
start: "2025-12-31"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 35 (GA State Senate District 35).
|
||||
|
||||
Represents [GA State Senate District 35](/us/states/ga/districts/senate/35.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 176"
|
||||
represents: "us/states/ga/districts/house/176"
|
||||
tenure:
|
||||
start: "2019-03-18"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 176 (GA State House of Representatives District 176).
|
||||
|
||||
Represents [GA State House of Representatives District 176](/us/states/ga/districts/house/176.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 47"
|
||||
represents: "us/states/ga/districts/house/47"
|
||||
tenure:
|
||||
start: "2013-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 47 (GA State House of Representatives District 47).
|
||||
|
||||
Represents [GA State House of Representatives District 47](/us/states/ga/districts/house/47.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 108"
|
||||
represents: "us/states/ga/districts/house/108"
|
||||
tenure:
|
||||
start: "2019-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 108 (GA State House of Representatives District 108).
|
||||
|
||||
Represents [GA State House of Representatives District 108](/us/states/ga/districts/house/108.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 31"
|
||||
represents: "us/states/ga/districts/senate/31"
|
||||
tenure:
|
||||
start: "2021-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 31 (GA State Senate District 31).
|
||||
|
||||
Represents [GA State Senate District 31](/us/states/ga/districts/senate/31.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State Senate District 21"
|
||||
represents: "us/states/ga/districts/senate/21"
|
||||
tenure:
|
||||
start: "2025-10-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA Senate District 21 (GA State Senate District 21).
|
||||
|
||||
Represents [GA State Senate District 21](/us/states/ga/districts/senate/21.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 6"
|
||||
represents: "us/states/ga/districts/house/6"
|
||||
tenure:
|
||||
start: "2017-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 6 (GA State House of Representatives District 6).
|
||||
|
||||
Represents [GA State House of Representatives District 6](/us/states/ga/districts/house/6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "GA State House of Representatives District 166"
|
||||
represents: "us/states/ga/districts/house/166"
|
||||
tenure:
|
||||
start: "2015-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current GA House District 166 (GA State House of Representatives District 166).
|
||||
|
||||
Represents [GA State House of Representatives District 166](/us/states/ga/districts/house/166.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