Committees

Search for Committees

HTTP Request

GET https://api.propublica.org/campaign-finance/v1/{cycle}/committees/search

Query Parameters

Parameter Description
cycle Four-digit even-numbered year between 2010 and 2020
query The name of the committee

Example Call

curl "https://api.propublica.org/campaign-finance/v1/2016/committees/search.json?query=Americans%20for%20a%20Better"
  -H "X-API-Key: PROPUBLICA_API_KEY"

The above command returns JSON structured like this:

{
   "status":"OK",
   "copyright":"Copyright (c) 2016 ProPublica Inc. All Rights Reserved.",
   "cycle":2016,
   "base_uri":"https://api.propublica.org/svc/elections/us/v3/finances/2016",
   "num_results":8,
   "offset":null,
   "results":[
      {
         "id":"C00570788",
         "relative_uri":"/committees/C00570788.json",
         "name":"AMERICANS FOR A BETTER TOMORROW TODAY",
         "party":"",
         "treasurer":"EVAN WICK",
         "address":"FLC 7788 1000 RIM DRIVE",
         "leadership":false,
         "city":"DURANGO",
         "state":"CO",
         "zip":"81301",
         "candidate":null,
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00570788/"
      },
      {
         "id":"C00560243",
         "relative_uri":"/committees/C00560243.json",
         "name":"AMERICANS FOR A BETTER FUTURE",
         "party":"",
         "treasurer":"NICK MANIS",
         "address":"11 DRINKING BROOK RD",
         "leadership":false,
         "city":"MONMOUTH JCT",
         "state":"NJ",
         "zip":"08852",
         "candidate":null,
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00560243/"
      },
      {
         "id":"C00404566",
         "relative_uri":"/committees/C00404566.json",
         "name":"AMERICANS FOR A BETTER WAY",
         "party":"",
         "treasurer":"ERLENBORN, ERIN",
         "address":"213 F STREET NE",
         "leadership":false,
         "city":"WASHINGTON",
         "state":"DC",
         "zip":"20002",
         "candidate":null,
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00404566/"
      },
      {
         "id":"C00533125",
         "relative_uri":"/committees/C00533125.json",
         "name":"AMERICANS FOR A BETTER TOMORROW PERIOD",
         "party":"",
         "treasurer":"DONAHUE, JOSEPH GERARD",
         "address":"701 CITY AVENUE #A-407",
         "leadership":false,
         "city":"MERION STATION",
         "state":"PA",
         "zip":"19066",
         "candidate":null,
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00533125/"
      },
      {
         "id":"C00567255",
         "relative_uri":"/committees/C00567255.json",
         "name":"AMERICANS FOR A BETTER YESTERDAY, TOMORROW",
         "party":"",
         "treasurer":"WILLIAM MCCABE CZERWINSKI",
         "address":"27475 BLUE RIDGE LANE",
         "leadership":false,
         "city":"EXCELSIOR",
         "state":"MN",
         "zip":"55331",
         "candidate":null,
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00567255/"
      },
      {
         "id":"C00567776",
         "relative_uri":"/committees/C00567776.json",
         "name":"MIDDLE AMERICANS FOR A BETTER TOMORROW",
         "party":"",
         "treasurer":"LISA WERDERMAN",
         "address":"1602 2ND AVE",
         "leadership":false,
         "city":"SAN MATEO",
         "state":"CA",
         "zip":"94401",
         "candidate":null,
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00567776/"
      },
      {
         "id":"C00567784",
         "relative_uri":"/committees/C00567784.json",
         "name":"BLACK AMERICANS FOR A BETTER FUTURE",
         "party":"",
         "treasurer":"MARSTON, CHRIS",
         "address":"45 N HILL DR",
         "leadership":false,
         "city":"WARRENTON",
         "state":"VA",
         "zip":"20186",
         "candidate":null,
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00567784/"
      },
      {
         "id":"C00570481",
         "relative_uri":"/committees/C00570481.json",
         "name":"AMERICANS FOR A BETTER YESTERDAY",
         "party":"",
         "treasurer":"BRANDON SCOTT ALLEN CLARK",
         "address":"9813 TOBIN CIR",
         "leadership":false,
         "city":"NORMAN",
         "state":"OK",
         "zip":"73026",
         "candidate":null,
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00570481/"
      }
   ]
}

Get a Specific Committee

This endpoint retrieves a specific FEC committee for a given campaign cycle.

HTTP Request

GET https://api.propublica.org/campaign-finance/v1/{cycle}/committees/{fec-id}

URL Parameters

Parameter Description
cycle Four-digit even-numbered year between 2010 and 2020
fec-id The FEC-assigned 9-character ID of a committee. To find a committee’s official FEC ID, use a committee search request or the FEC web site.

Example Call

curl "https://api.propublica.org/campaign-finance/v1/2016/committees/C00553560.json"
  -H "X-API-Key: PROPUBLICA_API_KEY"

The above command returns JSON structured like this:

{
   "status":"OK",
   "copyright":"Copyright (c) 2016 ProPublica Inc. All Rights Reserved.",
   "cycle":2016,
   "base_uri":"https://api.propublica.org/campaign-finance/v1/2016/",
   "results":[
      {
         "id":"C00553560",
         "name":"VIGOP (VIRGIN ISLANDS REPUBLICAN PARTY)",
         "party":"REP",
         "treasurer":"MACKENZIE, SCOTT B",
         "address":"PO BOX 295",
         "city":"CHRISTIANSTED",
         "state":"VI",
         "zip":"00821",
         "total_receipts":1210554.8,
         "total_from_individuals":1206010.8,
         "total_from_pacs":190.0,
         "total_contributions":1206200.8,
         "total_disbursements":1187888.77,
         "begin_cash":45482.65,
         "end_cash":68148.68,
         "total_refunds":0.0,
         "display_type":"PAC",
         "debts_owed":226265.94,
         "date_coverage_from":"2015-01-01",
         "date_coverage_to":"2015-11-30",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00553560/",
         "total_independent_expenditures":0.0,
         "candidate":null,
         "leadership":false,
         "super_pac":false,
         "total_candidate_contributions":2500.0,
         "transfers_in":0.0,
         "designation":"U",
         "filing_frequency":"M",
         "committee_type":"Q",
         "interest_group":null,
         "total_coordinated_expenditures":null,
         "end_date":"2015-11-30",
         "next_filing_date":"2016-01-31",
         "other_cycles":[2014]
      }
   ]
}

