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 = "6ddb1192-e52a-4e96-8ef1-c4073ba862ba" and issue_code = "RES" sorted by filing_year descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: received_date (date)

issue_code 1

  • RES · 1 ✖

filing_year 1

  • 2014 1

filing_period 1

  • second_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
1572016 SIERRA CLUB 6ddb1192-e52a-4e96-8ef1-c4073ba862ba Q2 SIERRA CLUB 35274 SIERRA CLUB 2014 second_quarter RES HOUSE H.R. 0139-Arctic National Wildlife Refuge Wilderness Act-(Support) H.R. 0361-Alpine Lakes Wilderness Additions and Pratt and Middle Fork Snoqualmie Rivers Protection Act-(Support) H.R. 0433-Pine Forest Range Recreation Enhancement Act of 2013-(Support)HOUSE (Continued) H.R. 0687-Southeast Arizona Land Exchange and Conservation Act of 2011-(Oppose) H.R. 0740-Southeast Alaska Native Land Entitlement Finalization and Jobs Protection act-(Oppose) H.R. 0934-To amend the Wild and Scenic Rivers Act related to a segment of the Lower Merced River in California, and for other purposes.-(Oppose) H.R. 1025-Berryessa Snow Mountain National Conservation Area Act-(Support) H.R. 1215-Chetco River Protection Act of 2013-(All Sections) H.R. 1351-Public Lands Service Corps Act-(Support) H.R. 1630-America's Red Rock Wilderness Act-(All Sections) H.R. 1839-Hermosa Creek Watershed Protection Act-(Support) H.R. 2489-Oregon Caves Revitalization Act of 2013-(All Sections) H.R. 2491-Devil's Staircase Wilderness Act-(Support) SENATE S. 0255-North Fork Watershed Protection Act of 2013-(All Sections) S. 0339-Southeast Arizona Land Exchange and Conservation Act of 20130-(Oppose) S. 0340-Southeast Alaska Native Land Entitlement Finalization and Jobs Protection Act-(Oppose) S. 0341-San Juan Mountains Wilderness Act-(All Sections) S. 0342-Pine Forest Range Recreation Enhancement Act of 2011-(Qualified Support) S. 0352-Devil's Staircase Wilderness Act of 2013-(All Sections) S. 0353-Oregon Treasures Act of 2013-(All Sections) S. 0354-Oregon Caves Revitalization Act of 2013-(All Sections) S. 0360-Public Lands Service Corps Act-(Support) S. 0364-Rocky Mountain Front Heritage Act of 2013-(Support) S. 0483-Berryessa Snow Mountain National Conservation Area Act-(Support) S. 0841-Hermosa Creek Watershed Protection Act of 2013-(Support) S. 1273-The Fixing Americas Inequities with Revenues (FAIR) Act-(Oppose) S. 1294-Tennessee Wilderness Act-(All Sections) S. 1784-Oregon and California Land Grant Act-(Oppose) S. 1805-Organ Mountains--Desert Peaks C… Agriculture, Dept of (USDA),Bureau of Land Management (BLM),Council on Environmental Quality (CEQ),Energy, Dept of,Environmental Protection Agency (EPA),HOUSE OF REPRESENTATIVES,Interior, Dept of (DOI),Office of Management & Budget (OMB),SENATE,Transportation, Dept of (DOT),U.S. Forest Service   110000 0 0 2014-07-21T15:48:00.257000-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 34.375ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API