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" and issue_code = "ENG" sorted by filing_year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: received_date (date)

issue_code 1

  • ENG · 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
1238098 EARTHJUSTICE 2bcdef93-e6a7-464f-abeb-b34b019ea399 Q1 EARTHJUSTICE 12972 EARTHJUSTICE 2012 first_quarter ENG Legislation H.R. 910 Energy Tax Prevention Act of 2011 S. 1813 MAP-21 Senator Roberts Amendment number 1826 to authorize the immediate construction of the Keystone XL pipeline and Senator Vitter Amendment 1535 that would reinstate President Bush's 2012-2015 five year leasing plan. H.R. 3410 Energy Security and Transportation Jobs Act H.R. 3408 - Protecting Investment in Oil Shale the Next Generation of Environmental, Energy, and Resource Security Act S. 2204 Repeal Big Oil Tax Subsidies Act S. Amendments Nos. 183, 215, 236 and 277 to S.493 the SBIR/STTR Reauthorization Act of 2011 H.R. 1084 Fracturing Responsibility and Awareness of Chemicals Act S. 587 Fracturing Responsibility and Awareness of Chemicals Act H.R. 501 : Implementing the Recommendations of the BP Oil Spill Commission Act of 2011 H.R. 1204 To amend the Clean Air Act to eliminate the exemption for aggregation of emissions from oil and gas development sources, and for other purposes H.R. 1938 The North American-Made Energy Security Act S. 937 American Alternative Fuels Act of 2011 S.1000 : Energy Savings and Industrial Competitiveness Act of 2011 S. 916 Oil and Gas Facilitation Act of 2011 S. 917 Outer Continental Shelf Reform Act of 2011 Rulemakings DOE; Office of Energy Efficiency and Renewable Energy; Energy Conservation Standards for Distribution Transformers, Docket Number EERE-2010-BT-STD-0048, 77 Fed. Reg. 7282 (Feb. 10, 2012). DOE; Office of Energy Efficiency and Renewable Energy; Energy Conservation Standards and Test Procedures for Commercial Heating, Air-Conditioning, and Water-Heating Equipment, Docket Number EERE-2011-BT-STD-0029, 77 Fed. Reg. 2356 (Jan. 17, 2012). DOE; Office of Energy Efficiency and Renewable Energy; Energy Conservation Standards for Automatic Commercial Ice Makers, Docket Number EERE-2010-BT-STD-0037, 77 Fed. Reg. 3404 (Jan. 24, 2012). DOE; Office of Energy Efficiency and Renewable Energy; Energy Conservation Standards for High-Intensity Discharge Lamps, Docket Number EERE-2010-BT-STD-0043, 77 Fed. Reg. 1178… 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 63.795ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API