Get Recently Added Committees

This endpoint retrieves the 20 most recently added FEC committees.

HTTP Request

GET https://api.propublica.org/campaign-finance/v1/{cycle}/committees/new

URL Parameters

Parameter Description
cycle Four-digit even-numbered year between 2010 and 2020

Example Call

curl "https://api.propublica.org/campaign-finance/v1/2016/committees/new.json"
 -H "X-API-Key: PROPUBLICA_API_KEY"

The above command returns JSON structured like this:

{
   "status":"OK",
   "copyright":"Copyright (c) 2016 ProPublica Inc. All Rights Reserved.",
   "cycle":2016,
   "base_uri":"https://api.propublica.org/campaign-finance/v1/2016/",
   "results":[
      {
         "id":"C00577569",
         "relative_uri":"/committees/C00577569.json",
         "name":"TRUE CONSERVATIVES",
         "address":"PO BOX 26141",
         "city":"ALEXANDRIA",
         "state":"VA",
         "zip":"22313",
         "treasurer":"MARSTON, CHRIS",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00577569/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":"U",
         "filing_frequency":"Q",
         "committee_type":"O",
         "interest_group":null,
         "receipt_date":"2015-05-07"
      },
      {
         "id":"C00577551",
         "relative_uri":"/committees/C00577551.json",
         "name":"IN GOD WE TRUST FOR TIMOTHY R FARKAS",
         "address":"291 E. LIVINGSTON AVE",
         "city":"COLUMBUS",
         "state":"OH",
         "zip":"43215",
         "treasurer":"SERGAKIS, CHRISTOPHER",
         "party":"IND",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00577551/",
         "candidate":"/candidates/P60007416.json",
         "leadership":false,
         "super_pac":false,
         "sponsor_name":null,
         "designation":"P",
         "filing_frequency":"Q",
         "committee_type":"P",
         "interest_group":"",
         "receipt_date":"2015-05-07"
      },
      {
         "id":"C00577445",
         "relative_uri":"/committees/C00577445.json",
         "name":"DEFEND OUR NATION PAC",
         "address":"203 SOUTH UNION STREET",
         "city":"ALEXANDRIA",
         "state":"VA",
         "zip":"22314",
         "treasurer":"MILLER, ROBERT L.",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00577445/",
         "candidate":null,
         "leadership":false,
         "super_pac":false,
         "sponsor_name":null,
         "designation":"U",
         "filing_frequency":"Q",
         "committee_type":"V",
         "interest_group":"",
         "receipt_date":"2015-05-06"
      },
      {
         "id":"C00577460",
         "relative_uri":"/committees/C00577460.json",
         "name":"BILL OTTO FOR CONGRESS",
         "address":"11841 SOLOGNE COURT",
         "city":"MARYLAND HEIGHTS",
         "state":"MO",
         "zip":"63043",
         "treasurer":"FERDMAN, HARVEY MR.",
         "party":"DEM",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00577460/",
         "candidate":null,
         "leadership":false,
         "super_pac":false,
         "sponsor_name":null,
         "designation":"P",
         "filing_frequency":"Q",
         "committee_type":"H",
         "interest_group":"",
         "receipt_date":"2015-05-06"
      },
      {
         "id":"C00577452",
         "relative_uri":"/committees/C00577452.json",
         "name":"MAIN STREET PAC",
         "address":"POST OFFICE BOX 2",
         "city":"LIMERICK",
         "state":"ME",
         "zip":"04048",
         "treasurer":"LISA FEUERSTEIN",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00577452/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":"U",
         "filing_frequency":"Q",
         "committee_type":"O",
         "interest_group":null,
         "receipt_date":"2015-05-06"
      },
      {
         "id":"C00577494",
         "relative_uri":"/committees/C00577494.json",
         "name":"DAVIS FOR CONGRESS",
         "address":"17 WEST COURTLAND STREET",
         "city":"BEL AIR",
         "state":"MD",
         "zip":"21014",
         "treasurer":"MADDOX, LEROY DANIEL JR",
         "party":"DEM",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00577494/",
         "candidate":"/candidates/H6MD04233.json",
         "leadership":false,
         "super_pac":false,
         "sponsor_name":null,
         "designation":"P",
         "filing_frequency":"Q",
         "committee_type":"H",
         "interest_group":"",
         "receipt_date":"2015-05-06"
      },
      {
         "id":"C00577486",
         "relative_uri":"/committees/C00577486.json",
         "name":"THE COMMITTEE FOR THE INSTALLATION OF LIMBERBUTT",
         "address":"8913 LIPPINCOTT RD",
         "city":"LOUISVILLE",
         "state":"KY",
         "zip":"40222",
         "treasurer":"WEISS, ISAAC",
         "party":"DEM",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00577486/",
         "candidate":"/candidates/P60007366.json",
         "leadership":false,
         "super_pac":false,
         "sponsor_name":null,
         "designation":"P",
         "filing_frequency":"Q",
         "committee_type":"P",
         "interest_group":"",
         "receipt_date":"2015-05-06"
      },
      {
         "id":"C00577544",
         "relative_uri":"/committees/C00577544.json",
         "name":"ILLINOIS SENATE VICTORY",
         "address":"120 MARYLAND AVE NE",
         "city":"WASHINGTON",
         "state":"DC",
         "zip":"20002",
         "treasurer":"YATES BAROODY",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/fecimg/?C00577544",
         "candidate":null,
         "leadership":false,
         "super_pac":false,
         "sponsor_name":null,
         "designation":"J",
         "filing_frequency":"Q",
         "committee_type":"N",
         "interest_group":"",
         "receipt_date":"2015-05-06"
      },
      {
         "id":"C00577478",
         "relative_uri":"/committees/C00577478.json",
         "name":"LINDA J HART",
         "address":"4312 CAPRA WAY ",
         "city":"BENBROOK",
         "state":"TX",
         "zip":"76126",
         "treasurer":"LINDA J HART",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00577478/",
         "candidate":"/candidates/P60007317.json",
         "leadership":false,
         "super_pac":false,
         "sponsor_name":null,
         "designation":"P",
         "filing_frequency":"Q",
         "committee_type":"P",
         "interest_group":"",
         "receipt_date":"2015-05-06"
      },
      {
         "id":"C00577395",
         "relative_uri":"/committees/C00577395.json",
         "name":"PEOPLE IN COMMAND/PIC",
         "address":"3674 RUNNYMEDE BLVD",
         "city":"CLEVELAND HTS",
         "state":"OH",
         "zip":"44121",
         "treasurer":"TRACEY SAPP",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00577395/",
         "candidate":"/candidates/P00003392.json",
         "leadership":false,
         "super_pac":false,
         "sponsor_name":null,
         "designation":"U",
         "filing_frequency":"Q",
         "committee_type":"U",
         "interest_group":"",
         "receipt_date":"2015-05-05"
      },
      {
         "id":"C00577346",
         "relative_uri":"/committees/C00577346.json",
         "name":"CITIZENS FOR DANIEL P ZUTLER FOR U S PRESIDENT",
         "address":"7300 SEA GRAPE AVE",
         "city":"PORT RICHEY",
         "state":"FL",
         "zip":"34668",
         "treasurer":"REXFORD, BEVERLY ANN",
         "party":"IND",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00577346/",
         "candidate":null,
         "leadership":false,
         "super_pac":false,
         "sponsor_name":null,
         "designation":"A",
         "filing_frequency":"T",
         "committee_type":"P",
         "interest_group":null,
         "receipt_date":"2015-05-05"
      },
      {
         "id":"C00577411",
         "relative_uri":"/committees/C00577411.json",
         "name":"COMMITTEE TO ELECT LLOYD KELSO PRESIDENT",
         "address":"128 EAST GARRISON BLVD SUITE A",
         "city":"GASTONIA",
         "state":"NC",
         "zip":"28053",
         "treasurer":"DEBRA SETZER KELSO",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00577411/",
         "candidate":"/candidates/P60007267.json",
         "leadership":false,
         "super_pac":false,
         "sponsor_name":null,
         "designation":"P",
         "filing_frequency":"Q",
         "committee_type":"P",
         "interest_group":"",
         "receipt_date":"2015-05-05"
      },
      {
         "id":"C00577387",
         "relative_uri":"/committees/C00577387.json",
         "name":"HIGH SCHOOL DEMOCRATS OF AMERICA",
         "address":"4100 NORTH LINCOLN BOULEVARD",
         "city":"OKLAHOMA CITY",
         "state":"OK",
         "zip":"73105",
         "treasurer":"SARAH CLAYTON",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00577387/",
         "candidate":null,
         "leadership":false,
         "super_pac":false,
         "sponsor_name":null,
         "designation":"U",
         "filing_frequency":"Q",
         "committee_type":"N",
         "interest_group":null,
         "receipt_date":"2015-05-05"
      },
      {
         "id":"C00577403",
         "relative_uri":"/committees/C00577403.json",
         "name":"TONY SMITHERMAN'S AFTER PARTY COMMITTEE",
         "address":"5432 MARSHALL ST",
         "city":"LUBBOCK",
         "state":"TX",
         "zip":"79416",
         "treasurer":"SMITHERMAN, TONY",
         "party":"OTH",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00577403/",
         "candidate":"/candidates/P60007259.json",
         "leadership":false,
         "super_pac":false,
         "sponsor_name":null,
         "designation":"P",
         "filing_frequency":"Q",
         "committee_type":"P",
         "interest_group":"",
         "receipt_date":"2015-05-05"
      },
      {
         "id":"C00577379",
         "relative_uri":"/committees/C00577379.json",
         "name":"USA STRONG PAC",
         "address":"49 NORTH FEDERAL HWY #104",
         "city":"POMPANO BEACH",
         "state":"FL",
         "zip":"33062",
         "treasurer":"DANIELLA ACOSTA",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00577379/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":"U",
         "filing_frequency":"Q",
         "committee_type":"O",
         "interest_group":null,
         "receipt_date":"2015-05-05"
      },
      {
         "id":"C00577429",
         "relative_uri":"/committees/C00577429.json",
         "name":"MARTY PIATT FOR U.S. PRESIDENT CAMPAIGN COMMITTEE",
         "address":"1254 WOODHAVEN DRIVE",
         "city":"OCEANSIDE",
         "state":"CA",
         "zip":"92056",
         "treasurer":"PIATT, MARTY",
         "party":"UNK",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00577429/",
         "candidate":"/candidates/P60007283.json",
         "leadership":false,
         "super_pac":false,
         "sponsor_name":null,
         "designation":"P",
         "filing_frequency":"Q",
         "committee_type":"P",
         "interest_group":"",
         "receipt_date":"2015-05-05"
      },
      {
         "id":"C00577361",
         "relative_uri":"/committees/C00577361.json",
         "name":"MULLIN VICTORY FUND",
         "address":"332 W LEE HWY",
         "city":"WARRENTON",
         "state":"VA",
         "zip":"20186",
         "treasurer":"RALLS, STEVE",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00577361/",
         "candidate":null,
         "leadership":false,
         "super_pac":false,
         "sponsor_name":null,
         "designation":"J",
         "filing_frequency":"Q",
         "committee_type":"N",
         "interest_group":"",
         "receipt_date":"2015-05-05"
      },
      {
         "id":"C00577270",
         "relative_uri":"/committees/C00577270.json",
         "name":"FLORES FOR CONGRESS",
         "address":"420 N NELLIS BLVD",
         "city":"LAS VEGAS",
         "state":"NV",
         "zip":"89110",
         "treasurer":"CISNEROS, NORBERTO",
         "party":"DEM",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00577270/",
         "candidate":"/candidates/H6NV04012.json",
         "leadership":false,
         "super_pac":false,
         "sponsor_name":null,
         "designation":"P",
         "filing_frequency":"Q",
         "committee_type":"H",
         "interest_group":"",
         "receipt_date":"2015-05-04"
      },
      {
         "id":"C00577247",
         "relative_uri":"/committees/C00577247.json",
         "name":"ABC",
         "address":"ABC",
         "city":"ABC",
         "state":"TX",
         "zip":"73344",
         "treasurer":"GUPTA, MUKUL",
         "party":"ACE",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00577247/",
         "candidate":null,
         "leadership":false,
         "super_pac":false,
         "sponsor_name":null,
         "designation":"P",
         "filing_frequency":"Q",
         "committee_type":"H",
         "interest_group":"",
         "receipt_date":"2015-05-04"
      },
      {
         "id":"C00577262",
         "relative_uri":"/committees/C00577262.json",
         "name":"LEAD THE WAY PAC",
         "address":"308 SAPLING COURT",
         "city":"CRANBERRY TOWNSHIP",
         "state":"PA",
         "zip":"16066",
         "treasurer":"COLEMAN, ANN",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00577262/",
         "candidate":null,
         "leadership":false,
         "super_pac":false,
         "sponsor_name":null,
         "designation":"U",
         "filing_frequency":"Q",
         "committee_type":"N",
         "interest_group":"",
         "receipt_date":"2015-05-04"
      }
   ]
}

