legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
19 rows where bill_id = "104-s-2085" 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 |
|---|---|---|---|---|---|---|
| 391175 | A bill to authorize the Capitol Guide Service to accept voluntary services. 104-s-2085 | 1996-10-09 | Became Public Law No: 104-279. | President | House floor actions | |
| 391176 | A bill to authorize the Capitol Guide Service to accept voluntary services. 104-s-2085 | 1996-10-09 | Became Public Law No: 104-279. | BecameLaw | Library of Congress | |
| 391177 | A bill to authorize the Capitol Guide Service to accept voluntary services. 104-s-2085 | 1996-10-09 | Signed by President. | President | House floor actions | |
| 391178 | A bill to authorize the Capitol Guide Service to accept voluntary services. 104-s-2085 | 1996-10-09 | Signed by President. | BecameLaw | Library of Congress | |
| 391179 | A bill to authorize the Capitol Guide Service to accept voluntary services. 104-s-2085 | 1996-09-28 | Presented to President. | Floor | House floor actions | |
| 391180 | A bill to authorize the Capitol Guide Service to accept voluntary services. 104-s-2085 | 1996-09-28 | Presented to President. | President | Library of Congress | |
| 391181 | A bill to authorize the Capitol Guide Service to accept voluntary services. 104-s-2085 | 1996-09-26 | Motion to reconsider laid on the table Agreed to without objection. | Floor | House floor actions | |
| 391182 | A bill to authorize the Capitol Guide Service to accept voluntary services. 104-s-2085 | 1996-09-26 | On passage Passed without objection. | Floor | House floor actions | |
| 391183 | A bill to authorize the Capitol Guide Service to accept voluntary services. 104-s-2085 | 1996-09-26 | Passed/agreed to in House: On passage Passed without objection. | Floor | Library of Congress | |
| 391184 | A bill to authorize the Capitol Guide Service to accept voluntary services. 104-s-2085 | 1996-09-26 | Mr. Thomas asked unanimous consent to discharge from committee and consider. | Floor | House floor actions | |
| 391185 | A bill to authorize the Capitol Guide Service to accept voluntary services. 104-s-2085 | 1996-09-26 | Considered by unanimous consent. (consideration: CR H11357) | Floor | House floor actions | |
| 391186 | A bill to authorize the Capitol Guide Service to accept voluntary services. 104-s-2085 | 1996-09-26 | Committee on House Oversight discharged. | Discharge | House floor actions | |
| 391187 | A bill to authorize the Capitol Guide Service to accept voluntary services. 104-s-2085 | 1996-09-26 | Committee on House Oversight discharged. | Committee | Library of Congress | |
| 391188 | A bill to authorize the Capitol Guide Service to accept voluntary services. 104-s-2085 | 1996-09-18 | Referred to the House Committee on House Oversight. | IntroReferral | House floor actions | |
| 391189 | A bill to authorize the Capitol Guide Service to accept voluntary services. 104-s-2085 | 1996-09-18 | Message on Senate action sent to the House. | Floor | Senate | |
| 391190 | A bill to authorize the Capitol Guide Service to accept voluntary services. 104-s-2085 | 1996-09-18 | Received in the House. | Floor | House floor actions | |
| 391191 | A bill to authorize the Capitol Guide Service to accept voluntary services. 104-s-2085 | 1996-09-17 | Introduced in the Senate, read twice, considered, read the third time, and passed without amendment by Unanimous Consent. (consideration: CR S10723) | Floor | Senate | |
| 391192 | A bill to authorize the Capitol Guide Service to accept voluntary services. 104-s-2085 | 1996-09-17 | Passed/agreed to in Senate: Introduced in the Senate, read twice, considered, read the third time, and passed without amendment by Unanimous Consent.(consideration: CR S10723) | Floor | Library of Congress | |
| 391193 | A bill to authorize the Capitol Guide Service to accept voluntary services. 104-s-2085 | 1996-09-17 | Introduced in Senate | 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);