Retrieves 20 of the most recent committees that have registered as independent expenditure-only (commonly known as "Super PACs"). The documentation for this New York Times API method can be found here.
Here's an example of acceptable inputs:
APIKey: {YOUR API KEY}
CampaignCycle: 2012
The following is a sample of the JSON information returned by this Choreo:
{
"results": [
{
"filing_frequency": "Q",
"address": "2020 PONCE DE LEON BLVD #1003",
"city": "CORAL GABLES",
"name": "LATINO EMPOWERMENT PAC",
"zip": "33134",
"interest_group": " ",
"treasurer": "JEFFREY GARCIA",
"designation": "U",
"super_pac": true,
"candidate": null,
"relative_uri": "/committees/C00522763.json",
"id": "C00522763",
"leadership": false,
"sponsor_name": null,
"committee_type": "O",
"party": "",
"fec_uri": "http://query.nictusa.com/cgi-bin/dcdev/forms/C00522763/",
"state": "FL"
},
{
"filing_frequency": "Q",
"address": "PO BOX 140725",
"city": "BROKEN ARROW",
"name": "TRUE LEADERSHIP FOR OKLAHOMA PAC",
"zip": "74014",
"interest_group": " ",
"treasurer": "JAMES D TACKETT",
"designation": "U",
"super_pac": true,
"candidate": null,
"relative_uri": "/committees/C00522748.json",
"id": "C00522748",
"leadership": false,
"sponsor_name": null,
"committee_type": "O",
"party": "",
"fec_uri": "http://query.nictusa.com/cgi-bin/dcdev/forms/C00522748/",
"state": "OK"
},
{
"filing_frequency": "Q",
"address": "100 EAST FEDERAL STREET SUITE 421",
"city": "YOUNGSTOWN",
"name": "PROGRESSIVE PAC",
"zip": "44503",
"interest_group": " ",
"treasurer": "RICHARD OUZOUNIAN",
"designation": "U",
"super_pac": true,
"candidate": null,
"relative_uri": "/committees/C00522664.json",
"id": "C00522664",
"leadership": false,
"sponsor_name": null,
"committee_type": "O",
"party": "",
"fec_uri": "http://query.nictusa.com/cgi-bin/dcdev/forms/C00522664/",
"state": "OH"
},
{
"filing_frequency": "Q",
"address": "470 FOX HILLS DR N #8",
"city": "BLOOMFIELD HILLS",
"name": "PATRIOTIC AMERICANS FOR A MORE PATRIOTIC AND AMERICAN AMERICA",
"zip": "48304",
"interest_group": " ",
"treasurer": "ADAM INNES",
"designation": "U",
"super_pac": true,
"candidate": null,
"relative_uri": "/committees/C00522656.json",
"id": "C00522656",
"leadership": false,
"sponsor_name": null,
"committee_type": "O",
"party": "",
"fec_uri": "http://query.nictusa.com/cgi-bin/dcdev/forms/C00522656/",
"state": "MI"
}
],
"base_uri": "http://api.nytimes.com/svc/elections/us/v3/finances/2012/",
"copyright": "Copyright (c) 2012 The New York Times Company. All Rights Reserved.",
"cycle": 2012,
"status": "OK",
"offset": null
}
],
"base_uri": "http://api.nytimes.com/svc/elections/us/v3/finances/2012/",
"copyright": "Copyright (c) 2012 The New York Times Company. All Rights Reserved.",
"cycle": 2012,
"status": "OK"
}