Get Recently Added Independent Expenditure-Only Committees

This endpoint retrieves the 20 most recently added FEC independent expenditure-only committees, known as “super PACs”.

HTTP Request

GET https://api.propublica.org/campaign-finance/v1/{cycle}/committees/superpacs

URL Parameters

Parameter Description
cycle Four-digit even-numbered year between 2010 and 2020

Example Call

curl "https://api.propublica.org/campaign-finance/v1/2016/committees/superpacs.json"
 -H "X-API-Key: PROPUBLICA_API_KEY"

The above command returns JSON structured like this:

{
   "status":"OK",
   "copyright":"Copyright (c) 2016 ProPublica Inc. All Rights Reserved.",
   "cycle":2016,
   "base_uri":"https://api.propublica.org/campaign-finance/v1/2016/",
   "offset":null,
   "results":[
      {
         "id":"C00604496",
         "relative_uri":"/committees/C00604496.json",
         "name":"Americans United for Values",
         "address":"P.O. Box 90891",
         "city":"Washington",
         "state":"DC",
         "zip":"20090",
         "treasurer":"Kinnett, Brian",
         "party":null,
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00604496/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":null,
         "filing_frequency":null,
         "committee_type":"F",
         "interest_group":null
      },
      {
         "id":"C00603688",
         "relative_uri":"/committees/C00603688.json",
         "name":"S.D.T.F.B",
         "address":"1011 hampton ct",
         "city":"kennesaw",
         "state":"GA",
         "zip":"30144",
         "treasurer":"Wachner, Kristofer John",
         "party":null,
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00603688/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":null,
         "filing_frequency":null,
         "committee_type":"F",
         "interest_group":null
      },
      {
         "id":"C00603647",
         "relative_uri":"/committees/C00603647.json",
         "name":"Conservative Texans",
         "address":"873 Amarillo",
         "city":"Abilene",
         "state":"TX",
         "zip":"79602",
         "treasurer":"Barnett, Mitch",
         "party":null,
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00603647/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":null,
         "filing_frequency":null,
         "committee_type":"F",
         "interest_group":null
      },
      {
         "id":"C00603621",
         "relative_uri":"/committees/C00603621.json",
         "name":"Our Principles PAC",
         "address":"P. O. Box 25046",
         "city":"Alexandria",
         "state":"VA",
         "zip":"22313",
         "treasurer":"Jodoin, Jamie C.",
         "party":null,
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00603621/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":null,
         "filing_frequency":null,
         "committee_type":"F",
         "interest_group":null
      },
      {
         "id":"C00603530",
         "relative_uri":"/committees/C00603530.json",
         "name":"Conservative Patriot Fund",
         "address":"873 Amarillo",
         "city":"Abilene",
         "state":"TX",
         "zip":"79602",
         "treasurer":"Barnett, Mitch",
         "party":null,
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00603530/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":null,
         "filing_frequency":null,
         "committee_type":"F",
         "interest_group":null
      },
      {
         "id":"C00603175",
         "relative_uri":"/committees/C00603175.json",
         "name":"One Day In America",
         "address":"1775 I Street, NW",
         "city":"Washingotn",
         "state":"DC",
         "zip":"20006",
         "treasurer":"Railey-Cisco, Alex-St. James Andrew",
         "party":null,
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00603175/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":null,
         "filing_frequency":null,
         "committee_type":"F",
         "interest_group":null
      },
      {
         "id":"C00603159",
         "relative_uri":"/committees/C00603159.json",
         "name":"INDIANA JOBS NOW",
         "address":"PO BOX 9891",
         "city":"ARLINGTON",
         "state":"VA",
         "zip":"22219",
         "treasurer":"REISNER, MICHELE",
         "party":null,
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00603159/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":null,
         "filing_frequency":null,
         "committee_type":"F",
         "interest_group":null
      },
      {
         "id":"C00602987",
         "relative_uri":"/committees/C00602987.json",
         "name":"CITIZENS AGAINST EXCESSIVE REGULATIONS",
         "address":"48 TINTLE ROAD",
         "city":"KINNELON",
         "state":"NJ",
         "zip":"07405",
         "treasurer":"BENJAMIN, BRIAN",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00602987/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":"U",
         "filing_frequency":"Q",
         "committee_type":"O",
         "interest_group":""
      },
      {
         "id":"C00602896",
         "relative_uri":"/committees/C00602896.json",
         "name":"RAMPART PAC",
         "address":"PO BOX 1171",
         "city":"ALEXANDRIA",
         "state":"VA",
         "zip":"22313",
         "treasurer":"KOCH, TIMOTHY A.",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00602896/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":"U",
         "filing_frequency":"Q",
         "committee_type":"O",
         "interest_group":""
      },
      {
         "id":"C00602649",
         "relative_uri":"/committees/C00602649.json",
         "name":"MARATHON PAC",
         "address":"%BULLDOG COMPLIANCE",
         "city":"BEVERLY",
         "state":"MA",
         "zip":"01915",
         "treasurer":"GANTT, CHARLES MR.",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00602649/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":"U",
         "filing_frequency":"Q",
         "committee_type":"O",
         "interest_group":""
      },
      {
         "id":"C00602623",
         "relative_uri":"/committees/C00602623.json",
         "name":"AMERICA SPEAKS PAC",
         "address":"1713 S.E. 40TH STREET",
         "city":"CAPE CORAL",
         "state":"FL",
         "zip":"33904",
         "treasurer":"COOLEY, WILLIAM",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00602623/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":"U",
         "filing_frequency":"Q",
         "committee_type":"O",
         "interest_group":""
      },
      {
         "id":"C00600767",
         "relative_uri":"/committees/C00600767.json",
         "name":"TUCKFRUMP.COM",
         "address":"PO BOX 10472",
         "city":"COLUMBUS",
         "state":"OH",
         "zip":"43201",
         "treasurer":"LUKE MONTGOMERY",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00600767/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":"U",
         "filing_frequency":"Q",
         "committee_type":"O",
         "interest_group":null
      },
      {
         "id":"C00600668",
         "relative_uri":"/committees/C00600668.json",
         "name":"FUNDEM",
         "address":"PO BOX 230536",
         "city":"LAS VEGAS",
         "state":"NV",
         "zip":"89105",
         "treasurer":"CASTILLO, KANOEKAPUWAILANI",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00600668/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":"U",
         "filing_frequency":"Q",
         "committee_type":"O",
         "interest_group":null
      },
      {
         "id":"C00599639",
         "relative_uri":"/committees/C00599639.json",
         "name":"AMERICAN INDIANS TRIBAL GOVERNMENT OF GEORGIA",
         "address":"1900 WEST OAKLAND PARK BLVD.",
         "city":"FORT LAUDERDALE",
         "state":"FL",
         "zip":"33310",
         "treasurer":"LAROSE, JOSHBUA",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00599639/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":"U",
         "filing_frequency":"Q",
         "committee_type":"O",
         "interest_group":""
      },
      {
         "id":"C00599456",
         "relative_uri":"/committees/C00599456.json",
         "name":"COLORADO CONSERVATIVE PAC",
         "address":"PO BOX 26141",
         "city":"ALEXANDRIA",
         "state":"VA",
         "zip":"22313",
         "treasurer":"MARSTON, CHRIS",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00599456/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":"U",
         "filing_frequency":"Q",
         "committee_type":"O",
         "interest_group":""
      },
      {
         "id":"C00599449",
         "relative_uri":"/committees/C00599449.json",
         "name":"MAKE AMERICA DANK AGAIN",
         "address":"420 DANK AVENUE",
         "city":"GARY",
         "state":"IN",
         "zip":"46042",
         "treasurer":"PURDY, MATTHEW ROBERT",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00599449/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":"U",
         "filing_frequency":"Q",
         "committee_type":"O",
         "interest_group":""
      },
      {
         "id":"C00599076",
         "relative_uri":"/committees/C00599076.json",
         "name":"RISING TIDE FLORIDA",
         "address":"601 PENNSYLVANIA AVENUE NW",
         "city":"WASHINGTON",
         "state":"DC",
         "zip":"20004",
         "treasurer":"DAVID M POWERS",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00599076/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":"U",
         "filing_frequency":"Q",
         "committee_type":"O",
         "interest_group":null
      },
      {
         "id":"C00599035",
         "relative_uri":"/committees/C00599035.json",
         "name":"RIVERSIDE COUNTY CITIZENS FOR SECURITY",
         "address":"5822 CRIGHTON DRIVE",
         "city":"DUBLIN",
         "state":"OH",
         "zip":"43016",
         "treasurer":"ROB PHILLIPS",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00599035/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":"U",
         "filing_frequency":"Q",
         "committee_type":"O",
         "interest_group":null
      },
      {
         "id":"C00599019",
         "relative_uri":"/committees/C00599019.json",
         "name":"GET SUPERPACED",
         "address":"1014 SOUTH CONCORD RD",
         "city":"WEST CHESTER",
         "state":"PA",
         "zip":"19362",
         "treasurer":"JACK DEMARCO",
         "party":"",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00599019/",
         "candidate":null,
         "leadership":false,
         "super_pac":true,
         "sponsor_name":null,
         "designation":"U",
         "filing_frequency":"Q",
         "committee_type":"O",
         "interest_group":null
      }
  ]
}

