home / openregs

legislation

Congressional bills and resolutions from Congress.gov, filtered to policy areas relevant to environmental, health, agriculture, and wildlife regulation.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

3 rows where bill_type = "sjres", congress = 116 and policy_area = "Environmental Protection" sorted by introduced_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: sponsor_party, introduced_date (date), latest_action_date (date), update_date (date)

policy_area 1

  • Environmental Protection · 3 ✖

congress 1

  • 116 · 3 ✖

bill_type 1

  • sjres · 3 ✖
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
116-sjres-53 116 sjres 53 A joint resolution providing for congressional disapproval under chapter 8 of title 5, United States Code, of the rule submitted by the Environmental Protection Agency relating to "Repeal of the Clean Power Plan; Emission Guidelines for Greenhouse Gas Emissions From Existing Electric Utility Generating Units; Revisions to Emission Guidelines Implementing Regulations". Environmental Protection 2019-09-09 2019-10-17 Failed of passage in Senate by Yea-Nay Vote. 41 - 53. Record Vote Number: 324. Senate Sen. Cardin, Benjamin L. [D-MD] MD D C000141 22 This joint resolution nullifies the Environmental Protection Agency's rule that repealed the Clean Power Plan, which established emission guidelines for states to follow in limiting carbon dioxide emissions from existing power plants; finalized the Affordable Clean Energy rule, which replaced the Clean Power Plan with emission guidelines for states to use when developing plans to limit carbon dioxide; and revised requirements that govern the process under which the EPA and states develop emission standards for pollutants emitted by existing stationary sources. 2022-11-01T13:50:06Z  
116-sjres-9 116 sjres 9 A joint resolution calling on the United States and Congress to take immediate action to address the challenge of climate change. Environmental Protection 2019-02-28 2019-02-28 Read twice and referred to the Committee on Environment and Public Works. Senate Sen. Carper, Thomas R. [D-DE] DE D C000174 47 This joint resolution calls on the United States and Congress to immediately address climate change. 2022-11-01T16:47:40Z  
116-sjres-8 116 sjres 8 A joint resolution recognizing the duty of the Federal Government to create a Green New Deal. Environmental Protection 2019-02-13 2019-03-26 Cloture on the motion to proceed to the measure not invoked in Senate by Yea-Nay Vote. 0 - 57. Record Vote Number: 52. (CR S1971) Senate Sen. McConnell, Mitch [R-KY] KY R M000355 0 This joint resolution declares that the government has a duty to create a Green New Deal with the goals of achieving net-zero greenhouse gas emissions; establishing millions of high-wage jobs and ensuring economic security for all; investing in infrastructure and industry; securing clean air and water, climate and community resiliency, healthy food, access to nature, and a sustainable environment for all; and promoting justice and equality. The joint resolution calls for accomplishment of these goals through a 10-year national mobilization effort. The resolution also enumerates the goals and projects of the mobilization effort, including building smart power grids (i.e., power grids that enable customers to reduce their power use during peak demand periods); upgrading all existing buildings and constructing new buildings to achieve maximum energy and water efficiency; removing pollution and greenhouse gas emissions from the transportation and agricultural sectors; cleaning up existing hazardous waste and abandoned sites; ensuring businesspersons are free from unfair competition; and providing higher education, high-quality health care, and affordable, safe, and adequate housing to all. 2022-02-02T05:41:12Z  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 1946.775ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API