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

9 rows where cmte_pty_affiliation = "UC" and cmte_tp = "P" sorted by cmte_nm

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: cmte_id, cand_id, cycle

cmte_tp 1

  • P · 9 ✖

cmte_pty_affiliation 1

  • UC · 9 ✖
Link cmte_id cmte_nm ▼ cmte_tp cmte_dsgn cmte_pty_affiliation org_tp connected_org_nm cand_id cycle
C00883348,2024 C00883348 JONATHAN VAN GEONS P P UC   NONE P40020596 2024
C00883348,2026 C00883348 JONATHAN VAN GEONS P P UC   NONE P40020596 2026
C00816314,2022 C00816314 SCOTTS P P UC   NONE   2022
C00816314,2024 C00816314 SCOTTS P P UC   NONE   2024
C00816314,2026 C00816314 SCOTTS P P UC   NONE   2026
C00908004,2026 C00908004 STEVEN DIAZ (SD) P P UC   NONE P40020091 2026
C00747543,2020 C00747543 UNITED CITIZENS PARTY P P UC   NONE P00016170 2020
C00747543,2022 C00747543 UNITED CITIZENS PARTY P P UC   NONE P00016170 2022
C00747543,2024 C00747543 UNITED CITIZENS PARTY P P UC     P00016170 2024

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 1062.847ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API