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: "federal"
|
||||
branch: "legislative"
|
||||
state: "FL"
|
||||
district: "Congressional District 4"
|
||||
represents: "us/states/fl/districts/04"
|
||||
committees:
|
||||
- name: "House Committee on Ways and Means"
|
||||
role: "member"
|
||||
@@ -50,6 +51,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - FL-4 (Congressional District 4).
|
||||
|
||||
Represents [Congressional District 4](/us/states/fl/districts/04.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Ways and Means](/us/bodies/house/committees/ways-and-means.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "AZ"
|
||||
district: "Congressional District 8"
|
||||
represents: "us/states/az/districts/08"
|
||||
committees:
|
||||
- name: "House Committee on Armed Services"
|
||||
role: "member"
|
||||
@@ -59,6 +60,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - AZ-8 (Congressional District 8).
|
||||
|
||||
Represents [Congressional District 8](/us/states/az/districts/08.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Armed Services](/us/bodies/house/committees/armed-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "CA"
|
||||
district: "Congressional District 13"
|
||||
represents: "us/states/ca/districts/13"
|
||||
committees:
|
||||
- name: "House Committee on Agriculture"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - CA-13 (Congressional District 13).
|
||||
|
||||
Represents [Congressional District 13](/us/states/ca/districts/13.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Agriculture](/us/bodies/house/committees/agriculture.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "WA"
|
||||
district: "Congressional District 9"
|
||||
represents: "us/states/wa/districts/09"
|
||||
committees:
|
||||
- name: "House Committee on Armed Services"
|
||||
role: "ranking-member"
|
||||
@@ -41,6 +42,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - WA-9 (Congressional District 9).
|
||||
|
||||
Represents [Congressional District 9](/us/states/wa/districts/09.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Armed Services](/us/bodies/house/committees/armed-services.md) — **ranking-member**
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "NC"
|
||||
district: "Congressional District 6"
|
||||
represents: "us/states/nc/districts/06"
|
||||
committees:
|
||||
- name: "House Committee on Natural Resources"
|
||||
role: "member"
|
||||
@@ -62,6 +63,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - NC-6 (Congressional District 6).
|
||||
|
||||
Represents [Congressional District 6](/us/states/nc/districts/06.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Natural Resources](/us/bodies/house/committees/natural-resources.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "AZ"
|
||||
district: "Congressional District 7"
|
||||
represents: "us/states/az/districts/07"
|
||||
committees:
|
||||
- name: "House Committee on Education and Workforce"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - AZ-7 (Congressional District 7).
|
||||
|
||||
Represents [Congressional District 7](/us/states/az/districts/07.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Education and Workforce](/us/bodies/house/committees/education-and-workforce.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "NE"
|
||||
district: "Congressional District 3"
|
||||
represents: "us/states/ne/districts/03"
|
||||
committees:
|
||||
- name: "House Committee on Ways and Means"
|
||||
role: "member"
|
||||
@@ -50,6 +51,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - NE-3 (Congressional District 3).
|
||||
|
||||
Represents [Congressional District 3](/us/states/ne/districts/03.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Ways and Means](/us/bodies/house/committees/ways-and-means.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "NY"
|
||||
district: "Congressional District 13"
|
||||
represents: "us/states/ny/districts/13"
|
||||
committees:
|
||||
- name: "House Committee on Appropriations"
|
||||
role: "member"
|
||||
@@ -47,6 +48,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - NY-13 (Congressional District 13).
|
||||
|
||||
Represents [Congressional District 13](/us/states/ny/districts/13.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Appropriations](/us/bodies/house/committees/appropriations.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "TX"
|
||||
district: "Congressional District 9"
|
||||
represents: "us/states/tx/districts/09"
|
||||
committees:
|
||||
- name: "House Committee on Financial Services"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - TX-9 (Congressional District 9).
|
||||
|
||||
Represents [Congressional District 9](/us/states/tx/districts/09.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Financial Services](/us/bodies/house/committees/financial-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "NY"
|
||||
district: "Congressional District 14"
|
||||
represents: "us/states/ny/districts/14"
|
||||
committees:
|
||||
- name: "House Committee on Energy and Commerce"
|
||||
role: "member"
|
||||
@@ -50,6 +51,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - NY-14 (Congressional District 14).
|
||||
|
||||
Represents [Congressional District 14](/us/states/ny/districts/14.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Energy and Commerce](/us/bodies/house/committees/energy-and-commerce.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "NC"
|
||||
district: "Congressional District 12"
|
||||
represents: "us/states/nc/districts/12"
|
||||
committees:
|
||||
- name: "House Committee on Agriculture"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - NC-12 (Congressional District 12).
|
||||
|
||||
Represents [Congressional District 12](/us/states/nc/districts/12.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Agriculture](/us/bodies/house/committees/agriculture.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "CA"
|
||||
district: "Congressional District 6"
|
||||
represents: "us/states/ca/districts/06"
|
||||
committees:
|
||||
- name: "House Committee on Foreign Affairs"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - CA-6 (Congressional District 6).
|
||||
|
||||
Represents [Congressional District 6](/us/states/ca/districts/06.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Foreign Affairs](/us/bodies/house/committees/foreign-affairs.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "NJ"
|
||||
district: "Congressional District 11"
|
||||
represents: "us/states/nj/districts/11"
|
||||
tenure:
|
||||
start: "2026-04-20"
|
||||
current: true
|
||||
@@ -34,6 +35,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - NJ-11 (Congressional District 11).
|
||||
|
||||
Represents [Congressional District 11](/us/states/nj/districts/11.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: House Clerk XML 2026-06-10
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "IN"
|
||||
district: "Congressional District 7"
|
||||
represents: "us/states/in/districts/07"
|
||||
committees:
|
||||
- name: "House Permanent Select Committee on Intelligence"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - IN-7 (Congressional District 7).
|
||||
|
||||
Represents [Congressional District 7](/us/states/in/districts/07.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Permanent Select Committee on Intelligence](/us/bodies/house/committees/house-permanent-select-committee-on-intelligence.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "OR"
|
||||
district: "Congressional District 6"
|
||||
represents: "us/states/or/districts/06"
|
||||
committees:
|
||||
- name: "House Committee on Agriculture"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - OR-6 (Congressional District 6).
|
||||
|
||||
Represents [Congressional District 6](/us/states/or/districts/06.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Agriculture](/us/bodies/house/committees/agriculture.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "Congressional District 5"
|
||||
represents: "us/states/tn/districts/05"
|
||||
committees:
|
||||
- name: "House Committee on Financial Services"
|
||||
role: "member"
|
||||
@@ -62,6 +63,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - TN-5 (Congressional District 5).
|
||||
|
||||
Represents [Congressional District 5](/us/states/tn/districts/05.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Financial Services](/us/bodies/house/committees/financial-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "NY"
|
||||
district: "Congressional District 2"
|
||||
represents: "us/states/ny/districts/02"
|
||||
committees:
|
||||
- name: "House Committee on Ethics"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - NY-2 (Congressional District 2).
|
||||
|
||||
Represents [Congressional District 2](/us/states/ny/districts/02.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Ethics](/us/bodies/house/committees/ethics.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "Congressional District 9"
|
||||
represents: "us/states/ga/districts/09"
|
||||
committees:
|
||||
- name: "House Committee on Appropriations"
|
||||
role: "member"
|
||||
@@ -50,6 +51,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - GA-9 (Congressional District 9).
|
||||
|
||||
Represents [Congressional District 9](/us/states/ga/districts/09.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Appropriations](/us/bodies/house/committees/appropriations.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "Congressional District 6"
|
||||
represents: "us/states/ky/districts/06"
|
||||
committees:
|
||||
- name: "House Committee on Financial Services"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - KY-6 (Congressional District 6).
|
||||
|
||||
Represents [Congressional District 6](/us/states/ky/districts/06.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Financial Services](/us/bodies/house/committees/financial-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "AZ"
|
||||
district: "Congressional District 5"
|
||||
represents: "us/states/az/districts/05"
|
||||
committees:
|
||||
- name: "House Committee on Oversight and Government Reform"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - AZ-5 (Congressional District 5).
|
||||
|
||||
Represents [Congressional District 5](/us/states/az/districts/05.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Oversight and Government Reform](/us/bodies/house/committees/oversight-and-government-reform.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "MD"
|
||||
district: "Congressional District 1"
|
||||
represents: "us/states/md/districts/01"
|
||||
committees:
|
||||
- name: "House Committee on Appropriations"
|
||||
role: "member"
|
||||
@@ -47,6 +48,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - MD-1 (Congressional District 1).
|
||||
|
||||
Represents [Congressional District 1](/us/states/md/districts/01.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Appropriations](/us/bodies/house/committees/appropriations.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "Congressional District 2"
|
||||
represents: "us/states/mn/districts/02"
|
||||
committees:
|
||||
- name: "House Committee on Agriculture"
|
||||
role: "ranking-member"
|
||||
@@ -41,6 +42,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - MN-2 (Congressional District 2).
|
||||
|
||||
Represents [Congressional District 2](/us/states/mn/districts/02.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Agriculture](/us/bodies/house/committees/agriculture.md) — **ranking-member**
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "MO"
|
||||
district: "Congressional District 2"
|
||||
represents: "us/states/mo/districts/02"
|
||||
committees:
|
||||
- name: "House Committee on Financial Services"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - MO-2 (Congressional District 2).
|
||||
|
||||
Represents [Congressional District 2](/us/states/mo/districts/02.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Financial Services](/us/bodies/house/committees/financial-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "FL"
|
||||
district: "Congressional District 13"
|
||||
represents: "us/states/fl/districts/13"
|
||||
committees:
|
||||
- name: "House Committee on Foreign Affairs"
|
||||
role: "member"
|
||||
@@ -62,6 +63,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - FL-13 (Congressional District 13).
|
||||
|
||||
Represents [Congressional District 13](/us/states/fl/districts/13.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Foreign Affairs](/us/bodies/house/committees/foreign-affairs.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "MD"
|
||||
district: "Congressional District 6"
|
||||
represents: "us/states/md/districts/06"
|
||||
committees:
|
||||
- name: "House Committee on Agriculture"
|
||||
role: "member"
|
||||
@@ -53,6 +54,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - MD-6 (Congressional District 6).
|
||||
|
||||
Represents [Congressional District 6](/us/states/md/districts/06.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Agriculture](/us/bodies/house/committees/agriculture.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "IA"
|
||||
district: "Congressional District 2"
|
||||
represents: "us/states/ia/districts/02"
|
||||
committees:
|
||||
- name: "House Committee on Appropriations"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - IA-2 (Congressional District 2).
|
||||
|
||||
Represents [Congressional District 2](/us/states/ia/districts/02.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Appropriations](/us/bodies/house/committees/appropriations.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "TX"
|
||||
district: "Congressional District 11"
|
||||
represents: "us/states/tx/districts/11"
|
||||
committees:
|
||||
- name: "House Committee on Energy and Commerce"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - TX-11 (Congressional District 11).
|
||||
|
||||
Represents [Congressional District 11](/us/states/tx/districts/11.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Energy and Commerce](/us/bodies/house/committees/energy-and-commerce.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "Congressional District 8"
|
||||
represents: "us/states/ga/districts/08"
|
||||
committees:
|
||||
- name: "House Committee on Agriculture"
|
||||
role: "vice-chair"
|
||||
@@ -77,6 +78,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - GA-8 (Congressional District 8).
|
||||
|
||||
Represents [Congressional District 8](/us/states/ga/districts/08.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Agriculture](/us/bodies/house/committees/agriculture.md) — **vice-chair**
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "Congressional District 7"
|
||||
represents: "us/states/ma/districts/07"
|
||||
committees:
|
||||
- name: "House Committee on Financial Services"
|
||||
role: "member"
|
||||
@@ -53,6 +54,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - MA-7 (Congressional District 7).
|
||||
|
||||
Represents [Congressional District 7](/us/states/ma/districts/07.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Financial Services](/us/bodies/house/committees/financial-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "Congressional District 11"
|
||||
represents: "us/states/ga/districts/11"
|
||||
committees:
|
||||
- name: "House Committee on Financial Services"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - GA-11 (Congressional District 11).
|
||||
|
||||
Represents [Congressional District 11](/us/states/ga/districts/11.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Financial Services](/us/bodies/house/committees/financial-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "AL"
|
||||
district: "Congressional District 1"
|
||||
represents: "us/states/al/districts/01"
|
||||
committees:
|
||||
- name: "House Committee on Agriculture"
|
||||
role: "member"
|
||||
@@ -62,6 +63,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - AL-1 (Congressional District 1).
|
||||
|
||||
Represents [Congressional District 1](/us/states/al/districts/01.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Agriculture](/us/bodies/house/committees/agriculture.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "Congressional District (at Large)"
|
||||
represents: "us/states/vt/districts/00"
|
||||
committees:
|
||||
- name: "House Committee on the Budget"
|
||||
role: "member"
|
||||
@@ -50,6 +51,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - VT At-Large (Congressional District (at Large)).
|
||||
|
||||
Represents [Congressional District (at Large)](/us/states/vt/districts/00.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on the Budget](/us/bodies/house/committees/the-budget.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "VA"
|
||||
district: "Congressional District 6"
|
||||
represents: "us/states/va/districts/06"
|
||||
committees:
|
||||
- name: "House Committee on Appropriations"
|
||||
role: "member"
|
||||
@@ -68,6 +69,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - VA-6 (Congressional District 6).
|
||||
|
||||
Represents [Congressional District 6](/us/states/va/districts/06.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Appropriations](/us/bodies/house/committees/appropriations.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "MS"
|
||||
district: "Congressional District 2"
|
||||
represents: "us/states/ms/districts/02"
|
||||
committees:
|
||||
- name: "House Committee on Homeland Security"
|
||||
role: "ranking-member"
|
||||
@@ -41,6 +42,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - MS-2 (Congressional District 2).
|
||||
|
||||
Represents [Congressional District 2](/us/states/ms/districts/02.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Homeland Security](/us/bodies/house/committees/homeland-security.md) — **ranking-member**
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "TX"
|
||||
district: "Congressional District 24"
|
||||
represents: "us/states/tx/districts/24"
|
||||
committees:
|
||||
- name: "House Committee on Small Business"
|
||||
role: "member"
|
||||
@@ -62,6 +63,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - TX-24 (Congressional District 24).
|
||||
|
||||
Represents [Congressional District 24](/us/states/tx/districts/24.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Small Business](/us/bodies/house/committees/small-business.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "Congressional District 4"
|
||||
represents: "us/states/mn/districts/04"
|
||||
committees:
|
||||
- name: "House Committee on Appropriations"
|
||||
role: "member"
|
||||
@@ -47,6 +48,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - MN-4 (Congressional District 4).
|
||||
|
||||
Represents [Congressional District 4](/us/states/mn/districts/04.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Appropriations](/us/bodies/house/committees/appropriations.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "IL"
|
||||
district: "Congressional District 11"
|
||||
represents: "us/states/il/districts/11"
|
||||
committees:
|
||||
- name: "House Committee on Financial Services"
|
||||
role: "member"
|
||||
@@ -53,6 +54,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - IL-11 (Congressional District 11).
|
||||
|
||||
Represents [Congressional District 11](/us/states/il/districts/11.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Financial Services](/us/bodies/house/committees/financial-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "Congressional District 4"
|
||||
represents: "us/states/mi/districts/04"
|
||||
committees:
|
||||
- name: "House Committee on Financial Services"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - MI-4 (Congressional District 4).
|
||||
|
||||
Represents [Congressional District 4](/us/states/mi/districts/04.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Financial Services](/us/bodies/house/committees/financial-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "UT"
|
||||
district: "Congressional District 1"
|
||||
represents: "us/states/ut/districts/01"
|
||||
committees:
|
||||
- name: "House Committee on the Budget"
|
||||
role: "member"
|
||||
@@ -53,6 +54,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - UT-1 (Congressional District 1).
|
||||
|
||||
Represents [Congressional District 1](/us/states/ut/districts/01.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on the Budget](/us/bodies/house/committees/the-budget.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "NJ"
|
||||
district: "Congressional District 12"
|
||||
represents: "us/states/nj/districts/12"
|
||||
committees:
|
||||
- name: "House Committee on Appropriations"
|
||||
role: "member"
|
||||
@@ -50,6 +51,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - NJ-12 (Congressional District 12).
|
||||
|
||||
Represents [Congressional District 12](/us/states/nj/districts/12.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Appropriations](/us/bodies/house/committees/appropriations.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "Congressional District 1"
|
||||
represents: "us/states/mn/districts/01"
|
||||
committees:
|
||||
- name: "House Committee on Agriculture"
|
||||
role: "member"
|
||||
@@ -71,6 +72,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - MN-1 (Congressional District 1).
|
||||
|
||||
Represents [Congressional District 1](/us/states/mn/districts/01.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Agriculture](/us/bodies/house/committees/agriculture.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "NC"
|
||||
district: "Congressional District 13"
|
||||
represents: "us/states/nc/districts/13"
|
||||
committees:
|
||||
- name: "House Committee on Ethics"
|
||||
role: "member"
|
||||
@@ -71,6 +72,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - NC-13 (Congressional District 13).
|
||||
|
||||
Represents [Congressional District 13](/us/states/nc/districts/13.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Ethics](/us/bodies/house/committees/ethics.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "CA"
|
||||
district: "Congressional District 32"
|
||||
represents: "us/states/ca/districts/32"
|
||||
committees:
|
||||
- name: "House Committee on Financial Services"
|
||||
role: "member"
|
||||
@@ -59,6 +60,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - CA-32 (Congressional District 32).
|
||||
|
||||
Represents [Congressional District 32](/us/states/ca/districts/32.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Financial Services](/us/bodies/house/committees/financial-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "IL"
|
||||
district: "Congressional District 10"
|
||||
represents: "us/states/il/districts/10"
|
||||
committees:
|
||||
- name: "House Committee on Foreign Affairs"
|
||||
role: "member"
|
||||
@@ -53,6 +54,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - IL-10 (Congressional District 10).
|
||||
|
||||
Represents [Congressional District 10](/us/states/il/districts/10.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Foreign Affairs](/us/bodies/house/committees/foreign-affairs.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "TX"
|
||||
district: "Congressional District 26"
|
||||
represents: "us/states/tx/districts/26"
|
||||
committees:
|
||||
- name: "House Committee on Oversight and Government Reform"
|
||||
role: "member"
|
||||
@@ -65,6 +66,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - TX-26 (Congressional District 26).
|
||||
|
||||
Represents [Congressional District 26](/us/states/tx/districts/26.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Oversight and Government Reform](/us/bodies/house/committees/oversight-and-government-reform.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "PA"
|
||||
district: "Congressional District 2"
|
||||
represents: "us/states/pa/districts/02"
|
||||
committees:
|
||||
- name: "House Committee on the Budget"
|
||||
role: "ranking-member"
|
||||
@@ -50,6 +51,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - PA-2 (Congressional District 2).
|
||||
|
||||
Represents [Congressional District 2](/us/states/pa/districts/02.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on the Budget](/us/bodies/house/committees/the-budget.md) — **ranking-member**
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "KY"
|
||||
district: "Congressional District 2"
|
||||
represents: "us/states/ky/districts/02"
|
||||
committees:
|
||||
- name: "House Committee on Energy and Commerce"
|
||||
role: "chair"
|
||||
@@ -41,6 +42,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - KY-2 (Congressional District 2).
|
||||
|
||||
Represents [Congressional District 2](/us/states/ky/districts/02.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Energy and Commerce](/us/bodies/house/committees/energy-and-commerce.md) — **chair**
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "TX"
|
||||
district: "Congressional District 36"
|
||||
represents: "us/states/tx/districts/36"
|
||||
committees:
|
||||
- name: "House Committee on Science, Space, and Technology"
|
||||
role: "chair"
|
||||
@@ -50,6 +51,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - TX-36 (Congressional District 36).
|
||||
|
||||
Represents [Congressional District 36](/us/states/tx/districts/36.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Science, Space, and Technology](/us/bodies/house/committees/science-space-and-technology.md) — **chair**
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "FL"
|
||||
district: "Congressional District 21"
|
||||
represents: "us/states/fl/districts/21"
|
||||
committees:
|
||||
- name: "House Committee on Foreign Affairs"
|
||||
role: "chair"
|
||||
@@ -53,6 +54,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - FL-21 (Congressional District 21).
|
||||
|
||||
Represents [Congressional District 21](/us/states/fl/districts/21.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Foreign Affairs](/us/bodies/house/committees/foreign-affairs.md) — **chair**
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "Congressional District 3"
|
||||
represents: "us/states/ga/districts/03"
|
||||
committees:
|
||||
- name: "House Committee on Oversight and Government Reform"
|
||||
role: "member"
|
||||
@@ -65,6 +66,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - GA-3 (Congressional District 3).
|
||||
|
||||
Represents [Congressional District 3](/us/states/ga/districts/03.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Oversight and Government Reform](/us/bodies/house/committees/oversight-and-government-reform.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "PA"
|
||||
district: "Congressional District 1"
|
||||
represents: "us/states/pa/districts/01"
|
||||
committees:
|
||||
- name: "House Permanent Select Committee on Intelligence"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - PA-1 (Congressional District 1).
|
||||
|
||||
Represents [Congressional District 1](/us/states/pa/districts/01.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Permanent Select Committee on Intelligence](/us/bodies/house/committees/house-permanent-select-committee-on-intelligence.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "CO"
|
||||
district: "Congressional District 7"
|
||||
represents: "us/states/co/districts/07"
|
||||
committees:
|
||||
- name: "House Committee on Financial Services"
|
||||
role: "member"
|
||||
@@ -47,6 +48,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - CO-7 (Congressional District 7).
|
||||
|
||||
Represents [Congressional District 7](/us/states/co/districts/07.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Financial Services](/us/bodies/house/committees/financial-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "AR"
|
||||
district: "Congressional District 4"
|
||||
represents: "us/states/ar/districts/04"
|
||||
committees:
|
||||
- name: "House Committee on Natural Resources"
|
||||
role: "chair"
|
||||
@@ -53,6 +54,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - AR-4 (Congressional District 4).
|
||||
|
||||
Represents [Congressional District 4](/us/states/ar/districts/04.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Natural Resources](/us/bodies/house/committees/natural-resources.md) — **chair**
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "WI"
|
||||
district: "Congressional District 1"
|
||||
represents: "us/states/wi/districts/01"
|
||||
committees:
|
||||
- name: "House Committee on Financial Services"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - WI-1 (Congressional District 1).
|
||||
|
||||
Represents [Congressional District 1](/us/states/wi/districts/01.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Financial Services](/us/bodies/house/committees/financial-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "UT"
|
||||
district: "Congressional District 4"
|
||||
represents: "us/states/ut/districts/04"
|
||||
committees:
|
||||
- name: "House Committee on Education and Workforce"
|
||||
role: "member"
|
||||
@@ -62,6 +63,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - UT-4 (Congressional District 4).
|
||||
|
||||
Represents [Congressional District 4](/us/states/ut/districts/04.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Education and Workforce](/us/bodies/house/committees/education-and-workforce.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "FL"
|
||||
district: "Congressional District 19"
|
||||
represents: "us/states/fl/districts/19"
|
||||
committees:
|
||||
- name: "House Committee on Financial Services"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - FL-19 (Congressional District 19).
|
||||
|
||||
Represents [Congressional District 19](/us/states/fl/districts/19.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Financial Services](/us/bodies/house/committees/financial-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "FL"
|
||||
district: "Congressional District 28"
|
||||
represents: "us/states/fl/districts/28"
|
||||
committees:
|
||||
- name: "House Committee on Armed Services"
|
||||
role: "member"
|
||||
@@ -59,6 +60,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - FL-28 (Congressional District 28).
|
||||
|
||||
Represents [Congressional District 28](/us/states/fl/districts/28.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Armed Services](/us/bodies/house/committees/armed-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "WV"
|
||||
district: "Congressional District 1"
|
||||
represents: "us/states/wv/districts/01"
|
||||
committees:
|
||||
- name: "House Committee on Ways and Means"
|
||||
role: "member"
|
||||
@@ -47,6 +48,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - WV-1 (Congressional District 1).
|
||||
|
||||
Represents [Congressional District 1](/us/states/wv/districts/01.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Ways and Means](/us/bodies/house/committees/ways-and-means.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "UT"
|
||||
district: "Congressional District 2"
|
||||
represents: "us/states/ut/districts/02"
|
||||
committees:
|
||||
- name: "House Committee on Appropriations"
|
||||
role: "member"
|
||||
@@ -59,6 +60,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - UT-2 (Congressional District 2).
|
||||
|
||||
Represents [Congressional District 2](/us/states/ut/districts/02.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Appropriations](/us/bodies/house/committees/appropriations.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "Congressional District 3"
|
||||
represents: "us/states/tn/districts/03"
|
||||
committees:
|
||||
- name: "House Committee on Appropriations"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - TN-3 (Congressional District 3).
|
||||
|
||||
Represents [Congressional District 3](/us/states/tn/districts/03.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Appropriations](/us/bodies/house/committees/appropriations.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "ME"
|
||||
district: "Congressional District 1"
|
||||
represents: "us/states/me/districts/01"
|
||||
committees:
|
||||
- name: "House Committee on Agriculture"
|
||||
role: "member"
|
||||
@@ -50,6 +51,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - ME-1 (Congressional District 1).
|
||||
|
||||
Represents [Congressional District 1](/us/states/me/districts/01.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Agriculture](/us/bodies/house/committees/agriculture.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "TX"
|
||||
district: "Congressional District 21"
|
||||
represents: "us/states/tx/districts/21"
|
||||
committees:
|
||||
- name: "House Committee on Rules"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - TX-21 (Congressional District 21).
|
||||
|
||||
Represents [Congressional District 21](/us/states/tx/districts/21.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Rules](/us/bodies/house/committees/rules.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "NH"
|
||||
district: "Congressional District 1"
|
||||
represents: "us/states/nh/districts/01"
|
||||
committees:
|
||||
- name: "House Committee on Transportation and Infrastructure"
|
||||
role: "member"
|
||||
@@ -59,6 +60,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - NH-1 (Congressional District 1).
|
||||
|
||||
Represents [Congressional District 1](/us/states/nh/districts/01.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Transportation and Infrastructure](/us/bodies/house/committees/transportation-and-infrastructure.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "PA"
|
||||
district: "Congressional District 6"
|
||||
represents: "us/states/pa/districts/06"
|
||||
committees:
|
||||
- name: "House Committee on Armed Services"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - PA-6 (Congressional District 6).
|
||||
|
||||
Represents [Congressional District 6](/us/states/pa/districts/06.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Armed Services](/us/bodies/house/committees/armed-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "TX"
|
||||
district: "Congressional District 18"
|
||||
represents: "us/states/tx/districts/18"
|
||||
committees:
|
||||
- name: "House Committee on Science, Space, and Technology"
|
||||
role: "member"
|
||||
@@ -41,6 +42,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - TX-18 (Congressional District 18).
|
||||
|
||||
Represents [Congressional District 18](/us/states/tx/districts/18.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Science, Space, and Technology](/us/bodies/house/committees/science-space-and-technology.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "NJ"
|
||||
district: "Congressional District 4"
|
||||
represents: "us/states/nj/districts/04"
|
||||
committees:
|
||||
- name: "House Committee on Foreign Affairs"
|
||||
role: "member"
|
||||
@@ -47,6 +48,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - NJ-4 (Congressional District 4).
|
||||
|
||||
Represents [Congressional District 4](/us/states/nj/districts/04.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Foreign Affairs](/us/bodies/house/committees/foreign-affairs.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "PA"
|
||||
district: "Congressional District 17"
|
||||
represents: "us/states/pa/districts/17"
|
||||
committees:
|
||||
- name: "House Committee on Armed Services"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - PA-17 (Congressional District 17).
|
||||
|
||||
Represents [Congressional District 17](/us/states/pa/districts/17.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Armed Services](/us/bodies/house/committees/armed-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "NC"
|
||||
district: "Congressional District 11"
|
||||
represents: "us/states/nc/districts/11"
|
||||
committees:
|
||||
- name: "House Committee on Appropriations"
|
||||
role: "member"
|
||||
@@ -50,6 +51,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - NC-11 (Congressional District 11).
|
||||
|
||||
Represents [Congressional District 11](/us/states/nc/districts/11.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Appropriations](/us/bodies/house/committees/appropriations.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "NY"
|
||||
district: "Congressional District 24"
|
||||
represents: "us/states/ny/districts/24"
|
||||
committees:
|
||||
- name: "House Permanent Select Committee on Intelligence"
|
||||
role: "member"
|
||||
@@ -62,6 +63,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - NY-24 (Congressional District 24).
|
||||
|
||||
Represents [Congressional District 24](/us/states/ny/districts/24.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Permanent Select Committee on Intelligence](/us/bodies/house/committees/house-permanent-select-committee-on-intelligence.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "GA"
|
||||
district: "Congressional District 14"
|
||||
represents: "us/states/ga/districts/14"
|
||||
tenure:
|
||||
start: "2026-04-14"
|
||||
current: true
|
||||
@@ -34,6 +35,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - GA-14 (Congressional District 14).
|
||||
|
||||
Represents [Congressional District 14](/us/states/ga/districts/14.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: House Clerk XML 2026-06-10
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "Congressional District 3"
|
||||
represents: "us/states/la/districts/03"
|
||||
committees:
|
||||
- name: "House Committee on Armed Services"
|
||||
role: "member"
|
||||
@@ -59,6 +60,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - LA-3 (Congressional District 3).
|
||||
|
||||
Represents [Congressional District 3](/us/states/la/districts/03.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Armed Services](/us/bodies/house/committees/armed-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "Congressional District 6"
|
||||
represents: "us/states/la/districts/06"
|
||||
committees:
|
||||
- name: "House Committee on Financial Services"
|
||||
role: "member"
|
||||
@@ -50,6 +51,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - LA-6 (Congressional District 6).
|
||||
|
||||
Represents [Congressional District 6](/us/states/la/districts/06.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Financial Services](/us/bodies/house/committees/financial-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "OR"
|
||||
district: "Congressional District 2"
|
||||
represents: "us/states/or/districts/02"
|
||||
committees:
|
||||
- name: "House Committee on Energy and Commerce"
|
||||
role: "member"
|
||||
@@ -59,6 +60,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - OR-2 (Congressional District 2).
|
||||
|
||||
Represents [Congressional District 2](/us/states/or/districts/02.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Energy and Commerce](/us/bodies/house/committees/energy-and-commerce.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "FL"
|
||||
district: "Congressional District 7"
|
||||
represents: "us/states/fl/districts/07"
|
||||
committees:
|
||||
- name: "House Committee on Armed Services"
|
||||
role: "member"
|
||||
@@ -59,6 +60,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - FL-7 (Congressional District 7).
|
||||
|
||||
Represents [Congressional District 7](/us/states/fl/districts/07.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Armed Services](/us/bodies/house/committees/armed-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "TX"
|
||||
district: "Congressional District 12"
|
||||
represents: "us/states/tx/districts/12"
|
||||
committees:
|
||||
- name: "House Committee on Energy and Commerce"
|
||||
role: "member"
|
||||
@@ -50,6 +51,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - TX-12 (Congressional District 12).
|
||||
|
||||
Represents [Congressional District 12](/us/states/tx/districts/12.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Energy and Commerce](/us/bodies/house/committees/energy-and-commerce.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "AL"
|
||||
district: "Congressional District 5"
|
||||
represents: "us/states/al/districts/05"
|
||||
committees:
|
||||
- name: "House Committee on Appropriations"
|
||||
role: "member"
|
||||
@@ -59,6 +60,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - AL-5 (Congressional District 5).
|
||||
|
||||
Represents [Congressional District 5](/us/states/al/districts/05.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Appropriations](/us/bodies/house/committees/appropriations.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "TX"
|
||||
district: "Congressional District 2"
|
||||
represents: "us/states/tx/districts/02"
|
||||
committees:
|
||||
- name: "House Committee on Energy and Commerce"
|
||||
role: "member"
|
||||
@@ -59,6 +60,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - TX-2 (Congressional District 2).
|
||||
|
||||
Represents [Congressional District 2](/us/states/tx/districts/02.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Energy and Commerce](/us/bodies/house/committees/energy-and-commerce.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "WA"
|
||||
district: "Congressional District 4"
|
||||
represents: "us/states/wa/districts/04"
|
||||
committees:
|
||||
- name: "House Committee on Agriculture"
|
||||
role: "member"
|
||||
@@ -62,6 +63,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - WA-4 (Congressional District 4).
|
||||
|
||||
Represents [Congressional District 4](/us/states/wa/districts/04.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Agriculture](/us/bodies/house/committees/agriculture.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "PA"
|
||||
district: "Congressional District 9"
|
||||
represents: "us/states/pa/districts/09"
|
||||
committees:
|
||||
- name: "House Committee on Financial Services"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - PA-9 (Congressional District 9).
|
||||
|
||||
Represents [Congressional District 9](/us/states/pa/districts/09.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Financial Services](/us/bodies/house/committees/financial-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "NY"
|
||||
district: "Congressional District 10"
|
||||
represents: "us/states/ny/districts/10"
|
||||
committees:
|
||||
- name: "House Committee on Homeland Security"
|
||||
role: "member"
|
||||
@@ -53,6 +54,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - NY-10 (Congressional District 10).
|
||||
|
||||
Represents [Congressional District 10](/us/states/ny/districts/10.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Homeland Security](/us/bodies/house/committees/homeland-security.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "FL"
|
||||
district: "Congressional District 11"
|
||||
represents: "us/states/fl/districts/11"
|
||||
committees:
|
||||
- name: "House Committee on Natural Resources"
|
||||
role: "member"
|
||||
@@ -68,6 +69,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - FL-11 (Congressional District 11).
|
||||
|
||||
Represents [Congressional District 11](/us/states/fl/districts/11.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Natural Resources](/us/bodies/house/committees/natural-resources.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "IL"
|
||||
district: "Congressional District 7"
|
||||
represents: "us/states/il/districts/07"
|
||||
committees:
|
||||
- name: "House Committee on Ways and Means"
|
||||
role: "member"
|
||||
@@ -47,6 +48,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - IL-7 (Congressional District 7).
|
||||
|
||||
Represents [Congressional District 7](/us/states/il/districts/07.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Ways and Means](/us/bodies/house/committees/ways-and-means.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "IL"
|
||||
district: "Congressional District 16"
|
||||
represents: "us/states/il/districts/16"
|
||||
committees:
|
||||
- name: "House Permanent Select Committee on Intelligence"
|
||||
role: "member"
|
||||
@@ -62,6 +63,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - IL-16 (Congressional District 16).
|
||||
|
||||
Represents [Congressional District 16](/us/states/il/districts/16.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Permanent Select Committee on Intelligence](/us/bodies/house/committees/house-permanent-select-committee-on-intelligence.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "CA"
|
||||
district: "Congressional District 48"
|
||||
represents: "us/states/ca/districts/48"
|
||||
committees:
|
||||
- name: "House Committee on Foreign Affairs"
|
||||
role: "member"
|
||||
@@ -65,6 +66,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - CA-48 (Congressional District 48).
|
||||
|
||||
Represents [Congressional District 48](/us/states/ca/districts/48.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Foreign Affairs](/us/bodies/house/committees/foreign-affairs.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "FL"
|
||||
district: "Congressional District 9"
|
||||
represents: "us/states/fl/districts/09"
|
||||
committees:
|
||||
- name: "House Committee on Energy and Commerce"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - FL-9 (Congressional District 9).
|
||||
|
||||
Represents [Congressional District 9](/us/states/fl/districts/09.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Energy and Commerce](/us/bodies/house/committees/energy-and-commerce.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "CA"
|
||||
district: "Congressional District 47"
|
||||
represents: "us/states/ca/districts/47"
|
||||
committees:
|
||||
- name: "House Committee on Natural Resources"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - CA-47 (Congressional District 47).
|
||||
|
||||
Represents [Congressional District 47](/us/states/ca/districts/47.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Natural Resources](/us/bodies/house/committees/natural-resources.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "CA"
|
||||
district: "Congressional District 22"
|
||||
represents: "us/states/ca/districts/22"
|
||||
committees:
|
||||
- name: "House Committee on Agriculture"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - CA-22 (Congressional District 22).
|
||||
|
||||
Represents [Congressional District 22](/us/states/ca/districts/22.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Agriculture](/us/bodies/house/committees/agriculture.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "OH"
|
||||
district: "Congressional District 2"
|
||||
represents: "us/states/oh/districts/02"
|
||||
committees:
|
||||
- name: "House Committee on Agriculture"
|
||||
role: "member"
|
||||
@@ -59,6 +60,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - OH-2 (Congressional District 2).
|
||||
|
||||
Represents [Congressional District 2](/us/states/oh/districts/02.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Agriculture](/us/bodies/house/committees/agriculture.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "Congressional District 8"
|
||||
represents: "us/states/tn/districts/08"
|
||||
committees:
|
||||
- name: "House Committee on Ways and Means"
|
||||
role: "member"
|
||||
@@ -47,6 +48,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - TN-8 (Congressional District 8).
|
||||
|
||||
Represents [Congressional District 8](/us/states/tn/districts/08.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Ways and Means](/us/bodies/house/committees/ways-and-means.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "OH"
|
||||
district: "Congressional District 14"
|
||||
represents: "us/states/oh/districts/14"
|
||||
committees:
|
||||
- name: "House Committee on Appropriations"
|
||||
role: "member"
|
||||
@@ -50,6 +51,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - OH-14 (Congressional District 14).
|
||||
|
||||
Represents [Congressional District 14](/us/states/oh/districts/14.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Appropriations](/us/bodies/house/committees/appropriations.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "NC"
|
||||
district: "Congressional District 7"
|
||||
represents: "us/states/nc/districts/07"
|
||||
committees:
|
||||
- name: "House Committee on Agriculture"
|
||||
role: "member"
|
||||
@@ -68,6 +69,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - NC-7 (Congressional District 7).
|
||||
|
||||
Represents [Congressional District 7](/us/states/nc/districts/07.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Agriculture](/us/bodies/house/committees/agriculture.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "AZ"
|
||||
district: "Congressional District 1"
|
||||
represents: "us/states/az/districts/01"
|
||||
committees:
|
||||
- name: "House Committee on Ways and Means"
|
||||
role: "member"
|
||||
@@ -50,6 +51,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - AZ-1 (Congressional District 1).
|
||||
|
||||
Represents [Congressional District 1](/us/states/az/districts/01.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Ways and Means](/us/bodies/house/committees/ways-and-means.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "MI"
|
||||
district: "Congressional District 6"
|
||||
represents: "us/states/mi/districts/06"
|
||||
committees:
|
||||
- name: "House Committee on Energy and Commerce"
|
||||
role: "member"
|
||||
@@ -59,6 +60,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - MI-6 (Congressional District 6).
|
||||
|
||||
Represents [Congressional District 6](/us/states/mi/districts/06.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Energy and Commerce](/us/bodies/house/committees/energy-and-commerce.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "FL"
|
||||
district: "Congressional District 25"
|
||||
represents: "us/states/fl/districts/25"
|
||||
committees:
|
||||
- name: "House Committee on Appropriations"
|
||||
role: "member"
|
||||
@@ -50,6 +51,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - FL-25 (Congressional District 25).
|
||||
|
||||
Represents [Congressional District 25](/us/states/fl/districts/25.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Appropriations](/us/bodies/house/committees/appropriations.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "NC"
|
||||
district: "Congressional District 2"
|
||||
represents: "us/states/nc/districts/02"
|
||||
committees:
|
||||
- name: "House Committee on Ethics"
|
||||
role: "member"
|
||||
@@ -59,6 +60,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - NC-2 (Congressional District 2).
|
||||
|
||||
Represents [Congressional District 2](/us/states/nc/districts/02.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Ethics](/us/bodies/house/committees/ethics.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "IL"
|
||||
district: "Congressional District 3"
|
||||
represents: "us/states/il/districts/03"
|
||||
committees:
|
||||
- name: "House Committee on Homeland Security"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - IL-3 (Congressional District 3).
|
||||
|
||||
Represents [Congressional District 3](/us/states/il/districts/03.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Homeland Security](/us/bodies/house/committees/homeland-security.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "KS"
|
||||
district: "Congressional District 2"
|
||||
represents: "us/states/ks/districts/02"
|
||||
committees:
|
||||
- name: "House Committee on Armed Services"
|
||||
role: "member"
|
||||
@@ -71,6 +72,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - KS-2 (Congressional District 2).
|
||||
|
||||
Represents [Congressional District 2](/us/states/ks/districts/02.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Armed Services](/us/bodies/house/committees/armed-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "CA"
|
||||
district: "Congressional District 45"
|
||||
represents: "us/states/ca/districts/45"
|
||||
committees:
|
||||
- name: "House Committee on Armed Services"
|
||||
role: "member"
|
||||
@@ -56,6 +57,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - CA-45 (Congressional District 45).
|
||||
|
||||
Represents [Congressional District 45](/us/states/ca/districts/45.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Armed Services](/us/bodies/house/committees/armed-services.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "WI"
|
||||
district: "Congressional District 3"
|
||||
represents: "us/states/wi/districts/03"
|
||||
committees:
|
||||
- name: "House Committee on Agriculture"
|
||||
role: "member"
|
||||
@@ -65,6 +66,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - WI-3 (Congressional District 3).
|
||||
|
||||
Represents [Congressional District 3](/us/states/wi/districts/03.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Agriculture](/us/bodies/house/committees/agriculture.md)
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "federal"
|
||||
branch: "legislative"
|
||||
state: "CO"
|
||||
district: "Congressional District 1"
|
||||
represents: "us/states/co/districts/01"
|
||||
committees:
|
||||
- name: "House Committee on Energy and Commerce"
|
||||
role: "member"
|
||||
@@ -50,6 +51,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current U.S. House of Representatives - CO-1 (Congressional District 1).
|
||||
|
||||
Represents [Congressional District 1](/us/states/co/districts/01.md).
|
||||
|
||||
## Committees
|
||||
|
||||
- [House Committee on Energy and Commerce](/us/bodies/house/committees/energy-and-commerce.md)
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user