legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
13 rows where bill_id = "94-hr-15134" 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 |
|---|---|---|---|---|---|---|
| 1839646 | Public Buildings Cooperative Use Act 94-hr-15134 | 1976-09-29 | Measure laid on table in House, S. 865 passed in lieu. | Floor | House floor actions | |
| 1839647 | Public Buildings Cooperative Use Act 94-hr-15134 | 1976-09-29 | Measure passed House, amended. | Floor | House floor actions | |
| 1839648 | Public Buildings Cooperative Use Act 94-hr-15134 | 1976-09-29 | Passed/agreed to in House: Measure passed House, amended. | Floor | Library of Congress | |
| 1839649 | Public Buildings Cooperative Use Act 94-hr-15134 | 1976-09-29 | Measure considered in House. | Floor | House floor actions | |
| 1839650 | Public Buildings Cooperative Use Act 94-hr-15134 | 1976-09-29 | Measure called up by unanimous consent in House. | Floor | House floor actions | |
| 1839651 | Public Buildings Cooperative Use Act 94-hr-15134 | 1976-09-16 | Reported to House from the Committee on Government Operations, H. Rept. 94-1584 (Part II). | Committee | House floor actions | |
| 1839652 | Public Buildings Cooperative Use Act 94-hr-15134 | 1976-09-16 | Reported to House from the Committee on Government Operations, H. Rept. 94-1584 (Part II). | Committee | Library of Congress | |
| 1839653 | Public Buildings Cooperative Use Act 94-hr-15134 | 1976-09-16 | Reported to House from the Committee on Public Works and Transportation with amendment, H. Rept. 94-1584 (Part I). | Committee | House floor actions | |
| 1839654 | Public Buildings Cooperative Use Act 94-hr-15134 | 1976-09-16 | Reported to House from the Committee on Public Works and Transportation with amendment, H. Rept. 94-1584 (Part I). | Committee | Library of Congress | |
| 1839655 | Public Buildings Cooperative Use Act 94-hr-15134 | 1976-08-10 | Referred to House Committee on Government Operations. | IntroReferral | House floor actions | |
| 1839656 | Public Buildings Cooperative Use Act 94-hr-15134 | 1976-08-10 | Referred to House Committee on Public Works and Transportation. | IntroReferral | House floor actions | |
| 1839657 | Public Buildings Cooperative Use Act 94-hr-15134 | 1976-08-10 | Introduced in House | IntroReferral | Library of Congress | |
| 1839658 | Public Buildings Cooperative Use Act 94-hr-15134 | 1976-08-10 | 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);