legislation
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where bill_type = "hres", congress = 93 and policy_area = "Environmental Protection" sorted by introduced_date descending
This data as json, CSV (advanced)
Suggested facets: latest_action_text, sponsor_state, sponsor_party, cosponsor_count, summary_text, update_date, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 93-hres-1460 | 93 | hres | 1460 | Resolution disapproving proposed deferral of budget authority numbered D75-9, relating to construction of waste treatment plants, as transmitted to the Congress in the President's message of September 23, 1974. | Environmental Protection | 1974-11-18 | 1974-11-18 | Referred to House Committee on Public Works. | House | Rep. Roe, Robert A. [D-NJ-8] | NJ | D | R000383 | 0 | States that the House of Representatives disapproves proposed deferral of budget authority numbered D75-9, relating to construction of waste treatment plants, as transmitted to the Congress in the President's message of September 23, 1974. | 2024-08-01T18:27:13Z | |
| 93-hres-1451 | 93 | hres | 1451 | Resolution disapproving proposed deferral of budget authority No. D75-9, relating to construction of waste treatment plants, as transmitted to the Congress in the President's message of September 23, 1974. | Environmental Protection | 1974-10-16 | 1974-10-16 | Referred to House Committee on Public Works. | House | Rep. Bingham, Jonathan B. [D-NY-22] | NY | D | B000472 | 6 | States that the House of Representatives disapproves proposed deferral of budget authority numbered D75-9, relating to construction of waste treatment plants, as transmitted to the Congress in the President's message of September 23, 1974. | 2024-08-01T18:27:13Z | |
| 93-hres-524 | 93 | hres | 524 | Resolution expressing the sense of the House that the U.S. Government should seek agreement with other members of the United Nations on prohibition of weather modification activity as a weapon of war. | Environmental Protection | 1973-08-03 | 1973-08-03 | Referred to House Committee on Foreign Affairs. | House | Rep. Gude, Gilbert [R-MD-8] | MD | R | G000513 | 2 | Expresses the sense of the House that the United States Government should seek agreement with other members of the United Nations on prohibition of weather modification activity as a weapon of war. | 2024-08-01T18:26:43Z | |
| 93-hres-316 | 93 | hres | 316 | A resolution providing for the consideration of the bill (H.R. 5445) to extend the Clean Air Act, as amended, for one year. | Environmental Protection | 1973-03-20 | 1973-03-22 | Measure passed House. | House | Rep. Matsunaga, Spark M. [D-HI-1] | HI | D | M000250 | 0 | Provides that upon the adoption of this resolution it shall be in order to move that the House resolve itself into the Committee of the Whole House on the State of the Union for the consideration of the bill (H.R. 5445) to extend the Clean Air Act, as amended, for one year. Provides that after general debate, which shall be confined to the bill and shall continue not to exceed one hour, to be equally divided and controlled by the chairman and ranking minority member of the Committee on Interstate and Foreign Commerce, the bill shall be read for amendment under the five-minute rule. Provides that, at the conclusion of the consideration of the bill for amendment, the Committee shall rise and report the bill to the House with such amendments as may have been adopted, and the previous question shall be considered as ordered on the bill and amendments thereto to final passage without intervening motion except one motion to recommit. | 2024-08-01T18:26:36Z | |
| 93-hres-116 | 93 | hres | 116 | A resolution expressing the sense of the House that the U.S. Government should seek the agreement of other governments to a proposed treaty prohibiting the use of any environmental or geophysical modification activity as a weapon of war, or the carrying out of any research or experimentation with respect thereto. | Environmental Protection | 1973-01-11 | 1973-01-11 | Referred to House Committee on Foreign Affairs. | House | Rep. Helstoski, Henry [D-NJ-9] | NJ | D | H000465 | 0 | Expresses the sense of the House of Representatives that the United States Government should seek the agreement of other governments to a proposed treaty prohibiting the use of any environmental or geophysical modification activity as a weapon of war, or the carrying out of any research or experimentation with respect thereto. Sets forth the articles and terms of a proposed Treaty. | 2024-08-01T18:26:30Z |
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);