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: "LA"
|
||||
district: "LA State Senate District 36"
|
||||
represents: "us/states/la/districts/senate/36"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 36 (LA State Senate District 36).
|
||||
|
||||
Represents [LA State Senate District 36](/us/states/la/districts/senate/36.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 16"
|
||||
represents: "us/states/la/districts/house/16"
|
||||
tenure:
|
||||
start: "2021-12-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 16 (LA State House of Representatives District 16).
|
||||
|
||||
Represents [LA State House of Representatives District 16](/us/states/la/districts/house/16.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 98"
|
||||
represents: "us/states/la/districts/house/98"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 98 (LA State House of Representatives District 98).
|
||||
|
||||
Represents [LA State House of Representatives District 98](/us/states/la/districts/house/98.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 31"
|
||||
represents: "us/states/la/districts/senate/31"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 31 (LA State Senate District 31).
|
||||
|
||||
Represents [LA State Senate District 31](/us/states/la/districts/senate/31.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 93"
|
||||
represents: "us/states/la/districts/house/93"
|
||||
tenure:
|
||||
start: "2023-04-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 93 (LA State House of Representatives District 93).
|
||||
|
||||
Represents [LA State House of Representatives District 93](/us/states/la/districts/house/93.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 45"
|
||||
represents: "us/states/la/districts/house/45"
|
||||
tenure:
|
||||
start: "2025-04-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 45 (LA State House of Representatives District 45).
|
||||
|
||||
Represents [LA State House of Representatives District 45](/us/states/la/districts/house/45.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 63"
|
||||
represents: "us/states/la/districts/house/63"
|
||||
tenure:
|
||||
start: "2016-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 63 (LA State House of Representatives District 63).
|
||||
|
||||
Represents [LA State House of Representatives District 63](/us/states/la/districts/house/63.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 70"
|
||||
represents: "us/states/la/districts/house/70"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 70 (LA State House of Representatives District 70).
|
||||
|
||||
Represents [LA State House of Representatives District 70](/us/states/la/districts/house/70.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 48"
|
||||
represents: "us/states/la/districts/house/48"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 48 (LA State House of Representatives District 48).
|
||||
|
||||
Represents [LA State House of Representatives District 48](/us/states/la/districts/house/48.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 51"
|
||||
represents: "us/states/la/districts/house/51"
|
||||
tenure:
|
||||
start: "2016-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 51 (LA State House of Representatives District 51).
|
||||
|
||||
Represents [LA State House of Representatives District 51](/us/states/la/districts/house/51.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 56"
|
||||
represents: "us/states/la/districts/house/56"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 56 (LA State House of Representatives District 56).
|
||||
|
||||
Represents [LA State House of Representatives District 56](/us/states/la/districts/house/56.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 12"
|
||||
represents: "us/states/la/districts/senate/12"
|
||||
tenure:
|
||||
start: "2016-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 12 (LA State Senate District 12).
|
||||
|
||||
Represents [LA State Senate District 12](/us/states/la/districts/senate/12.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 37"
|
||||
represents: "us/states/la/districts/senate/37"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 37 (LA State Senate District 37).
|
||||
|
||||
Represents [LA State Senate District 37](/us/states/la/districts/senate/37.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 22"
|
||||
represents: "us/states/la/districts/senate/22"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 22 (LA State Senate District 22).
|
||||
|
||||
Represents [LA State Senate District 22](/us/states/la/districts/senate/22.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 26"
|
||||
represents: "us/states/la/districts/senate/26"
|
||||
tenure:
|
||||
start: "2018-12-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 26 (LA State Senate District 26).
|
||||
|
||||
Represents [LA State Senate District 26](/us/states/la/districts/senate/26.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 1"
|
||||
represents: "us/states/la/districts/senate/1"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 1 (LA State Senate District 1).
|
||||
|
||||
Represents [LA State Senate District 1](/us/states/la/districts/senate/1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 23"
|
||||
represents: "us/states/la/districts/senate/23"
|
||||
tenure:
|
||||
start: "2025-03-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 23 (LA State Senate District 23).
|
||||
|
||||
Represents [LA State Senate District 23](/us/states/la/districts/senate/23.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 35"
|
||||
represents: "us/states/la/districts/house/35"
|
||||
tenure:
|
||||
start: "2021-01-19"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 35 (LA State House of Representatives District 35).
|
||||
|
||||
Represents [LA State House of Representatives District 35](/us/states/la/districts/house/35.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 90"
|
||||
represents: "us/states/la/districts/house/90"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 90 (LA State House of Representatives District 90).
|
||||
|
||||
Represents [LA State House of Representatives District 90](/us/states/la/districts/house/90.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 55"
|
||||
represents: "us/states/la/districts/house/55"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 55 (LA State House of Representatives District 55).
|
||||
|
||||
Represents [LA State House of Representatives District 55](/us/states/la/districts/house/55.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 17"
|
||||
represents: "us/states/la/districts/senate/17"
|
||||
tenure:
|
||||
start: "2022-12-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 17 (LA State Senate District 17).
|
||||
|
||||
Represents [LA State Senate District 17](/us/states/la/districts/senate/17.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 9"
|
||||
represents: "us/states/la/districts/senate/9"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 9 (LA State Senate District 9).
|
||||
|
||||
Represents [LA State Senate District 9](/us/states/la/districts/senate/9.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 99"
|
||||
represents: "us/states/la/districts/house/99"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 99 (LA State House of Representatives District 99).
|
||||
|
||||
Represents [LA State House of Representatives District 99](/us/states/la/districts/house/99.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 46"
|
||||
represents: "us/states/la/districts/house/46"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 46 (LA State House of Representatives District 46).
|
||||
|
||||
Represents [LA State House of Representatives District 46](/us/states/la/districts/house/46.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 42"
|
||||
represents: "us/states/la/districts/house/42"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 42 (LA State House of Representatives District 42).
|
||||
|
||||
Represents [LA State House of Representatives District 42](/us/states/la/districts/house/42.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 60"
|
||||
represents: "us/states/la/districts/house/60"
|
||||
tenure:
|
||||
start: "2026-03-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 60 (LA State House of Representatives District 60).
|
||||
|
||||
Represents [LA State House of Representatives District 60](/us/states/la/districts/house/60.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 12"
|
||||
represents: "us/states/la/districts/house/12"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 12 (LA State House of Representatives District 12).
|
||||
|
||||
Represents [LA State House of Representatives District 12](/us/states/la/districts/house/12.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 30"
|
||||
represents: "us/states/la/districts/house/30"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 30 (LA State House of Representatives District 30).
|
||||
|
||||
Represents [LA State House of Representatives District 30](/us/states/la/districts/house/30.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 100"
|
||||
represents: "us/states/la/districts/house/100"
|
||||
tenure:
|
||||
start: "2026-03-23"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 100 (LA State House of Representatives District 100).
|
||||
|
||||
Represents [LA State House of Representatives District 100](/us/states/la/districts/house/100.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 1"
|
||||
represents: "us/states/la/districts/house/1"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 1 (LA State House of Representatives District 1).
|
||||
|
||||
Represents [LA State House of Representatives District 1](/us/states/la/districts/house/1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 28"
|
||||
represents: "us/states/la/districts/house/28"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 28 (LA State House of Representatives District 28).
|
||||
|
||||
Represents [LA State House of Representatives District 28](/us/states/la/districts/house/28.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 79"
|
||||
represents: "us/states/la/districts/house/79"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 79 (LA State House of Representatives District 79).
|
||||
|
||||
Represents [LA State House of Representatives District 79](/us/states/la/districts/house/79.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 102"
|
||||
represents: "us/states/la/districts/house/102"
|
||||
tenure:
|
||||
start: "2021-11-29"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 102 (LA State House of Representatives District 102).
|
||||
|
||||
Represents [LA State House of Representatives District 102](/us/states/la/districts/house/102.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 61"
|
||||
represents: "us/states/la/districts/house/61"
|
||||
tenure:
|
||||
start: "2016-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 61 (LA State House of Representatives District 61).
|
||||
|
||||
Represents [LA State House of Representatives District 61](/us/states/la/districts/house/61.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 5"
|
||||
represents: "us/states/la/districts/house/5"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 5 (LA State House of Representatives District 5).
|
||||
|
||||
Represents [LA State House of Representatives District 5](/us/states/la/districts/house/5.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 32"
|
||||
represents: "us/states/la/districts/house/32"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 32 (LA State House of Representatives District 32).
|
||||
|
||||
Represents [LA State House of Representatives District 32](/us/states/la/districts/house/32.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 68"
|
||||
represents: "us/states/la/districts/house/68"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 68 (LA State House of Representatives District 68).
|
||||
|
||||
Represents [LA State House of Representatives District 68](/us/states/la/districts/house/68.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 9"
|
||||
represents: "us/states/la/districts/house/9"
|
||||
tenure:
|
||||
start: "2016-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 9 (LA State House of Representatives District 9).
|
||||
|
||||
Represents [LA State House of Representatives District 9](/us/states/la/districts/house/9.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 39"
|
||||
represents: "us/states/la/districts/house/39"
|
||||
tenure:
|
||||
start: "2026-03-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 39 (LA State House of Representatives District 39).
|
||||
|
||||
Represents [LA State House of Representatives District 39](/us/states/la/districts/house/39.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 40"
|
||||
represents: "us/states/la/districts/house/40"
|
||||
tenure:
|
||||
start: "2016-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 40 (LA State House of Representatives District 40).
|
||||
|
||||
Represents [LA State House of Representatives District 40](/us/states/la/districts/house/40.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 26"
|
||||
represents: "us/states/la/districts/house/26"
|
||||
tenure:
|
||||
start: "2019-04-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 26 (LA State House of Representatives District 26).
|
||||
|
||||
Represents [LA State House of Representatives District 26](/us/states/la/districts/house/26.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 97"
|
||||
represents: "us/states/la/districts/house/97"
|
||||
tenure:
|
||||
start: "2026-02-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 97 (LA State House of Representatives District 97).
|
||||
|
||||
Represents [LA State House of Representatives District 97](/us/states/la/districts/house/97.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 2"
|
||||
represents: "us/states/la/districts/senate/2"
|
||||
tenure:
|
||||
start: "2017-06-16"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 2 (LA State Senate District 2).
|
||||
|
||||
Represents [LA State Senate District 2](/us/states/la/districts/senate/2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 18"
|
||||
represents: "us/states/la/districts/senate/18"
|
||||
tenure:
|
||||
start: "2016-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 18 (LA State Senate District 18).
|
||||
|
||||
Represents [LA State Senate District 18](/us/states/la/districts/senate/18.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 29"
|
||||
represents: "us/states/la/districts/house/29"
|
||||
tenure:
|
||||
start: "2016-05-23"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 29 (LA State House of Representatives District 29).
|
||||
|
||||
Represents [LA State House of Representatives District 29](/us/states/la/districts/house/29.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 66"
|
||||
represents: "us/states/la/districts/house/66"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 66 (LA State House of Representatives District 66).
|
||||
|
||||
Represents [LA State House of Representatives District 66](/us/states/la/districts/house/66.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 15"
|
||||
represents: "us/states/la/districts/house/15"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 15 (LA State House of Representatives District 15).
|
||||
|
||||
Represents [LA State House of Representatives District 15](/us/states/la/districts/house/15.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 19"
|
||||
represents: "us/states/la/districts/house/19"
|
||||
tenure:
|
||||
start: "2023-03-17"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 19 (LA State House of Representatives District 19).
|
||||
|
||||
Represents [LA State House of Representatives District 19](/us/states/la/districts/house/19.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 16"
|
||||
represents: "us/states/la/districts/senate/16"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 16 (LA State Senate District 16).
|
||||
|
||||
Represents [LA State Senate District 16](/us/states/la/districts/senate/16.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 22"
|
||||
represents: "us/states/la/districts/house/22"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 22 (LA State House of Representatives District 22).
|
||||
|
||||
Represents [LA State House of Representatives District 22](/us/states/la/districts/house/22.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 7"
|
||||
represents: "us/states/la/districts/senate/7"
|
||||
tenure:
|
||||
start: "2021-06-30"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 7 (LA State Senate District 7).
|
||||
|
||||
Represents [LA State Senate District 7](/us/states/la/districts/senate/7.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 24"
|
||||
represents: "us/states/la/districts/senate/24"
|
||||
tenure:
|
||||
start: "2016-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 24 (LA State Senate District 24).
|
||||
|
||||
Represents [LA State Senate District 24](/us/states/la/districts/senate/24.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 32"
|
||||
represents: "us/states/la/districts/senate/32"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 32 (LA State Senate District 32).
|
||||
|
||||
Represents [LA State Senate District 32](/us/states/la/districts/senate/32.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 19"
|
||||
represents: "us/states/la/districts/senate/19"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 19 (LA State Senate District 19).
|
||||
|
||||
Represents [LA State Senate District 19](/us/states/la/districts/senate/19.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 28"
|
||||
represents: "us/states/la/districts/senate/28"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 28 (LA State Senate District 28).
|
||||
|
||||
Represents [LA State Senate District 28](/us/states/la/districts/senate/28.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 13"
|
||||
represents: "us/states/la/districts/house/13"
|
||||
tenure:
|
||||
start: "2016-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 13 (LA State House of Representatives District 13).
|
||||
|
||||
Represents [LA State House of Representatives District 13](/us/states/la/districts/house/13.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 105"
|
||||
represents: "us/states/la/districts/house/105"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 105 (LA State House of Representatives District 105).
|
||||
|
||||
Represents [LA State House of Representatives District 105](/us/states/la/districts/house/105.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 49"
|
||||
represents: "us/states/la/districts/house/49"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 49 (LA State House of Representatives District 49).
|
||||
|
||||
Represents [LA State House of Representatives District 49](/us/states/la/districts/house/49.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 25"
|
||||
represents: "us/states/la/districts/house/25"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 25 (LA State House of Representatives District 25).
|
||||
|
||||
Represents [LA State House of Representatives District 25](/us/states/la/districts/house/25.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 104"
|
||||
represents: "us/states/la/districts/house/104"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 104 (LA State House of Representatives District 104).
|
||||
|
||||
Represents [LA State House of Representatives District 104](/us/states/la/districts/house/104.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 29"
|
||||
represents: "us/states/la/districts/senate/29"
|
||||
tenure:
|
||||
start: "2016-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 29 (LA State Senate District 29).
|
||||
|
||||
Represents [LA State Senate District 29](/us/states/la/districts/senate/29.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 35"
|
||||
represents: "us/states/la/districts/senate/35"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 35 (LA State Senate District 35).
|
||||
|
||||
Represents [LA State Senate District 35](/us/states/la/districts/senate/35.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 81"
|
||||
represents: "us/states/la/districts/house/81"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 81 (LA State House of Representatives District 81).
|
||||
|
||||
Represents [LA State House of Representatives District 81](/us/states/la/districts/house/81.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 18"
|
||||
represents: "us/states/la/districts/house/18"
|
||||
tenure:
|
||||
start: "2023-04-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 18 (LA State House of Representatives District 18).
|
||||
|
||||
Represents [LA State House of Representatives District 18](/us/states/la/districts/house/18.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 27"
|
||||
represents: "us/states/la/districts/senate/27"
|
||||
tenure:
|
||||
start: "2022-02-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 27 (LA State Senate District 27).
|
||||
|
||||
Represents [LA State Senate District 27](/us/states/la/districts/senate/27.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 52"
|
||||
represents: "us/states/la/districts/house/52"
|
||||
tenure:
|
||||
start: "2016-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 52 (LA State House of Representatives District 52).
|
||||
|
||||
Represents [LA State House of Representatives District 52](/us/states/la/districts/house/52.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 53"
|
||||
represents: "us/states/la/districts/house/53"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 53 (LA State House of Representatives District 53).
|
||||
|
||||
Represents [LA State House of Representatives District 53](/us/states/la/districts/house/53.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 4"
|
||||
represents: "us/states/la/districts/senate/4"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 4 (LA State Senate District 4).
|
||||
|
||||
Represents [LA State Senate District 4](/us/states/la/districts/senate/4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 54"
|
||||
represents: "us/states/la/districts/house/54"
|
||||
tenure:
|
||||
start: "2020-07-30"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 54 (LA State House of Representatives District 54).
|
||||
|
||||
Represents [LA State House of Representatives District 54](/us/states/la/districts/house/54.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 92"
|
||||
represents: "us/states/la/districts/house/92"
|
||||
tenure:
|
||||
start: "2017-04-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 92 (LA State House of Representatives District 92).
|
||||
|
||||
Represents [LA State House of Representatives District 92](/us/states/la/districts/house/92.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 78"
|
||||
represents: "us/states/la/districts/house/78"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 78 (LA State House of Representatives District 78).
|
||||
|
||||
Represents [LA State House of Representatives District 78](/us/states/la/districts/house/78.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 75"
|
||||
represents: "us/states/la/districts/house/75"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 75 (LA State House of Representatives District 75).
|
||||
|
||||
Represents [LA State House of Representatives District 75](/us/states/la/districts/house/75.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 43"
|
||||
represents: "us/states/la/districts/house/43"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 43 (LA State House of Representatives District 43).
|
||||
|
||||
Represents [LA State House of Representatives District 43](/us/states/la/districts/house/43.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 4"
|
||||
represents: "us/states/la/districts/house/4"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 4 (LA State House of Representatives District 4).
|
||||
|
||||
Represents [LA State House of Representatives District 4](/us/states/la/districts/house/4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 88"
|
||||
represents: "us/states/la/districts/house/88"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 88 (LA State House of Representatives District 88).
|
||||
|
||||
Represents [LA State House of Representatives District 88](/us/states/la/districts/house/88.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 34"
|
||||
represents: "us/states/la/districts/senate/34"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 34 (LA State Senate District 34).
|
||||
|
||||
Represents [LA State Senate District 34](/us/states/la/districts/senate/34.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 64"
|
||||
represents: "us/states/la/districts/house/64"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 64 (LA State House of Representatives District 64).
|
||||
|
||||
Represents [LA State House of Representatives District 64](/us/states/la/districts/house/64.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 58"
|
||||
represents: "us/states/la/districts/house/58"
|
||||
tenure:
|
||||
start: "2017-10-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 58 (LA State House of Representatives District 58).
|
||||
|
||||
Represents [LA State House of Representatives District 58](/us/states/la/districts/house/58.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 89"
|
||||
represents: "us/states/la/districts/house/89"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 89 (LA State House of Representatives District 89).
|
||||
|
||||
Represents [LA State House of Representatives District 89](/us/states/la/districts/house/89.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 73"
|
||||
represents: "us/states/la/districts/house/73"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 73 (LA State House of Representatives District 73).
|
||||
|
||||
Represents [LA State House of Representatives District 73](/us/states/la/districts/house/73.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 10"
|
||||
represents: "us/states/la/districts/senate/10"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 10 (LA State Senate District 10).
|
||||
|
||||
Represents [LA State Senate District 10](/us/states/la/districts/senate/10.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 83"
|
||||
represents: "us/states/la/districts/house/83"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 83 (LA State House of Representatives District 83).
|
||||
|
||||
Represents [LA State House of Representatives District 83](/us/states/la/districts/house/83.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 7"
|
||||
represents: "us/states/la/districts/house/7"
|
||||
tenure:
|
||||
start: "2016-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 7 (LA State House of Representatives District 7).
|
||||
|
||||
Represents [LA State House of Representatives District 7](/us/states/la/districts/house/7.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 14"
|
||||
represents: "us/states/la/districts/senate/14"
|
||||
tenure:
|
||||
start: "2025-03-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 14 (LA State Senate District 14).
|
||||
|
||||
Represents [LA State Senate District 14](/us/states/la/districts/senate/14.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 65"
|
||||
represents: "us/states/la/districts/house/65"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 65 (LA State House of Representatives District 65).
|
||||
|
||||
Represents [LA State House of Representatives District 65](/us/states/la/districts/house/65.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 82"
|
||||
represents: "us/states/la/districts/house/82"
|
||||
tenure:
|
||||
start: "2021-05-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 82 (LA State House of Representatives District 82).
|
||||
|
||||
Represents [LA State House of Representatives District 82](/us/states/la/districts/house/82.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 33"
|
||||
represents: "us/states/la/districts/house/33"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 33 (LA State House of Representatives District 33).
|
||||
|
||||
Represents [LA State House of Representatives District 33](/us/states/la/districts/house/33.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 91"
|
||||
represents: "us/states/la/districts/house/91"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 91 (LA State House of Representatives District 91).
|
||||
|
||||
Represents [LA State House of Representatives District 91](/us/states/la/districts/house/91.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 96"
|
||||
represents: "us/states/la/districts/house/96"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 96 (LA State House of Representatives District 96).
|
||||
|
||||
Represents [LA State House of Representatives District 96](/us/states/la/districts/house/96.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 25"
|
||||
represents: "us/states/la/districts/senate/25"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 25 (LA State Senate District 25).
|
||||
|
||||
Represents [LA State Senate District 25](/us/states/la/districts/senate/25.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 77"
|
||||
represents: "us/states/la/districts/house/77"
|
||||
tenure:
|
||||
start: "2017-11-18"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 77 (LA State House of Representatives District 77).
|
||||
|
||||
Represents [LA State House of Representatives District 77](/us/states/la/districts/house/77.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 14"
|
||||
represents: "us/states/la/districts/house/14"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 14 (LA State House of Representatives District 14).
|
||||
|
||||
Represents [LA State House of Representatives District 14](/us/states/la/districts/house/14.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 6"
|
||||
represents: "us/states/la/districts/house/6"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 6 (LA State House of Representatives District 6).
|
||||
|
||||
Represents [LA State House of Representatives District 6](/us/states/la/districts/house/6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 103"
|
||||
represents: "us/states/la/districts/house/103"
|
||||
tenure:
|
||||
start: "2024-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 103 (LA State House of Representatives District 103).
|
||||
|
||||
Represents [LA State House of Representatives District 103](/us/states/la/districts/house/103.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 20"
|
||||
represents: "us/states/la/districts/senate/20"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 20 (LA State Senate District 20).
|
||||
|
||||
Represents [LA State Senate District 20](/us/states/la/districts/senate/20.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 27"
|
||||
represents: "us/states/la/districts/house/27"
|
||||
tenure:
|
||||
start: "2019-03-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 27 (LA State House of Representatives District 27).
|
||||
|
||||
Represents [LA State House of Representatives District 27](/us/states/la/districts/house/27.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State Senate District 30"
|
||||
represents: "us/states/la/districts/senate/30"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA Senate District 30 (LA State Senate District 30).
|
||||
|
||||
Represents [LA State Senate District 30](/us/states/la/districts/senate/30.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 20"
|
||||
represents: "us/states/la/districts/house/20"
|
||||
tenure:
|
||||
start: "2020-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 20 (LA State House of Representatives District 20).
|
||||
|
||||
Represents [LA State House of Representatives District 20](/us/states/la/districts/house/20.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 86"
|
||||
represents: "us/states/la/districts/house/86"
|
||||
tenure:
|
||||
start: "2018-04-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 86 (LA State House of Representatives District 86).
|
||||
|
||||
Represents [LA State House of Representatives District 86](/us/states/la/districts/house/86.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "LA State House of Representatives District 17"
|
||||
represents: "us/states/la/districts/house/17"
|
||||
tenure:
|
||||
start: "2019-04-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current LA House District 17 (LA State House of Representatives District 17).
|
||||
|
||||
Represents [LA State House of Representatives District 17](/us/states/la/districts/house/17.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