legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
19 rows where bill_id = "112-s-3666" 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 |
|---|---|---|---|---|---|---|
| 1094215 | A bill to amend the Animal Welfare Act to modify the definition of "exhibitor". 112-s-3666 | 2013-01-10 | Became Public Law No: 112-261. | President | Library of Congress | |
| 1094216 | A bill to amend the Animal Welfare Act to modify the definition of "exhibitor". 112-s-3666 | 2013-01-10 | Became Public Law No: 112-261. | BecameLaw | Library of Congress | |
| 1094217 | A bill to amend the Animal Welfare Act to modify the definition of "exhibitor". 112-s-3666 | 2013-01-10 | Signed by President. | President | Library of Congress | |
| 1094218 | A bill to amend the Animal Welfare Act to modify the definition of "exhibitor". 112-s-3666 | 2013-01-10 | Signed by President. | BecameLaw | Library of Congress | |
| 1094219 | A bill to amend the Animal Welfare Act to modify the definition of "exhibitor". 112-s-3666 | 2013-01-01 | Presented to President. | Floor | House floor actions | |
| 1094220 | A bill to amend the Animal Welfare Act to modify the definition of "exhibitor". 112-s-3666 | 2013-01-01 | Presented to President. | President | Library of Congress | |
| 1094221 | A bill to amend the Animal Welfare Act to modify the definition of "exhibitor". 112-s-3666 | 2012-12-31 | Motion to reconsider laid on the table Agreed to without objection. | Floor | House floor actions | |
| 1094222 | A bill to amend the Animal Welfare Act to modify the definition of "exhibitor". 112-s-3666 | 2012-12-31 | On motion to suspend the rules and pass the bill Agreed to by voice vote. (text: CR H7495) | Floor | House floor actions | |
| 1094223 | A bill to amend the Animal Welfare Act to modify the definition of "exhibitor". 112-s-3666 | 2012-12-31 | Passed/agreed to in House: On motion to suspend the rules and pass the bill Agreed to by voice vote.(text: CR H7495) | Floor | Library of Congress | |
| 1094224 | A bill to amend the Animal Welfare Act to modify the definition of "exhibitor". 112-s-3666 | 2012-12-31 | DEBATE - The House proceeded with forty minutes of debate on S. 3666. | Floor | House floor actions | |
| 1094225 | A bill to amend the Animal Welfare Act to modify the definition of "exhibitor". 112-s-3666 | 2012-12-31 | Considered under suspension of the rules. (consideration: CR H7495) | Floor | House floor actions | |
| 1094226 | A bill to amend the Animal Welfare Act to modify the definition of "exhibitor". 112-s-3666 | 2012-12-31 | Mr. Griffin (AR) moved to suspend the rules and pass the bill. | Floor | House floor actions | |
| 1094227 | A bill to amend the Animal Welfare Act to modify the definition of "exhibitor". 112-s-3666 | 2012-12-17 | Referred to the Subcommittee on Livestock, Dairy, and Poultry. | Committee | House committee actions | |
| 1094228 | A bill to amend the Animal Welfare Act to modify the definition of "exhibitor". 112-s-3666 | 2012-12-07 | Referred to the House Committee on Agriculture. | IntroReferral | House floor actions | |
| 1094229 | A bill to amend the Animal Welfare Act to modify the definition of "exhibitor". 112-s-3666 | 2012-12-07 | Received in the House. | Floor | House floor actions | |
| 1094230 | A bill to amend the Animal Welfare Act to modify the definition of "exhibitor". 112-s-3666 | 2012-12-06 | Message on Senate action sent to the House. | Floor | Senate | |
| 1094231 | A bill to amend the Animal Welfare Act to modify the definition of "exhibitor". 112-s-3666 | 2012-12-06 | Introduced in the Senate, read twice, considered, read the third time, and passed without amendment by Unanimous Consent. (consideration: CR S7688; text as passed Senate: CR S7688) | Floor | Senate | |
| 1094232 | A bill to amend the Animal Welfare Act to modify the definition of "exhibitor". 112-s-3666 | 2012-12-06 | 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 S7688; text as passed Senate: CR S7688) | Floor | Library of Congress | |
| 1094233 | A bill to amend the Animal Welfare Act to modify the definition of "exhibitor". 112-s-3666 | 2012-12-06 | 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);