Get Committee Filings

This endpoint retrieves the 20 most recent FEC filings from the specified committee. Electronic filings are available back to 2001. Paper filings by Senate candidate committees and senatorial party committees go back to 1999.

HTTP Request

GET https://api.propublica.org/campaign-finance/v1/{cycle}/committees/{fec-id}/filings

URL Parameters

Parameter Description
cycle Four-digit even-numbered year between 2010 and 2020
fec-id The FEC-assigned 9-character ID of a committee. To find a committee official FEC ID, use a committee search request or the FEC web site.

Example Call

curl "https://api.propublica.org/campaign-finance/v1/2016/committees/C00553560/filings.json"
 -H "X-API-Key: PROPUBLICA_API_KEY"

The above command returns JSON structured like this:

{
   "status":"OK",
   "base_uri":"https://api.propublica.org/campaign-finance/v1/2016/",
   "copyright":"Copyright (c) 2016 ProPublica Inc. All Rights Reserved.",
   "committee":"/committees/C00553560.json",
   "fec_committee_id":"C00553560",
   "offset":null,
   "results":[
      {
         "id":1035569,
         "cycle":2016,
         "form_type":"F3",
         "date_filed":"2015-12-13",
         "date_coverage_to":"2015-11-30",
         "date_coverage_from":"2015-11-01",
         "report_title":"DEC MONTHLY",
         "report_period":"M12",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00553560/1035569/",
         "paper":false,
         "amended":false,
         "amended_uri":null,
         "is_amendment":null,
         "original_filing":null,
         "original_uri":null,
         "committee_type":"Q",
         "contributions_total":155272.7,
         "cash_on_hand":68148.68,
         "disbursements_total":113494.27,
         "receipts_total":157043.7
      },
      {
         "id":1032959,
         "cycle":2016,
         "form_type":"F3",
         "date_filed":"2015-11-16",
         "date_coverage_to":"2015-10-31",
         "date_coverage_from":"2015-10-01",
         "report_title":"NOV MONTHLY",
         "report_period":"M11",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00553560/1032959/",
         "paper":false,
         "amended":false,
         "amended_uri":null,
         "is_amendment":null,
         "original_filing":null,
         "original_uri":null,
         "committee_type":"Q",
         "contributions_total":173500.79,
         "cash_on_hand":24599.25,
         "disbursements_total":196765.57,
         "receipts_total":173584.79
      },
      {
         "id":1030722,
         "cycle":2016,
         "form_type":"F3",
         "date_filed":"2015-10-20",
         "date_coverage_to":"2015-09-30",
         "date_coverage_from":"2015-09-01",
         "report_title":"OCT MONTHLY",
         "report_period":"M10",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00553560/1030722/",
         "paper":false,
         "amended":false,
         "amended_uri":null,
         "is_amendment":null,
         "original_filing":null,
         "original_uri":null,
         "committee_type":"Q",
         "contributions_total":96139.78,
         "cash_on_hand":47780.03,
         "disbursements_total":101543.31,
         "receipts_total":96181.78
      },
      {
         "id":1025866,
         "cycle":2016,
         "form_type":"F3",
         "date_filed":"2015-09-20",
         "date_coverage_to":"2015-08-31",
         "date_coverage_from":"2015-08-01",
         "report_title":"SEP MONTHLY",
         "report_period":"M9",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00553560/1025866/",
         "paper":false,
         "amended":false,
         "amended_uri":null,
         "is_amendment":null,
         "original_filing":null,
         "original_uri":null,
         "committee_type":"Q",
         "contributions_total":152725.15,
         "cash_on_hand":53141.56,
         "disbursements_total":107782.84,
         "receipts_total":152738.15
      },
      {
         "id":1016418,
         "cycle":2016,
         "form_type":"F3",
         "date_filed":"2015-07-18",
         "date_coverage_to":"2015-06-30",
         "date_coverage_from":"2015-06-01",
         "report_title":"JUL MONTHLY",
         "report_period":"M7",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00553560/1016418/",
         "paper":false,
         "amended":false,
         "amended_uri":null,
         "is_amendment":null,
         "original_filing":null,
         "original_uri":null,
         "committee_type":"Q",
         "contributions_total":86970.46,
         "cash_on_hand":8959.51,
         "disbursements_total":96117.86,
         "receipts_total":86997.46
      },
      {
         "id":1011437,
         "cycle":2016,
         "form_type":"F3",
         "date_filed":"2015-06-20",
         "date_coverage_to":"2015-05-31",
         "date_coverage_from":"2015-05-01",
         "report_title":"JUN MONTHLY",
         "report_period":"M6",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00553560/1011437/",
         "paper":false,
         "amended":false,
         "amended_uri":null,
         "is_amendment":null,
         "original_filing":null,
         "original_uri":null,
         "committee_type":"Q",
         "contributions_total":113864.19,
         "cash_on_hand":18079.91,
         "disbursements_total":126883.76,
         "receipts_total":113935.19
      },
      {
         "id":1007741,
         "cycle":2016,
         "form_type":"F1M",
         "date_filed":"2015-05-18",
         "date_coverage_to":null,
         "date_coverage_from":null,
         "report_title":"NOTIFICATION OF MULTICANDIDATE STATUS",
         "report_period":null,
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00553560/1007741/",
         "paper":false,
         "amended":false,
         "amended_uri":null,
         "is_amendment":null,
         "original_filing":null,
         "original_uri":null,
         "committee_type":"Q",
         "contributions_total":null,
         "cash_on_hand":null,
         "disbursements_total":null,
         "receipts_total":null
      },
      {
         "id":1007739,
         "cycle":2016,
         "form_type":"F3",
         "date_filed":"2015-05-18",
         "date_coverage_to":"2015-04-30",
         "date_coverage_from":"2015-04-01",
         "report_title":"MAY MONTHLY",
         "report_period":"M5",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00553560/1007739/",
         "paper":false,
         "amended":false,
         "amended_uri":null,
         "is_amendment":null,
         "original_filing":null,
         "original_uri":null,
         "committee_type":"Q",
         "contributions_total":154150.89,
         "cash_on_hand":31028.48,
         "disbursements_total":148489.36,
         "receipts_total":155222.89
      },
      {
         "id":1005430,
         "cycle":2016,
         "form_type":"F3",
         "date_filed":"2015-04-20",
         "date_coverage_to":"2015-03-31",
         "date_coverage_from":"2015-03-01",
         "report_title":"APR MONTHLY",
         "report_period":"M4",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00553560/1005430/",
         "paper":false,
         "amended":false,
         "amended_uri":null,
         "is_amendment":null,
         "original_filing":null,
         "original_uri":null,
         "committee_type":"Q",
         "contributions_total":62721.86,
         "cash_on_hand":24294.95,
         "disbursements_total":72980.51,
         "receipts_total":63179.86
      },
      {
         "id":999014,
         "cycle":2016,
         "form_type":"F3",
         "date_filed":"2015-03-20",
         "date_coverage_to":"2015-02-28",
         "date_coverage_from":"2015-02-01",
         "report_title":"MAR MONTHLY",
         "report_period":null,
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00553560/999014/",
         "paper":false,
         "amended":false,
         "amended_uri":null,
         "is_amendment":null,
         "original_filing":null,
         "original_uri":null,
         "committee_type":"Q",
         "contributions_total":72137.94,
         "cash_on_hand":34095.6,
         "disbursements_total":55743.77,
         "receipts_total":72953.94
      },
      {
         "id":995134,
         "cycle":2016,
         "form_type":"F3",
         "date_filed":"2015-02-20",
         "date_coverage_to":"2015-01-31",
         "date_coverage_from":"2015-01-01",
         "report_title":"FEB MONTHLY",
         "report_period":"M2",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00553560/995134/",
         "paper":false,
         "amended":false,
         "amended_uri":null,
         "is_amendment":null,
         "original_filing":null,
         "original_uri":null,
         "committee_type":"Q",
         "contributions_total":56024.79,
         "cash_on_hand":16885.43,
         "disbursements_total":84622.01,
         "receipts_total":56024.79
      },
      {
         "id":993773,
         "cycle":2016,
         "form_type":"F1",
         "date_filed":"2015-02-17",
         "date_coverage_to":null,
         "date_coverage_from":null,
         "report_title":"STATEMENT OF ORGANIZATION",
         "report_period":null,
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00553560/993773/",
         "paper":false,
         "amended":false,
         "amended_uri":null,
         "is_amendment":null,
         "original_filing":null,
         "original_uri":null,
         "committee_type":"Q",
         "contributions_total":null,
         "cash_on_hand":null,
         "disbursements_total":null,
         "receipts_total":null
      },
      {
         "id":991995,
         "cycle":2016,
         "form_type":"F1",
         "date_filed":"2015-02-01",
         "date_coverage_to":null,
         "date_coverage_from":null,
         "report_title":"STATEMENT OF ORGANIZATION",
         "report_period":null,
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00553560/991995/",
         "paper":false,
         "amended":false,
         "amended_uri":null,
         "is_amendment":null,
         "original_filing":null,
         "original_uri":null,
         "committee_type":"Q",
         "contributions_total":null,
         "cash_on_hand":null,
         "disbursements_total":null,
         "receipts_total":null
      },
      {
         "id":988038,
         "cycle":2016,
         "form_type":"F3",
         "date_filed":"2015-01-28",
         "date_coverage_to":"2014-12-31",
         "date_coverage_from":"2014-11-25",
         "report_title":"YEAR-END",
         "report_period":"YE",
         "fec_uri":"http://docquery.fec.gov/cgi-bin/dcdev/forms/C00553560/988038/",
         "paper":false,
         "amended":false,
         "amended_uri":null,
         "is_amendment":null,
         "original_filing":null,
         "original_uri":null,
         "committee_type":"Q",
         "contributions_total":89894.16,
         "cash_on_hand":45482.65,
         "disbursements_total":83431.31,
         "receipts_total":89894.16
      }
   ]
}

