legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where bill_id = "112-s-3576" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_date, action_type, action_code, action_date (date)
| id | bill_id | action_date ▲ | action_text | action_type | chamber | action_code |
|---|---|---|---|---|---|---|
| 1024367 | A bill to provide limitations on United States assistance, and for other purposes. 112-s-3576 | 2012-09-22 | Returned to the Calendar. Calendar No. 530. | Floor | Senate | |
| 1024368 | A bill to provide limitations on United States assistance, and for other purposes. 112-s-3576 | 2012-09-22 | Under the order of 9/21/2012, not having achieved 60 votes in the affirmative, failed of passage in Senate by Yea-Nay Vote. 10 - 81. Record Vote Number: 196. | Floor | Senate | |
| 1024369 | A bill to provide limitations on United States assistance, and for other purposes. 112-s-3576 | 2012-09-22 | Failed of passage/not agreed to in Senate: Under the order of 9/21/2012, not having achieved 60 votes in the affirmative, failed of passage in Senate by Yea-Nay Vote. 10 - 81. Record Vote Number: 196. | Floor | Library of Congress | |
| 1024370 | A bill to provide limitations on United States assistance, and for other purposes. 112-s-3576 | 2012-09-22 | Measure laid before Senate by unanimous consent. (consideration: CR 9/21/2012 S6679-6684) | Floor | Senate | |
| 1024374 | A bill to provide limitations on United States assistance, and for other purposes. 112-s-3576 | 2012-09-21 | Senate amendment submitted | Floor | Library of Congress | |
| 1024371 | A bill to provide limitations on United States assistance, and for other purposes. 112-s-3576 | 2012-09-20 | Read the second time. Placed on Senate Legislative Calendar under General Orders. Calendar No. 530. | Calendars | Senate | |
| 1024372 | A bill to provide limitations on United States assistance, and for other purposes. 112-s-3576 | 2012-09-19 | Introduced in the Senate. Read the first time. Placed on Senate Legislative Calendar under Read the First Time. | Calendars | Senate | |
| 1024373 | A bill to provide limitations on United States assistance, and for other purposes. 112-s-3576 | 2012-09-19 | 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);