legislation
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where bill_type = "hres", congress = 95 and policy_area = "Environmental Protection" sorted by introduced_date descending
This data as json, CSV (advanced)
Suggested facets: title, sponsor_name, sponsor_party, sponsor_bioguide_id, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 95-hres-1352 | 95 | hres | 1352 | A resolution urging the United States and Canada to cooperate in their efforts to improve the quality of air in the boundary regions. | Environmental Protection | 1978-09-18 | 1978-09-18 | Referred to House Committee on International Relations. | House | Rep. Fraser, Donald M. [D-MN-5] | MN | D | F000350 | 14 | Expresses the sentiment of the House of Representatives that (1) the Governments of the United States and Canada set up a bilateral task force under the International Joint Commission (established under the Boundary Waters Treaty) to conduct an evaluation of the desirability of a United States-Canadian clear air agreement to be submitted to the two Governments within nine months of the adoption of this resolution; and (2) the President take any diplomatic action necessary to reduce any undesirable impact on both countries from air pollution. | 2024-08-01T19:56:50Z | |
| 95-hres-1305 | 95 | hres | 1305 | A resolution urging the United States and Canada to cooperate in their efforts to improve the quality of air in the boundary regions. | Environmental Protection | 1978-08-09 | 1978-08-09 | Referred to House Committee on International Relations. | House | Rep. Quie, Albert H. [R-MN-1] | MN | R | Q000010 | 0 | Expresses the sentiment of the House of Representatives that (1) the Governments of the United States and Canada set up a bilateral task force under the International Joint Commission (established under the Boundary Waters Treaty) to conduct an evaluation of the desirability of a United States-Canadian clear air agreement to be submitted to the two Governments within nine months of the adoption of this resolution; and (2) the President take any diplomatic action necessary to reduce any undesirable impact on both countries from air pollution. | 2024-08-01T19:56:51Z | |
| 95-hres-1275 | 95 | hres | 1275 | A resolution urging the United States and Canada to cooperate in their efforts to improve the quality of air in the boundary regions. | Environmental Protection | 1978-07-18 | 1978-07-18 | Referred to House Committee on International Relations. | House | Rep. Fraser, Donald M. [D-MN-5] | MN | D | F000350 | 1 | Expresses the sentiment of the House of Representatives that (1) the Governments of the United States and Canada set up a bilateral task force under the International Joint Commission (established under the Boundary Waters Treaty) to conduct an evaluation of the desirability of a United States-Canadian clear air agreement to be submitted to the two Governments within nine months of the adoption of this resolution; and (2) the President take any diplomatic action necessary to reduce any undesirable impact on both countries from air pollution. | 2024-08-01T19:56:44Z | |
| 95-hres-1262 | 95 | hres | 1262 | A resolution expressing the sense of the House with respect to mutual action by the United States and Canada to protect and enhance the quality of air resources along their mutual border so as to promote the public health and welfare. | Environmental Protection | 1978-07-11 | 1978-07-11 | Referred to House Committee on International Relations. | House | Rep. Fraser, Donald M. [D-MN-5] | MN | D | F000350 | 1 | Expresses the sense of the House of Representatives that the Secretary of State: (1) make every effort to negotiate an agreement with Canada to preserve out mutual airshed, protect air resources, and maintain air quality; and (2) take whatever diplomatic actions necessary to reduce or eliminate any undesirable impact on both countries resulting from air pollution from any source. | 2024-08-01T19:56:44Z |
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);