home / lobbying

lobbying_activities

Individual lobbying activities reported in quarterly filings. Each row is one issue area for one client — includes the specific issues lobbied on, government entities contacted, and income/expense amounts.

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

1 row where filing_uuid = "2bcdef93-e6a7-464f-abeb-b34b019ea399", filing_year = 2012 and issue_code = "CAW" sorted by filing_year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: received_date (date)

issue_code 1

  • CAW · 1 ✖

filing_year 1

  • 2012 · 1 ✖

filing_period 1

  • first_quarter 1
id filing_uuid filing_type registrant_name registrant_id client_name filing_year ▲ filing_period issue_code specific_issues government_entities income_amount expense_amount is_no_activity is_termination received_date
1238093 EARTHJUSTICE 2bcdef93-e6a7-464f-abeb-b34b019ea399 Q1 EARTHJUSTICE 12972 EARTHJUSTICE 2012 first_quarter CAW Legislation S. 1813 MAP 21 and Senate Amendment 1660 S.J. Res. 37 A joint resolution to disapprove a rule promulgated by the Administrator of the Environmental Protection Agency relating to emission standards for certain steam generating units. S.J. Res. 37 A joint resolution to disapprove a rule promulgated by the Administrator of the Environmental Protection Agency relating to emission standards for certain steam generating units. S. 2245 Preserve the Waters of the United States Act of 2012 H.R. 3409 Coal Miner Employment and Domestic Energy Infrastructure Protection Act H.R. 457 To amend the Federal Water Pollution Control Act to remove the Administrator of the Environmental Protection Agency's authority to disapprove after a permit has been issued by the Secretary of the Army under section 404 of such Act. H.R.7 American Energy and Infrastructure Jobs Act of 2012 H.R. 960 Mining Jobs Protection Act H.R. 2018 Clean Water Cooperative Federalism Act of 2011 S. 1619 Currency Exchange Rate Oversight Reform Act of 2011 H.R. 2273 Coal Residuals Reuse and Management Act S. 1751 Coal Residuals Reuse and Management Act H.R. 1633 Farm Dust Regulation Prevention Act of 2011 S. 1528 Farm Dust Regulation Prevention Act of 2011 S. 1720 Jobs Through Growth Act H.R.10 Regulations from the Executive in Need of Scrutiny Act of 2011 S.RES.119 A resolution recognizing past, present, and future public health and economic benefits of cleaner air due to the successful implementation of the Clean Air Act. S.493SBIR/STTR Reauthorization Act of 2011 (4 unrelated delays and/or challenges to EPA authority to regulate greenhouse gases amendments: Stabenow, Baucus, Rockefeller and McConnell) H.R. 1375 Clean Water Protection Act of 2011 H.R. 872 Reducing Regulatory Burdens Act of 2011 H.R.910 Energy Tax Prevention Act of 2011 H.R. 2018 Clean Water Cooperative Federalism Act of 2011 H.R. 2021 Jobs and Energy Permitting Act of 2011 H.R. 2250 EPA Regulatory Relief Act of 2011 S. 1392 EPA Regulatory Relief Act of 2011 H.R. 2681 Ce… Agriculture, Dept of (USDA),Army, Dept of (Corps of Engineers),Bureau of Land Management (BLM),Commerce, Dept of (DOC),Council on Environmental Quality (CEQ),Energy, Dept of,Environmental Protection Agency (EPA),HOUSE OF REPRESENTATIVES,Interior, Dept of (DOI),Minerals Management Service,Natl Oceanic & Atmospheric Administration (NOAA),SENATE,U.S. Fish & Wildlife Service (USFWS),U.S. Forest Service   131397 0 0 2012-04-19T14:52:40.010000-04:00

Advanced export

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

CSV options:

CREATE TABLE lobbying_activities (
            id INTEGER PRIMARY KEY,
            filing_uuid TEXT NOT NULL,
            filing_type TEXT NOT NULL,
            registrant_name TEXT NOT NULL,
            registrant_id INTEGER,
            client_name TEXT NOT NULL,
            filing_year INTEGER NOT NULL,
            filing_period TEXT NOT NULL,
            issue_code TEXT,
            specific_issues TEXT,
            government_entities TEXT,
            income_amount INTEGER,
            expense_amount INTEGER,
            is_no_activity INTEGER DEFAULT 0,
            is_termination INTEGER DEFAULT 0,
            received_date TEXT,
            CONSTRAINT fk_activity_filing FOREIGN KEY (filing_uuid)
                REFERENCES lobbying_filings_raw(filing_uuid)
        );
CREATE INDEX idx_act_client_name ON lobbying_activities(client_name COLLATE NOCASE);
CREATE INDEX idx_act_issue_code ON lobbying_activities(issue_code);
CREATE INDEX idx_act_filing_year ON lobbying_activities(filing_year);
CREATE INDEX idx_act_filing_uuid ON lobbying_activities(filing_uuid);
Powered by Datasette · Queries took 1455.035ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API