Get Leadership Committees

This endpoint retrieves committees designated as “leadership PACs” by the FEC.

HTTP Request

GET https://api.propublica.org/campaign-finance/v1/{cycle}/committees/leadership

URL Parameters

Parameter Description
cycle Four-digit even-numbered year between 2010 and 2020

Example Call

curl "https://api.propublica.org/campaign-finance/v1/2016/committees/leadership.json"
 -H "X-API-Key: PROPUBLICA_API_KEY"

The above command returns JSON structured like this: ``` { “status”:”OK”, “copyright”:”Copyright (c) 2016 ProPublica Inc. All Rights Reserved.”, “cycle”:2016, “base_uri”:”https://api.propublica.org/campaign-finance/v1/2016/”, “offset”:null, “results”:[ { “id”:”C00602789”, “relative_uri”:”/committees/C00602789.json”, “name”:”POLITICS AND THE DEAF”, “address”:”2901 MACARTHUR BLVD”, “city”:”OAKLAND”, “state”:”CA”, “zip”:”94602”, “treasurer”:”PATTERSON, MELVIN L”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00602789/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”MELVIN L PATTERSON”, “designation”:”D”, “filing_frequency”:”Q”, “committee_type”:”N”, “interest_group”:”” }, { “id”:”C00540187”, “relative_uri”:”/committees/C00540187.json”, “name”:”MORE CONSERVATIVES PAC (MCPAC)”, “address”:”228 S WASHINGTON ST STE 115”, “city”:”ALEXANDRIA”, “state”:”VA”, “zip”:”22314”, “treasurer”:”LISKER, LISA”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00540187/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”MCHENRY, PATRICK TIMOTHY”, “designation”:”D”, “filing_frequency”:”Q”, “committee_type”:”Q”, “interest_group”:”” }, { “id”:”C00502591”, “relative_uri”:”/committees/C00502591.json”, “name”:”MARKETPLACE IDEAS AND CONSERVATIVE KNOWLEDGE PAC-MICK PAC”, “address”:”228 S WASHINGTON ST STE 115”, “city”:”ALEXANDRIA”, “state”:”VA”, “zip”:”22314”, “treasurer”:”LISA LISKER”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00502591/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”JOHN MICHAEL ‘MICK’ MULVANEY”, “designation”:”D”, “filing_frequency”:”M”, “committee_type”:”N”, “interest_group”:null }, { “id”:”C00502096”, “relative_uri”:”/committees/C00502096.json”, “name”:”MICHIGAN’S FUTURE PAC”, “address”:”PO BOX 402”, “city”:”FLINT”, “state”:”MI”, “zip”:”48501”, “treasurer”:”HOLTZ, DAVID”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00502096/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”DAN KILDEE, DANEIL”, “designation”:”D”, “filing_frequency”:”Q”, “committee_type”:”Q”, “interest_group”:”” }, { “id”:”C00599092”, “relative_uri”:”/committees/C00599092.json”, “name”:”WOLF PACK”, “address”:”11 DUPONT CIRCLE”, “city”:”WASHINGTON”, “state”:”MD”, “zip”:”20036”, “treasurer”:”ALEXANDER, JIM”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00599092/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”EMANUEL CLEAVER II”, “designation”:”D”, “filing_frequency”:”Q”, “committee_type”:”N”, “interest_group”:”” }, { “id”:”C00571521”, “relative_uri”:”/committees/C00571521.json”, “name”:”FREEDOM 21: FIGHTING FOR FREEDOM IN THE 21ST CENTURY”, “address”:”PO BOX 657”, “city”:”LEHI”, “state”:”UT”, “zip”:”84043”, “treasurer”:”NILSSON, JACE”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00571521/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”STEWART, CHRIS”, “designation”:”D”, “filing_frequency”:”Q”, “committee_type”:”N”, “interest_group”:”” }, { “id”:”C00553271”, “relative_uri”:”/committees/C00553271.json”, “name”:”AMERICAN LEADERSHIP NOW (ALN PAC)”, “address”:”ATTN: VINCENT DEVITO ESQ BOWDITCH “, “city”:”BOSTON”, “state”:”MA”, “zip”:”02110”, “treasurer”:”VINCENT DEVITO”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00553271/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”PETER T KING”, “designation”:”D”, “filing_frequency”:”T”, “committee_type”:”N”, “interest_group”:null }, { “id”:”C00497594”, “relative_uri”:”/committees/C00497594.json”, “name”:”DEFENDING AMERICA’S VALUES EVERYWHERE (TEAM DAVE)”, “address”:”228 S WASHINGTON STREET SUITE 115”, “city”:”ALEXANDRIA”, “state”:”VA”, “zip”:”22314”, “treasurer”:”KEITH A. DAVIS”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00497594/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”SCHWEIKERT, DAVID”, “designation”:”D”, “filing_frequency”:”Q”, “committee_type”:”Q”, “interest_group”:null }, { “id”:”C00464644”, “relative_uri”:”/committees/C00464644.json”, “name”:”HARRIS COUNTY CONSERVATIVE CONGRESSIONAL CAMPAIGN”, “address”:”1701 HERMANN DR #2206”, “city”:”HOUSTON”, “state”:”TX”, “zip”:”77004”, “treasurer”:”CHRIS HOLMES”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00464644/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”FAULK FOR CONGRESS”, “designation”:”D”, “filing_frequency”:”Q”, “committee_type”:”N”, “interest_group”:”” }, { “id”:”C00440032”, “relative_uri”:”/committees/C00440032.json”, “name”:”PROMOTING OUR REPUBLICAN TEAM PAC”, “address”:”8331 LITTLE HARBOR DRIVE”, “city”:”CINCINNATI”, “state”:”OH”, “zip”:”45244”, “treasurer”:”BAUR, NATALIE MRS.”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00440032/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”PORTMAN VICTORY COMMITTEE”, “designation”:”D”, “filing_frequency”:”Q”, “committee_type”:”Q”, “interest_group”:”” }, { “id”:”C00392738”, “relative_uri”:”/committees/C00392738.json”, “name”:”HOLDING ONTO OREGON’S PRIORITIES”, “address”:”PO BOX 3314”, “city”:”PORTLAND”, “state”:”OR”, “zip”:”97208”, “treasurer”:”MICHELS, F. STEPHEN”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00392738/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”WYDEN FOR OREGON”, “designation”:”D”, “filing_frequency”:”Q”, “committee_type”:”Q”, “interest_group”:”” }, { “id”:”C00392134”, “relative_uri”:”/committees/C00392134.json”, “name”:”MAKING BUSINESS EXCEL POLITICAL ACTION COMMITTEE”, “address”:”PO BOX 2687”, “city”:”CODY”, “state”:”WY”, “zip”:”82414”, “treasurer”:”TOPE, JUNE V. MS.”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00392134/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”ENZI FOR US SENATE”, “designation”:”D”, “filing_frequency”:”Q”, “committee_type”:”Q”, “interest_group”:”” }, { “id”:”C00597062”, “relative_uri”:”/committees/C00597062.json”, “name”:”BUDDY PAC”, “address”:”824 S MILLEDGE AVE STE 101”, “city”:”ATHENS”, “state”:”GA”, “zip”:”30605”, “treasurer”:”KILGORE, PAUL”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00597062/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”EARL LEROY CARTER”, “designation”:”D”, “filing_frequency”:”Q”, “committee_type”:”N”, “interest_group”:”” }, { “id”:”C00593244”, “relative_uri”:”/committees/C00593244.json”, “name”:”FRIENDS OF VALENCIA ST LOUIS LAROSE CONGRESSIONAL LEADERSHIP PAC”, “address”:”1900 WEST OAKLAND PARK BLVD.”, “city”:”FORT LAUDERDALE”, “state”:”FL”, “zip”:”33310”, “treasurer”:”ST LOUIS LAROSE, VALENCIA”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00593244/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”“, “designation”:”D”, “filing_frequency”:”Q”, “committee_type”:”N”, “interest_group”:”” }, { “id”:”C00591461”, “relative_uri”:”/committees/C00591461.json”, “name”:”NEW MEXICO WORKS PAC”, “address”:”611 PENNSYLVANIA AVE. SE”, “city”:”WASHINGTON”, “state”:”DC”, “zip”:”20003”, “treasurer”:”ARMSTRONG, DEBORAH”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00591461/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”MICHELLE LUJAN GRISHAM”, “designation”:”D”, “filing_frequency”:”Q”, “committee_type”:”N”, “interest_group”:”” }, { “id”:”C00589309”, “relative_uri”:”/committees/C00589309.json”, “name”:”LEADERSHIP, INTEGRITY, ENGAGEMENT, UNITY PAC”, “address”:”16633 VENTURA BLVD # 1008”, “city”:”ENCINO”, “state”:”CA”, “zip”:”91436”, “treasurer”:”LEIDERMAN, JANE FED”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00589309/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”TED LIEU”, “designation”:”D”, “filing_frequency”:”Q”, “committee_type”:”N”, “interest_group”:”” }, { “id”:”C00584805”, “relative_uri”:”/committees/C00584805.json”, “name”:”BFB PAC”, “address”:”499 S. CAPITOL STREET, SW”, “city”:”WASHINGTON”, “state”:”DC”, “zip”:”20003”, “treasurer”:”ANGERHOLZER, LINDSAY”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00584805/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”HON. BRENDAN BOYLE”, “designation”:”D”, “filing_frequency”:”Q”, “committee_type”:”N”, “interest_group”:”” }, { “id”:”C00581751”, “relative_uri”:”/committees/C00581751.json”, “name”:”ASSOCIATION OF MISSOURI NURSE PRACTITIONER’S POLITICAL ACTION COMMITTEE”, “address”:”104 KINGSLEY DR”, “city”:”MONETT”, “state”:”MO”, “zip”:”65708”, “treasurer”:”JANICE JONES, DNP APRN”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00581751/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”“, “designation”:”D”, “filing_frequency”:”Q”, “committee_type”:”N”, “interest_group”:”C” }, { “id”:”C00576975”, “relative_uri”:”/committees/C00576975.json”, “name”:”LATINO LEADERS FOR EQUALITY GROWTH OPPORTUNITY PROGRESSIVE ACTION & CHANGE (LLEGO-PAC)”, “address”:”1050 17TH ST NW STE 590”, “city”:”WASHINGTON”, “state”:”DC”, “zip”:”20036”, “treasurer”:”INGRID DURAN”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00576975/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”RUBEN GALLEGO”, “designation”:”D”, “filing_frequency”:”Q”, “committee_type”:”N”, “interest_group”:”” }, { “id”:”C00573709”, “relative_uri”:”/committees/C00573709.json”, “name”:”CA LUV PAC (CALIFORNIA LEADERSHIP UNITED FOR VICTORY PAC)”, “address”:”410 1ST ST, SE”, “city”:”WASHINGTON”, “state”:”DC”, “zip”:”20003”, “treasurer”:”MAY, JENNIFER”, “party”:”“, “fec_uri”:”http://docquery.fec.gov/cgi-bin/dcdev/forms/C00573709/”, “candidate”:null, “leadership”:true, “super_pac”:false, “sponsor_name”:”PETE AGUILAR”, “designation”:”D”, “filing_frequency”:”Q”, “committee_type”:”N”, “interest_group”:”” } ] }