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

12 rows where bill_id = "99-sjres-2" 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
2304852 A joint resolution proposing an amendment to the Constitution of the United States relating to voluntary silent prayer or reflection. 99-sjres-2 1986-04-03 Committee on Judiciary received executive comment from Justice Department. Committee   Senate
2304853 A joint resolution proposing an amendment to the Constitution of the United States relating to voluntary silent prayer or reflection. 99-sjres-2 1985-10-29 Committee on Judiciary. Reported to Senate by Senator Thurmond with an amendment. With written report No. 99-165. Additional and minority views filed. Committee   Senate
2304854 A joint resolution proposing an amendment to the Constitution of the United States relating to voluntary silent prayer or reflection. 99-sjres-2 1985-10-29 Committee on Judiciary. Reported to Senate by Senator Thurmond with an amendment. With written report No. 99-165. Additional and minority views filed. Committee   Library of Congress
2304855 A joint resolution proposing an amendment to the Constitution of the United States relating to voluntary silent prayer or reflection. 99-sjres-2 1985-10-29 Placed on Senate Legislative Calendar under General Orders. Calendar No. 369. Calendars   Senate
2304856 A joint resolution proposing an amendment to the Constitution of the United States relating to voluntary silent prayer or reflection. 99-sjres-2 1985-10-03 Committee on Judiciary. Ordered to be reported with an amendment favorably. Committee   Senate
2304857 A joint resolution proposing an amendment to the Constitution of the United States relating to voluntary silent prayer or reflection. 99-sjres-2 1985-09-19 Committee on Judiciary. Committee consideration and Mark Up Session held. Committee   Senate
2304858 A joint resolution proposing an amendment to the Constitution of the United States relating to voluntary silent prayer or reflection. 99-sjres-2 1985-06-26 Subcommittee on Constitution. Approved for full committee consideration with an amendment favorably. Committee   Senate
2304859 A joint resolution proposing an amendment to the Constitution of the United States relating to voluntary silent prayer or reflection. 99-sjres-2 1985-06-19 Subcommittee on Constitution. Hearings held. Hearings printed: S.Hrg. 99-386. Committee   Senate
2304860 A joint resolution proposing an amendment to the Constitution of the United States relating to voluntary silent prayer or reflection. 99-sjres-2 1985-05-15 Committee on Judiciary requested executive comment from Justice Department. Committee   Senate
2304861 A joint resolution proposing an amendment to the Constitution of the United States relating to voluntary silent prayer or reflection. 99-sjres-2 1985-05-13 Referred to Subcommittee on Constitution. Committee   Senate
2304862 A joint resolution proposing an amendment to the Constitution of the United States relating to voluntary silent prayer or reflection. 99-sjres-2 1985-01-03 Read twice and referred to the Committee on Judiciary. IntroReferral   Senate
2304863 A joint resolution proposing an amendment to the Constitution of the United States relating to voluntary silent prayer or reflection. 99-sjres-2 1985-01-03 Introduced in Senate 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.376ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API