legislation
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
2 rows where bill_type = "hjres", congress = 97 and policy_area = "Environmental Protection" sorted by introduced_date descending
This data as json, CSV (advanced)
Suggested facets: introduced_date (date), latest_action_date (date), update_date (date)
| bill_id | congress | bill_type | bill_number | title | policy_area | introduced_date ▲ | latest_action_date | latest_action_text | origin_chamber | sponsor_name | sponsor_state | sponsor_party | sponsor_bioguide_id | cosponsor_count | summary_text | update_date | url |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 97-hjres-390 | 97 | hjres | 390 | A joint resolution making an urgent appropriation for the Environmental Protection Agency for the fiscal year ending September 30, 1982, and for other purposes. | Environmental Protection | 1982-01-29 | 1982-02-04 | Placed on Union Calendar No: 260. | House | Rep. Whitten, Jamie L. [D-MS-1] | MS | D | W000428 | 0 | (Reported to House from the Committee on Appropriations with amendment, H. Rept. 97-427) Makes an appropriation for the Environmental Protection Agency (EPA), for FY 1982, for the wastewater treatment facility construction grants program under title II of the Federal Water Pollution Control Act. Prohibits the use of such appropriation to implement specified provisions under such Act, including provisions requiring the EPA Administrator to make grants or allot funds to specified projects. | 2024-02-05T11:50:03Z | |
| 97-hjres-7 | 97 | hjres | 7 | A joint resolution proposing that a Presidential commission be established to study full implications of compliance with the Clean Air Act, as amended, and adjusting the criteria that is used in monitoring air quality. | Environmental Protection | 1981-01-05 | 1981-02-06 | Referred to Subcommittee on Health and the Environment. | House | Rep. Applegate, Douglas [D-OH-18] | OH | D | A000214 | 0 | Directs the President to appoint an ad hoc commission to conduct a study of the effects that full compliance with the Clean Air Act by every State would have nationally on: (1) employment; (2) economics; (3) health and safety; and (4) energy supplies and demands. Prohibits, during the study and for six months thereafter, the monitoring of stationary source stack emissions by the Environmental Protection Agency on any time schedule less than an average of the previous 30 days. | 2024-02-05T14:30:09Z |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE legislation (
bill_id TEXT PRIMARY KEY,
congress INTEGER,
bill_type TEXT,
bill_number INTEGER,
title TEXT,
policy_area TEXT,
introduced_date TEXT,
latest_action_date TEXT,
latest_action_text TEXT,
origin_chamber TEXT,
sponsor_name TEXT,
sponsor_state TEXT,
sponsor_party TEXT,
sponsor_bioguide_id TEXT,
cosponsor_count INTEGER DEFAULT 0,
summary_text TEXT,
update_date TEXT,
url TEXT
);
CREATE INDEX idx_leg_congress ON legislation(congress);
CREATE INDEX idx_leg_type ON legislation(bill_type);
CREATE INDEX idx_leg_policy ON legislation(policy_area);
CREATE INDEX idx_leg_date ON legislation(introduced_date);
CREATE INDEX idx_leg_sponsor ON legislation(sponsor_name);
CREATE INDEX idx_leg_sponsor_bioguide ON legislation(sponsor_bioguide_id);