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

16 rows where bill_id = "115-hconres-92" 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
1266247 Recognizing the deep and abiding friendship between the United States and Israel. 115-hconres-92 2017-11-16 Received in the Senate and referred to the Committee on Foreign Relations. IntroReferral   Senate
1266248 Recognizing the deep and abiding friendship between the United States and Israel. 115-hconres-92 2017-11-15 Motion to reconsider laid on the table Agreed to without objection. Floor   House floor actions
1266249 Recognizing the deep and abiding friendship between the United States and Israel. 115-hconres-92 2017-11-15 On agreeing to the resolution Agreed to without objection. (text: CR H9302) Floor   House floor actions
1266250 Recognizing the deep and abiding friendship between the United States and Israel. 115-hconres-92 2017-11-15 Passed/agreed to in House: On agreeing to the resolution Agreed to without objection.(text: CR H9302) Floor   Library of Congress
1266251 Recognizing the deep and abiding friendship between the United States and Israel. 115-hconres-92 2017-11-15 Committee on Foreign Affairs discharged. (consideration: CR H9302) Discharge   House floor actions
1266252 Recognizing the deep and abiding friendship between the United States and Israel. 115-hconres-92 2017-11-15 Committee on Foreign Affairs discharged.(consideration: CR H9302) Committee   Library of Congress
1266253 Recognizing the deep and abiding friendship between the United States and Israel. 115-hconres-92 2017-11-15 Mr. Royce (CA) asked unanimous consent to discharge from committee and consider. Floor   House floor actions
1266257 Recognizing the deep and abiding friendship between the United States and Israel. 115-hconres-92 2017-11-15 On agreeing to the Royce (CA) amendment (A001) Agreed to without objection. Floor   House floor actions
1266258 Recognizing the deep and abiding friendship between the United States and Israel. 115-hconres-92 2017-11-15 Amendment (A001) offered by Mr. Royce (CA). (consideration: CR H9302; text: CR H9302) Floor   House floor actions
1266259 Recognizing the deep and abiding friendship between the United States and Israel. 115-hconres-92 2017-11-15 House amendment offered/reported by: Amendment (A001) offered by Mr. Royce (CA).(consideration: CR H9302; text: CR H9302) NotUsed   Library of Congress
1266260 Recognizing the deep and abiding friendship between the United States and Israel. 115-hconres-92 2017-11-15 House amendment agreed to: On agreeing to the Royce (CA) amendment (A001) Agreed to without objection. Floor   Library of Congress
1266261 Recognizing the deep and abiding friendship between the United States and Israel. 115-hconres-92 2017-11-15 Amendment agreed to by House: On agreeing to the Royce (CA) amendment (A001) Agreed to without objection. NotUsed   Library of Congress
1266262 Recognizing the deep and abiding friendship between the United States and Israel. 115-hconres-92 2017-11-15 House amendment offered Floor   Library of Congress
1266254 Recognizing the deep and abiding friendship between the United States and Israel. 115-hconres-92 2017-11-13 Referred to the House Committee on Foreign Affairs. IntroReferral   House floor actions
1266255 Recognizing the deep and abiding friendship between the United States and Israel. 115-hconres-92 2017-11-13 Introduced in House IntroReferral   Library of Congress
1266256 Recognizing the deep and abiding friendship between the United States and Israel. 115-hconres-92 2017-11-13 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.319ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API