legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where bill_id = "103-hconres-263" sorted by action_date descending
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 |
|---|---|---|---|---|---|---|
| 259680 | Providing for an adjournment or recess of the two Houses. 103-hconres-263 | 1994-06-30 | Message on Senate action sent to the House. | Floor | Senate | |
| 259681 | Providing for an adjournment or recess of the two Houses. 103-hconres-263 | 1994-06-30 | Received in the Senate, considered, and agreed to without amendment by Voice Vote. (consideration: CR S8032) | Floor | Senate | |
| 259682 | Providing for an adjournment or recess of the two Houses. 103-hconres-263 | 1994-06-30 | Passed/agreed to in Senate: Received in the Senate, considered, and agreed to without amendment by Voice Vote.(consideration: CR S8032) | Floor | Library of Congress | |
| 259683 | Providing for an adjournment or recess of the two Houses. 103-hconres-263 | 1994-06-29 | Motion to reconsider laid on the table Agreed to without objection. | Floor | House floor actions | |
| 259684 | Providing for an adjournment or recess of the two Houses. 103-hconres-263 | 1994-06-29 | On agreeing to the resolution Agreed to without objection. | Floor | House floor actions | |
| 259685 | Providing for an adjournment or recess of the two Houses. 103-hconres-263 | 1994-06-29 | Passed/agreed to in House: On agreeing to the resolution Agreed to without objection. | Floor | Library of Congress | |
| 259686 | Providing for an adjournment or recess of the two Houses. 103-hconres-263 | 1994-06-29 | Considered as privileged matter. (consideration: CR H5437) | Floor | House floor actions | |
| 259687 | Providing for an adjournment or recess of the two Houses. 103-hconres-263 | 1994-06-29 | Introduced in House | IntroReferral | Library of Congress | |
| 259688 | Providing for an adjournment or recess of the two Houses. 103-hconres-263 | 1994-06-29 | Introduced in House | IntroReferral | Library of Congress |
Advanced export
JSON shape: default, array, newline-delimited, object
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);