legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
22 rows where bill_id = "110-s-682" 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 |
|---|---|---|---|---|---|---|
| 912506 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2008-07-01 | Became Public Law No: 110-260. | President | House floor actions | |
| 912507 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2008-07-01 | Became Public Law No: 110-260. | BecameLaw | Library of Congress | |
| 912508 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2008-07-01 | Signed by President. | President | House floor actions | |
| 912509 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2008-07-01 | Signed by President. | BecameLaw | Library of Congress | |
| 912510 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2008-06-24 | Presented to President. | Floor | House floor actions | |
| 912511 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2008-06-24 | Presented to President. | President | Library of Congress | |
| 912512 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2008-06-10 | Cleared for White House. | |||
| 912513 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2008-06-10 | Motion to reconsider laid on the table Agreed to without objection. | Floor | House floor actions | |
| 912514 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2008-06-10 | On motion to suspend the rules and pass the bill Agreed to by voice vote. (text: CR H5162-5163) | Floor | House floor actions | |
| 912515 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2008-06-10 | Passed/agreed to in House: On motion to suspend the rules and pass the bill Agreed to by voice vote.(text: CR H5162-5163) | Floor | Library of Congress | |
| 912516 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2008-06-10 | DEBATE - The House proceeded with forty minutes of debate on S. 682. | Floor | House floor actions | |
| 912517 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2008-06-10 | Considered under suspension of the rules. (consideration: CR H5162-5166) | Floor | House floor actions | |
| 912518 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2008-06-10 | Mr. Frank (MA) moved to suspend the rules and pass the bill. | Floor | House floor actions | |
| 912519 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2007-03-30 | Referred to the House Committee on Financial Services. | IntroReferral | House floor actions | |
| 912520 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2007-03-30 | Message on Senate action sent to the House. | Floor | Senate | |
| 912521 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2007-03-30 | Received in the House. | Floor | House floor actions | |
| 912522 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2007-03-29 | Passed Senate without amendment by Unanimous Consent. (text: CR S4226) | Floor | Senate | |
| 912523 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2007-03-29 | Passed/agreed to in Senate: Passed Senate without amendment by Unanimous Consent.(text: CR S4226) | Floor | Library of Congress | |
| 912524 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2007-03-29 | Senate Committee on Banking, Housing, and Urban Affairs discharged by Unanimous Consent. (consideration: CR S4225-4226) | Discharge | Senate | |
| 912525 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2007-03-29 | Senate Committee on Banking, Housing, and Urban Affairs discharged by Unanimous Consent.(consideration: CR S4225-4226) | Committee | Library of Congress | |
| 912526 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2007-02-17 | Read twice and referred to the Committee on Banking, Housing, and Urban Affairs. | IntroReferral | Senate | |
| 912527 | Edward William Brooke III Congressional Gold Medal Act 110-s-682 | 2007-02-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);