Add elections + demographics layer: candidates and jurisdictions
Two new entity types, built deterministically from the raw exports:
Candidate (2,494) — 2026 federal candidates as files under
us/states/<st>/candidates/, with office,
district, party, incumbent/challenger stance,
campaign committee, FEC id.
Jurisdiction (3,494) — demographic nodes carrying ACS 2023 data:
3,131 counties (deduped from 3,231 mixed-format
fips keys) + 363 congressional districts.
This completes the county skeleton nationwide: every US county is now a
browsable node with population, income, poverty, race, education and
housing — even where no officeholders are mapped yet. In Florida the
county index.md merges into the existing dir and reports its officeholder
count alongside demographics (St. Lucie: 33 officeholders + ACS profile).
build.py now reads seven raw inputs in one deterministic pass
(byte-identical on rerun). The mirror now answers: who holds power, who
runs this institution, who is running, and what each place is made of.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Adam Michael Dunigan"
|
||||
description: "U.S. House candidate, VA-08 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-08"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ADAM FOR CONGRESS"
|
||||
id: "C00932756"
|
||||
ids:
|
||||
fec: "H6VA08328"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Adam Michael Dunigan
|
||||
|
||||
Democratic challenger for U.S. House (VA-08), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ADAM FOR CONGRESS (C00932756)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Adam Murphy"
|
||||
description: "U.S. House candidate, VA-09 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-09"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MURPHY4CONGRESS"
|
||||
id: "C00906198"
|
||||
ids:
|
||||
fec: "H6VA09102"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Adam Murphy
|
||||
|
||||
Democratic challenger for U.S. House (VA-09), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MURPHY4CONGRESS (C00906198)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Adele Stichel"
|
||||
description: "U.S. House candidate, VA-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-05"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ADELE FOR CONGRESS"
|
||||
id: "C00921858"
|
||||
ids:
|
||||
fec: "H6VA05183"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Adele Stichel
|
||||
|
||||
Democratic challenger for U.S. House (VA-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ADELE FOR CONGRESS (C00921858)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Alex De Paula"
|
||||
description: "U.S. Senate candidate, VA (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "VA"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ALEX DE PAULA FOR US SENATE"
|
||||
id: "C00937904"
|
||||
ids:
|
||||
fec: "S6VA00226"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alex De Paula
|
||||
|
||||
Republican challenger for U.S. Senate (VA), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ALEX DE PAULA FOR US SENATE (C00937904)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Amanda Pohl"
|
||||
description: "U.S. House candidate, VA-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "AMANDA POHL FOR CONGRESS"
|
||||
id: "C00907444"
|
||||
ids:
|
||||
fec: "H6VA01182"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Amanda Pohl
|
||||
|
||||
Democratic challenger for U.S. House (VA-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- AMANDA POHL FOR CONGRESS (C00907444)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Amy Roma"
|
||||
description: "U.S. House candidate, VA-11 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-11"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "AMY ROMA FOR CONGRESS"
|
||||
id: "C00906537"
|
||||
ids:
|
||||
fec: "H6VA11140"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Amy Roma
|
||||
|
||||
Democratic challenger for U.S. House (VA-11), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- AMY ROMA FOR CONGRESS (C00906537)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Andrew Lucchetti"
|
||||
description: "U.S. House candidate, VA-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ANDREW LUCCHETTI FOR CONGRESS"
|
||||
id: "C00910927"
|
||||
ids:
|
||||
fec: "H6VA01216"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Andrew Lucchetti
|
||||
|
||||
Democratic challenger for U.S. House (VA-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ANDREW LUCCHETTI FOR CONGRESS (C00910927)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Ata-Ul-Salaam Bhatti"
|
||||
description: "U.S. House candidate, VA-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SALAAM BHATTI FOR CONGRESS"
|
||||
id: "C00912287"
|
||||
ids:
|
||||
fec: "H6VA01232"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ata-Ul-Salaam Bhatti
|
||||
|
||||
Democratic challenger for U.S. House (VA-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SALAAM BHATTI FOR CONGRESS (C00912287)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Benjamin Lee Cline"
|
||||
description: "U.S. House candidate, VA-06 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-06"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BEN CLINE FOR CONGRESS, INC."
|
||||
id: "C00661561"
|
||||
ids:
|
||||
fec: "H8VA06104"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Benjamin Lee Cline
|
||||
|
||||
Republican incumbent for U.S. House (VA-06), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BEN CLINE FOR CONGRESS, INC. (C00661561)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Bert K Mizusawa"
|
||||
description: "U.S. Senate candidate, VA (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "VA"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BERT FOR SENATE 2026"
|
||||
id: "C00934265"
|
||||
ids:
|
||||
fec: "S8VA00321"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bert K Mizusawa
|
||||
|
||||
Republican challenger for U.S. Senate (VA), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BERT FOR SENATE 2026 (C00934265)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Beth Macy"
|
||||
description: "U.S. House candidate, VA-06 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-06"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BETH MACY FOR CONGRESS"
|
||||
id: "C00927129"
|
||||
ids:
|
||||
fec: "H6VA06173"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Beth Macy
|
||||
|
||||
Democratic challenger for U.S. House (VA-06), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BETH MACY FOR CONGRESS (C00927129)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Bree Fram"
|
||||
description: "U.S. House candidate, VA-11 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-11"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TEAM BREE"
|
||||
id: "C00935361"
|
||||
ids:
|
||||
fec: "H6VA11231"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bree Fram
|
||||
|
||||
Democratic open-seat for U.S. House (VA-11), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TEAM BREE (C00935361)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Bryce Reeves"
|
||||
description: "U.S. Senate candidate, VA (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "VA"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "REEVES FOR SENATE"
|
||||
id: "C00921593"
|
||||
ids:
|
||||
fec: "S6VA00176"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bryce Reeves
|
||||
|
||||
Republican challenger for U.S. Senate (VA), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- REEVES FOR SENATE (C00921593)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "C.L. Chuck Jr Smith"
|
||||
description: "U.S. Senate candidate, VA (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "VA"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CHUCK SMITH FOR US SENATE"
|
||||
id: "C00932962"
|
||||
ids:
|
||||
fec: "S4VA00197"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# C.L. Chuck Jr Smith
|
||||
|
||||
Republican challenger for U.S. Senate (VA), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CHUCK SMITH FOR US SENATE (C00932962)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Dan Helmer"
|
||||
description: "U.S. House candidate, VA-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-07"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "HELMER FOR CONGRESS"
|
||||
id: "C00939579"
|
||||
ids:
|
||||
fec: "H6VA07247"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dan Helmer
|
||||
|
||||
Democratic challenger for U.S. House (VA-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- HELMER FOR CONGRESS (C00939579)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Daniel Gray"
|
||||
description: "U.S. House candidate, VA-08 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-08"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DANIEL GRAY FOR CONGRESS"
|
||||
id: "C00928739"
|
||||
ids:
|
||||
fec: "H6VA08294"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Daniel Gray
|
||||
|
||||
Democratic challenger for U.S. House (VA-08), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DANIEL GRAY FOR CONGRESS (C00928739)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Daniel Lee"
|
||||
description: "U.S. House candidate, VA-11 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-11"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DAN LEE FOR VIRGINIA"
|
||||
id: "C00907063"
|
||||
ids:
|
||||
fec: "H6VA11165"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Daniel Lee
|
||||
|
||||
Democratic open-seat for U.S. House (VA-11), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DAN LEE FOR VIRGINIA (C00907063)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Darius Mayfield"
|
||||
description: "U.S. House candidate, VA-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-07"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MAYFIELD FOR CONGRESS"
|
||||
id: "C00901538"
|
||||
ids:
|
||||
fec: "H6VA07171"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Darius Mayfield
|
||||
|
||||
Republican challenger for U.S. House (VA-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MAYFIELD FOR CONGRESS (C00901538)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "David Beckwith"
|
||||
description: "U.S. House candidate, VA-10 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-10"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DAVE BECKWITH FOR CONGRESS"
|
||||
id: "C00944264"
|
||||
ids:
|
||||
fec: "H2VA10273"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# David Beckwith
|
||||
|
||||
Republican challenger for U.S. House (VA-10), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DAVE BECKWITH FOR CONGRESS (C00944264)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "David Earl Mr. Williams"
|
||||
description: "U.S. Senate candidate, VA (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "VA"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "WILLIAMS FOR SENATE 2026"
|
||||
id: "C00927178"
|
||||
ids:
|
||||
fec: "S6VA00200"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# David Earl Mr. Williams
|
||||
|
||||
Republican challenger for U.S. Senate (VA), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- WILLIAMS FOR SENATE 2026 (C00927178)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Dawn E Vasquez"
|
||||
description: "U.S. House candidate, VA-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-03"
|
||||
party: "IND"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "VASQUEZ FOR CONGRESS"
|
||||
id: "C00911511"
|
||||
ids:
|
||||
fec: "H6VA03097"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dawn E Vasquez
|
||||
|
||||
Independent challenger for U.S. House (VA-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- VASQUEZ FOR CONGRESS (C00911511)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Donald Sternoff Jr. Beyer"
|
||||
description: "U.S. House candidate, VA-08 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-08"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF DON BEYER"
|
||||
id: "C00555888"
|
||||
ids:
|
||||
fec: "H4VA08224"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Donald Sternoff Jr. Beyer
|
||||
|
||||
Democratic incumbent for U.S. House (VA-08), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF DON BEYER (C00555888)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Dorothy Mcauliffe"
|
||||
description: "U.S. House candidate, VA-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-07"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DOROTHY FOR CONGRESS"
|
||||
id: "C00943001"
|
||||
ids:
|
||||
fec: "H6VA07254"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dorothy Mcauliffe
|
||||
|
||||
Democratic challenger for U.S. House (VA-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DOROTHY FOR CONGRESS (C00943001)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Douglas Ollivant"
|
||||
description: "U.S. House candidate, VA-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-07"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "OLLIVANT FOR CONGRESS"
|
||||
id: "C00921650"
|
||||
ids:
|
||||
fec: "H6VA07205"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Douglas Ollivant
|
||||
|
||||
Republican challenger for U.S. House (VA-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- OLLIVANT FOR CONGRESS (C00921650)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Elaine Luria"
|
||||
description: "U.S. House candidate, VA-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ELAINE LURIA FOR CONGRESS"
|
||||
id: "C00926303"
|
||||
ids:
|
||||
fec: "H6VA02198"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Elaine Luria
|
||||
|
||||
Democratic challenger for U.S. House (VA-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ELAINE LURIA FOR CONGRESS (C00926303)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Elizabeth Dempsey Beggs"
|
||||
description: "U.S. House candidate, VA-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ELIZABETH FOR VIRGINIA"
|
||||
id: "C00928762"
|
||||
ids:
|
||||
fec: "H6VA01315"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Elizabeth Dempsey Beggs
|
||||
|
||||
Democratic challenger for U.S. House (VA-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ELIZABETH FOR VIRGINIA (C00928762)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Ericka Kopp"
|
||||
description: "U.S. House candidate, VA-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF ERICKA KOPP"
|
||||
id: "C00912758"
|
||||
ids:
|
||||
fec: "H6VA01240"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ericka Kopp
|
||||
|
||||
Democratic challenger for U.S. House (VA-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF ERICKA KOPP (C00912758)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Gerald Edward Connolly"
|
||||
description: "U.S. House candidate, VA-11 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-11"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CONNOLLY FOR CONGRESS"
|
||||
id: "C00445452"
|
||||
ids:
|
||||
fec: "H8VA11062"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Gerald Edward Connolly
|
||||
|
||||
Democratic incumbent for U.S. House (VA-11), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CONNOLLY FOR CONGRESS (C00445452)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Gregory Eichelberger"
|
||||
description: "U.S. Senate candidate, VA (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "VA"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "GREGORY EICHELBERGER FOR U.S. SENATE"
|
||||
id: "C00925610"
|
||||
ids:
|
||||
fec: "S6VA00192"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Gregory Eichelberger
|
||||
|
||||
Democratic challenger for U.S. Senate (VA), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- GREGORY EICHELBERGER FOR U.S. SENATE (C00925610)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "H Morgan Griffith"
|
||||
description: "U.S. House candidate, VA-09 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-09"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MORGAN GRIFFITH FOR CONGRESS"
|
||||
id: "C00477240"
|
||||
ids:
|
||||
fec: "H0VA09055"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# H Morgan Griffith
|
||||
|
||||
Republican incumbent for U.S. House (VA-09), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MORGAN GRIFFITH FOR CONGRESS (C00477240)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "James Osyf"
|
||||
description: "U.S. House candidate, VA-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JAMES OSYF FOR CONGRESS"
|
||||
id: "C00911347"
|
||||
ids:
|
||||
fec: "H6VA02149"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# James Osyf
|
||||
|
||||
Democratic challenger for U.S. House (VA-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JAMES OSYF FOR CONGRESS (C00911347)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "James Walkinshaw"
|
||||
description: "U.S. House candidate, VA-11 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-11"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "WALKINSHAW FOR CONGRESS"
|
||||
id: "C00904367"
|
||||
ids:
|
||||
fec: "H6VA11066"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# James Walkinshaw
|
||||
|
||||
Democratic incumbent for U.S. House (VA-11), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- WALKINSHAW FOR CONGRESS (C00904367)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jason Knapp"
|
||||
description: "U.S. House candidate, VA-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JASON KNAPP FOR CONGRESS"
|
||||
id: "C00922492"
|
||||
ids:
|
||||
fec: "H6VA01307"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jason Knapp
|
||||
|
||||
Democratic challenger for U.S. House (VA-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JASON KNAPP FOR CONGRESS (C00922492)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jennifer Kiggans"
|
||||
description: "U.S. House candidate, VA-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-02"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KIGGANS FOR CONGRESS"
|
||||
id: "C00776120"
|
||||
ids:
|
||||
fec: "H2VA02064"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jennifer Kiggans
|
||||
|
||||
Republican incumbent for U.S. House (VA-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KIGGANS FOR CONGRESS (C00776120)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jennifer Mcclellan"
|
||||
description: "U.S. House candidate, VA-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-04"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MCCLELLAN FOR CONGRESS"
|
||||
id: "C00829812"
|
||||
ids:
|
||||
fec: "H4VA04066"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jennifer Mcclellan
|
||||
|
||||
Democratic incumbent for U.S. House (VA-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MCCLELLAN FOR CONGRESS (C00829812)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "John Gray"
|
||||
description: "U.S. House candidate, VA-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-07"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JOHN GRAY FOR VIRGINIA"
|
||||
id: "C00902775"
|
||||
ids:
|
||||
fec: "H6VA07189"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# John Gray
|
||||
|
||||
Republican challenger for U.S. House (VA-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JOHN GRAY FOR VIRGINIA (C00902775)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "John Mcguire"
|
||||
description: "U.S. House candidate, VA-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-05"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MCGUIRE FOR VIRGINIA"
|
||||
id: "C00856831"
|
||||
ids:
|
||||
fec: "H0VA07133"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# John Mcguire
|
||||
|
||||
Republican challenger for U.S. House (VA-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MCGUIRE FOR VIRGINIA (C00856831)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Joseph Patrick Cooney"
|
||||
description: "U.S. House candidate, VA-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-07"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "COONEY FOR CONGRESS"
|
||||
id: "C00938670"
|
||||
ids:
|
||||
fec: "H6VA00028"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Joseph Patrick Cooney
|
||||
|
||||
Democratic challenger for U.S. House (VA-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- COONEY FOR CONGRESS (C00938670)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Joy Powers"
|
||||
description: "U.S. House candidate, VA-09 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-09"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JOY FOR VIRGINIA"
|
||||
id: "C00926725"
|
||||
ids:
|
||||
fec: "H6VA09136"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Joy Powers
|
||||
|
||||
Democratic challenger for U.S. House (VA-09), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JOY FOR VIRGINIA (C00926725)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Julie Perry"
|
||||
description: "U.S. House candidate, VA-10 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-10"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JULIE FOR VIRGINIA"
|
||||
id: "C00933150"
|
||||
ids:
|
||||
fec: "H6VA10225"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Julie Perry
|
||||
|
||||
Republican challenger for U.S. House (VA-10), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JULIE FOR VIRGINIA (C00933150)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Kathryn (Kate) Ms. Zabriskie"
|
||||
description: "U.S. House candidate, VA-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-05"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KATE ZABRISKIE FOR CONGRESS (K84VA5)"
|
||||
id: "C00920280"
|
||||
ids:
|
||||
fec: "H6VA05175"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kathryn (Kate) Ms. Zabriskie
|
||||
|
||||
Democratic challenger for U.S. House (VA-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KATE ZABRISKIE FOR CONGRESS (K84VA5) (C00920280)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Ken Mitchell"
|
||||
description: "U.S. House candidate, VA-06 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-06"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KENMITCHELLFORVA"
|
||||
id: "C00867317"
|
||||
ids:
|
||||
fec: "H4VA06061"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ken Mitchell
|
||||
|
||||
Democratic challenger for U.S. House (VA-06), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KENMITCHELLFORVA (C00867317)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Kim Farington"
|
||||
description: "U.S. Senate candidate, VA (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "VA"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KIM FARINGTON FOR SENATE"
|
||||
id: "C00893099"
|
||||
ids:
|
||||
fec: "S6VA00143"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kim Farington
|
||||
|
||||
Republican challenger for U.S. Senate (VA), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KIM FARINGTON FOR SENATE (C00893099)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Lisa Vedernikova Khanna"
|
||||
description: "U.S. House candidate, VA-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "LISA FOR VIRGINIA"
|
||||
id: "C00907956"
|
||||
ids:
|
||||
fec: "H6VA01190"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lisa Vedernikova Khanna
|
||||
|
||||
Democratic challenger for U.S. House (VA-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- LISA FOR VIRGINIA (C00907956)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Lorita Dr. Daniels"
|
||||
description: "U.S. Senate candidate, VA (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "VA"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "LORITA DANIELS FOR US SENATE"
|
||||
id: "C00925453"
|
||||
ids:
|
||||
fec: "S6VA00184"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lorita Dr. Daniels
|
||||
|
||||
Democratic challenger for U.S. Senate (VA), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- LORITA DANIELS FOR US SENATE (C00925453)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "M. Sam Wong"
|
||||
description: "U.S. House candidate, VA-10 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-10"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "WONG FOR CONGRESS"
|
||||
id: "C00934067"
|
||||
ids:
|
||||
fec: "H6VA10233"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# M. Sam Wong
|
||||
|
||||
Republican challenger for U.S. House (VA-10), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- WONG FOR CONGRESS (C00934067)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mark Robert Warner"
|
||||
description: "U.S. Senate candidate, VA (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "VA"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF MARK WARNER"
|
||||
id: "C00438713"
|
||||
ids:
|
||||
fec: "S6VA00093"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mark Robert Warner
|
||||
|
||||
Democratic incumbent for U.S. Senate (VA), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF MARK WARNER (C00438713)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Matt Strickler"
|
||||
description: "U.S. House candidate, VA-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MATT STRICKLER FOR CONGRESS"
|
||||
id: "C00925735"
|
||||
ids:
|
||||
fec: "H6VA02180"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Matt Strickler
|
||||
|
||||
Democratic challenger for U.S. House (VA-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MATT STRICKLER FOR CONGRESS (C00925735)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Melanie Virginia Lucero"
|
||||
description: "U.S. House candidate, VA-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-05"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MELANIE LUCERO FOR CONGRESS"
|
||||
id: "C00934125"
|
||||
ids:
|
||||
fec: "H6VA05233"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Melanie Virginia Lucero
|
||||
|
||||
Republican challenger for U.S. House (VA-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MELANIE LUCERO FOR CONGRESS (C00934125)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Melvin Tull"
|
||||
description: "U.S. House candidate, VA-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MEL TULL FOR CONGRESS"
|
||||
id: "C00909614"
|
||||
ids:
|
||||
fec: "H6VA01208"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Melvin Tull
|
||||
|
||||
Democratic challenger for U.S. House (VA-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MEL TULL FOR CONGRESS (C00909614)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Michael Christian Mr. Duffin"
|
||||
description: "U.S. House candidate, VA-08 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-08"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DUFFIN FOR VIRGINIA LLC"
|
||||
id: "C00920785"
|
||||
ids:
|
||||
fec: "H6VA08286"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Michael Christian Mr. Duffin
|
||||
|
||||
Democratic challenger for U.S. House (VA-08), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DUFFIN FOR VIRGINIA LLC (C00920785)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Michael Williamson"
|
||||
description: "U.S. House candidate, VA-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "WILLIAMSON FOR CONGRESS"
|
||||
id: "C00913798"
|
||||
ids:
|
||||
fec: "H6VA02156"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Michael Williamson
|
||||
|
||||
Democratic challenger for U.S. House (VA-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- WILLIAMSON FOR CONGRESS (C00913798)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mike Pruitt"
|
||||
description: "U.S. House candidate, VA-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-05"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MIKE PRUITT FOR CONGRESS"
|
||||
id: "C00912980"
|
||||
ids:
|
||||
fec: "H6VA05167"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mike Pruitt
|
||||
|
||||
Democratic challenger for U.S. House (VA-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MIKE PRUITT FOR CONGRESS (C00912980)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mo Seifeldein"
|
||||
description: "U.S. House candidate, VA-08 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-08"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MO FOR CONGRESS"
|
||||
id: "C00915801"
|
||||
ids:
|
||||
fec: "H6VA08278"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mo Seifeldein
|
||||
|
||||
Democratic challenger for U.S. House (VA-08), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MO FOR CONGRESS (C00915801)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Nicolaus Sleister"
|
||||
description: "U.S. House candidate, VA-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "NICOLAUS FOR VIRGINIA"
|
||||
id: "C00901546"
|
||||
ids:
|
||||
fec: "H2VA02098"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Nicolaus Sleister
|
||||
|
||||
Democratic challenger for U.S. House (VA-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- NICOLAUS FOR VIRGINIA (C00901546)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Nila Devanath"
|
||||
description: "U.S. House candidate, VA-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "NILA FOR CONGRESS"
|
||||
id: "C00923946"
|
||||
ids:
|
||||
fec: "H6VA02172"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Nila Devanath
|
||||
|
||||
Democratic challenger for U.S. House (VA-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- NILA FOR CONGRESS (C00923946)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Patrick Mr. Mosolf"
|
||||
description: "U.S. House candidate, VA-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MOSOLF FOR CONGRESS"
|
||||
id: "C00917310"
|
||||
ids:
|
||||
fec: "H6VA02164"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Patrick Mr. Mosolf
|
||||
|
||||
Democratic challenger for U.S. House (VA-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MOSOLF FOR CONGRESS (C00917310)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Paul Riley"
|
||||
description: "U.S. House candidate, VA-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-05"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "PAUL RILEY FOR CONGRESS"
|
||||
id: "C00841346"
|
||||
ids:
|
||||
fec: "H4VA05063"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Paul Riley
|
||||
|
||||
Democratic challenger for U.S. House (VA-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- PAUL RILEY FOR CONGRESS (C00841346)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Pete Hamilton Barlow"
|
||||
description: "U.S. House candidate, VA-06 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-06"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "PETE BARLOW FOR CONGRESS"
|
||||
id: "C00914911"
|
||||
ids:
|
||||
fec: "H6VA06165"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pete Hamilton Barlow
|
||||
|
||||
Democratic challenger for U.S. House (VA-06), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- PETE BARLOW FOR CONGRESS (C00914911)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Robert C Scott"
|
||||
description: "U.S. House candidate, VA-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-03"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SCOTT FOR CONGRESS"
|
||||
id: "C00256925"
|
||||
ids:
|
||||
fec: "H6VA01117"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Robert C Scott
|
||||
|
||||
Democratic incumbent for U.S. House (VA-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SCOTT FOR CONGRESS (C00256925)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Robert G. Hon. Good"
|
||||
description: "U.S. House candidate, VA-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-05"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "GOOD FOR CONGRESS"
|
||||
id: "C00721308"
|
||||
ids:
|
||||
fec: "H0VA05160"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Robert G. Hon. Good
|
||||
|
||||
Republican challenger for U.S. House (VA-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- GOOD FOR CONGRESS (C00721308)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Robert J. Mr. Wittman"
|
||||
description: "U.S. House candidate, VA-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-01"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ROB WITTMAN FOR CONGRESS"
|
||||
id: "C00441014"
|
||||
ids:
|
||||
fec: "H8VA01147"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Robert J. Mr. Wittman
|
||||
|
||||
Republican incumbent for U.S. House (VA-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ROB WITTMAN FOR CONGRESS (C00441014)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Robert William Tracinski"
|
||||
description: "U.S. House candidate, VA-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-05"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TRACINSKI FOR CONGRESS"
|
||||
id: "C00927590"
|
||||
ids:
|
||||
fec: "H6VA05209"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Robert William Tracinski
|
||||
|
||||
Democratic challenger for U.S. House (VA-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TRACINSKI FOR CONGRESS (C00927590)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Saddam Salim"
|
||||
description: "U.S. House candidate, VA-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-07"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SALIM FOR CONGRESS"
|
||||
id: "C00946251"
|
||||
ids:
|
||||
fec: "H6VA07288"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Saddam Salim
|
||||
|
||||
Democratic challenger for U.S. House (VA-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SALIM FOR CONGRESS (C00946251)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Sean Sublette"
|
||||
description: "U.S. House candidate, VA-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SEAN FOR VIRGINIA"
|
||||
id: "C00914952"
|
||||
ids:
|
||||
fec: "H6VA01257"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sean Sublette
|
||||
|
||||
Democratic challenger for U.S. House (VA-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SEAN FOR VIRGINIA (C00914952)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Shannon Leigh Taylor"
|
||||
description: "U.S. House candidate, VA-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SHANNON TAYLOR FOR VA"
|
||||
id: "C00918029"
|
||||
ids:
|
||||
fec: "H6VA01299"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Shannon Leigh Taylor
|
||||
|
||||
Democratic challenger for U.S. House (VA-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SHANNON TAYLOR FOR VA (C00918029)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Stella Pekarsky"
|
||||
description: "U.S. House candidate, VA-11 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-11"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "STELLA FOR CONGRESS"
|
||||
id: "C00904409"
|
||||
ids:
|
||||
fec: "H6VA11074"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Stella Pekarsky
|
||||
|
||||
Democratic challenger for U.S. House (VA-11), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- STELLA FOR CONGRESS (C00904409)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Suhas Subramanyam"
|
||||
description: "U.S. House candidate, VA-10 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-10"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SUHAS FOR VIRGINIA"
|
||||
id: "C00856963"
|
||||
ids:
|
||||
fec: "H4VA10279"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Suhas Subramanyam
|
||||
|
||||
Democratic incumbent for U.S. House (VA-10), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SUHAS FOR VIRGINIA (C00856963)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Suzanne K Krzyzanowski"
|
||||
description: "U.S. House candidate, VA-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-05"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DRKFORCONGRESS"
|
||||
id: "C00925214"
|
||||
ids:
|
||||
fec: "H6VA05191"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Suzanne K Krzyzanowski
|
||||
|
||||
Democratic challenger for U.S. House (VA-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DRKFORCONGRESS (C00925214)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Tara Anne Durant"
|
||||
description: "U.S. House candidate, VA-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-07"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TARA DURANT FOR VIRGINIA"
|
||||
id: "C00909820"
|
||||
ids:
|
||||
fec: "H6VA07197"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Tara Anne Durant
|
||||
|
||||
Republican challenger for U.S. House (VA-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TARA DURANT FOR VIRGINIA (C00909820)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Thomas Perriello"
|
||||
description: "U.S. House candidate, VA-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-05"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TOM PERRIELLO FOR CONGRESS"
|
||||
id: "C00929968"
|
||||
ids:
|
||||
fec: "H6VA05217"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Thomas Perriello
|
||||
|
||||
Democratic challenger for U.S. House (VA-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TOM PERRIELLO FOR CONGRESS (C00929968)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Timothy Stephen Cywinski"
|
||||
description: "U.S. House candidate, VA-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TIM CYWINSKI FOR CONGRESS"
|
||||
id: "C00916841"
|
||||
ids:
|
||||
fec: "H6VA01273"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Timothy Stephen Cywinski
|
||||
|
||||
Democratic challenger for U.S. House (VA-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TIM CYWINSKI FOR CONGRESS (C00916841)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Waverly E. Mr. Washington"
|
||||
description: "U.S. House candidate, VA-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-07"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "WAVE FOR CONGRESS"
|
||||
id: "C00933598"
|
||||
ids:
|
||||
fec: "H6VA07239"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Waverly E. Mr. Washington
|
||||
|
||||
Republican challenger for U.S. House (VA-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- WAVE FOR CONGRESS (C00933598)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Wendy Gooditis"
|
||||
description: "U.S. House candidate, VA-06 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-06"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF WENDY GOODITIS"
|
||||
id: "C00934042"
|
||||
ids:
|
||||
fec: "H6VA06181"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Wendy Gooditis
|
||||
|
||||
Democratic challenger for U.S. House (VA-06), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF WENDY GOODITIS (C00934042)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Yevgeny 'Eugene' Vindman"
|
||||
description: "U.S. House candidate, VA-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VA"
|
||||
district: "VA-07"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "VINDMAN FOR CONGRESS"
|
||||
id: "C00856955"
|
||||
ids:
|
||||
fec: "H4VA07234"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Yevgeny 'Eugene' Vindman
|
||||
|
||||
Democratic incumbent for U.S. House (VA-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- VINDMAN FOR CONGRESS (C00856955)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
Reference in New Issue
Block a user