legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where bill_id = "108-s-1561" 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 |
|---|---|---|---|---|---|---|
| 684121 | A bill to preserve existing judgeships on the Superior Court of the District of Columbia. 108-s-1561 | 2003-11-21 | Referred to the House Committee on Government Reform. | IntroReferral | House floor actions | |
| 684122 | A bill to preserve existing judgeships on the Superior Court of the District of Columbia. 108-s-1561 | 2003-11-21 | Received in the House. | Floor | House floor actions | |
| 684123 | A bill to preserve existing judgeships on the Superior Court of the District of Columbia. 108-s-1561 | 2003-11-21 | Message on Senate action sent to the House. | Floor | Senate | |
| 684124 | A bill to preserve existing judgeships on the Superior Court of the District of Columbia. 108-s-1561 | 2003-11-20 | Passed Senate without amendment by Unanimous Consent. (consideration: CR S15310; text as passed Senate: CR S15310) | Floor | Senate | |
| 684125 | A bill to preserve existing judgeships on the Superior Court of the District of Columbia. 108-s-1561 | 2003-11-20 | Passed/agreed to in Senate: Passed Senate without amendment by Unanimous Consent.(consideration: CR S15310; text as passed Senate: CR S15310) | Floor | Library of Congress | |
| 684126 | A bill to preserve existing judgeships on the Superior Court of the District of Columbia. 108-s-1561 | 2003-11-18 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 399. | Calendars | Senate | |
| 684127 | A bill to preserve existing judgeships on the Superior Court of the District of Columbia. 108-s-1561 | 2003-11-18 | Committee on Governmental Affairs. Reported by Senator Collins without amendment. With written report No. 108-200. | Committee | Senate | |
| 684128 | A bill to preserve existing judgeships on the Superior Court of the District of Columbia. 108-s-1561 | 2003-11-18 | Committee on Governmental Affairs. Reported by Senator Collins without amendment. With written report No. 108-200. | Committee | Library of Congress | |
| 684129 | A bill to preserve existing judgeships on the Superior Court of the District of Columbia. 108-s-1561 | 2003-10-22 | Committee on Governmental Affairs. Ordered to be reported without amendment favorably. | Committee | Senate | |
| 684130 | A bill to preserve existing judgeships on the Superior Court of the District of Columbia. 108-s-1561 | 2003-08-01 | Read twice and referred to the Committee on Governmental Affairs. | IntroReferral | Senate | |
| 684131 | A bill to preserve existing judgeships on the Superior Court of the District of Columbia. 108-s-1561 | 2003-08-01 | Sponsor introductory remarks on measure. (CR S10912) | IntroReferral | Library of Congress | |
| 684132 | A bill to preserve existing judgeships on the Superior Court of the District of Columbia. 108-s-1561 | 2003-08-01 | 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);