home / openregs

legislation_actions

Legislative action history for tracked bills — committee referrals, floor votes, amendments, and presidential signatures.

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

6 rows where bill_id = "115-hconres-79" sorted by action_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: action_date, action_text, action_type, action_code, action_date (date)

id bill_id action_date ▲ action_text action_type chamber action_code
1266166 Expressing the sense of Congress that Congress and the States should consider a constitutional amendment to reform the Electoral College and establish a process for electing the President and Vice President by a national popular vote and should encourage individual States to continue to reform the Electoral College process through such steps as the formation of an interstate compact to award the majority of Electoral College votes to the national popular vote winner. 115-hconres-79 2018-03-14 ASSUMING FIRST SPONSORSHIP - Mr. Nadler asked unanimous consent that he may hereafter be considered as the first sponsor of H. Con. Res. 79, a bill originally introduced by former Representative Conyers, for purposes of adding cosponsors and requesting reprintings pursuant to clause 7 of rule XII. Agreed to without objection. Floor   House floor actions
1266167 Expressing the sense of Congress that Congress and the States should consider a constitutional amendment to reform the Electoral College and establish a process for electing the President and Vice President by a national popular vote and should encourage individual States to continue to reform the Electoral College process through such steps as the formation of an interstate compact to award the majority of Electoral College votes to the national popular vote winner. 115-hconres-79 2017-09-14 Referred to the Subcommittee on the Constitution and Civil Justice. Committee   House committee actions
1266168 Expressing the sense of Congress that Congress and the States should consider a constitutional amendment to reform the Electoral College and establish a process for electing the President and Vice President by a national popular vote and should encourage individual States to continue to reform the Electoral College process through such steps as the formation of an interstate compact to award the majority of Electoral College votes to the national popular vote winner. 115-hconres-79 2017-09-14 Referred to the House Committee on the Judiciary. IntroReferral   House floor actions
1266169 Expressing the sense of Congress that Congress and the States should consider a constitutional amendment to reform the Electoral College and establish a process for electing the President and Vice President by a national popular vote and should encourage individual States to continue to reform the Electoral College process through such steps as the formation of an interstate compact to award the majority of Electoral College votes to the national popular vote winner. 115-hconres-79 2017-09-14 Sponsor introductory remarks on measure. (CR E1228-1229) IntroReferral   Library of Congress
1266170 Expressing the sense of Congress that Congress and the States should consider a constitutional amendment to reform the Electoral College and establish a process for electing the President and Vice President by a national popular vote and should encourage individual States to continue to reform the Electoral College process through such steps as the formation of an interstate compact to award the majority of Electoral College votes to the national popular vote winner. 115-hconres-79 2017-09-14 Introduced in House IntroReferral   Library of Congress
1266171 Expressing the sense of Congress that Congress and the States should consider a constitutional amendment to reform the Electoral College and establish a process for electing the President and Vice President by a national popular vote and should encourage individual States to continue to reform the Electoral College process through such steps as the formation of an interstate compact to award the majority of Electoral College votes to the national popular vote winner. 115-hconres-79 2017-09-14 Introduced in House IntroReferral   Library of Congress

Advanced export

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

CSV options:

CREATE TABLE legislation_actions (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    bill_id TEXT REFERENCES legislation(bill_id),
    action_date TEXT,
    action_text TEXT,
    action_type TEXT,
    chamber TEXT,
    action_code TEXT
);
CREATE INDEX idx_legact_bill ON legislation_actions(bill_id);
CREATE INDEX idx_legact_date ON legislation_actions(action_date);
Powered by Datasette · Queries took 5.289ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API