home / openregs

fec_committees

FEC political committees — PACs, party committees, campaign committees. 155,000+ records.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

3 rows where cmte_pty_affiliation = "REP" and cmte_tp = "W" sorted by cmte_nm

✎ View and edit SQL

This data as json, CSV (advanced)

cmte_tp 1

  • W · 3 ✖

cmte_pty_affiliation 1

  • REP · 3 ✖
Link cmte_id cmte_nm ▼ cmte_tp cmte_dsgn cmte_pty_affiliation org_tp connected_org_nm cand_id cycle
C00607374,2024 C00607374 ELBERT GUILLORY'S AMERICA W U REP   NONE   2024
C00607374,2026 C00607374 ELBERT GUILLORY'S AMERICA W U REP   NONE   2026
C00607374,2022 C00607374 ELBERT GUILLORY'S AMERICA W U REP       2022

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE fec_committees (
    cmte_id TEXT NOT NULL,
    cmte_nm TEXT,
    cmte_tp TEXT,
    cmte_dsgn TEXT,
    cmte_pty_affiliation TEXT,
    org_tp TEXT,
    connected_org_nm TEXT,
    cand_id TEXT,
    cycle INTEGER NOT NULL,
    PRIMARY KEY (cmte_id, cycle)
);
CREATE INDEX idx_fec_cmte_name ON fec_committees(cmte_nm);
CREATE INDEX idx_fec_cmte_org ON fec_committees(connected_org_nm) WHERE connected_org_nm IS NOT NULL;
CREATE INDEX idx_fec_cmte_cand ON fec_committees(cand_id) WHERE cand_id IS NOT NULL;
Powered by Datasette · Queries took 800.2ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API