legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
16 rows where bill_id = "97-sjres-261" 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 |
|---|---|---|---|---|---|---|
| 2154608 | A joint resolution to designate "National Housing Week". 97-sjres-261 | 1982-10-18 | Became Public Law No: 97-349. | President | House floor actions | |
| 2154609 | A joint resolution to designate "National Housing Week". 97-sjres-261 | 1982-10-18 | Became Public Law No: 97-349. | BecameLaw | Library of Congress | |
| 2154610 | A joint resolution to designate "National Housing Week". 97-sjres-261 | 1982-10-18 | Signed by President. | President | House floor actions | |
| 2154611 | A joint resolution to designate "National Housing Week". 97-sjres-261 | 1982-10-18 | Signed by President. | BecameLaw | Library of Congress | |
| 2154612 | A joint resolution to designate "National Housing Week". 97-sjres-261 | 1982-10-12 | Presented to President. | Floor | House floor actions | |
| 2154613 | A joint resolution to designate "National Housing Week". 97-sjres-261 | 1982-10-12 | Presented to President. | President | Library of Congress | |
| 2154614 | A joint resolution to designate "National Housing Week". 97-sjres-261 | 1982-10-12 | Measure Signed in Senate. | Floor | Senate | |
| 2154615 | A joint resolution to designate "National Housing Week". 97-sjres-261 | 1982-10-01 | Passed House by Unanimous Consent. | Floor | House floor actions | |
| 2154616 | A joint resolution to designate "National Housing Week". 97-sjres-261 | 1982-10-01 | Passed/agreed to in House: Passed House by Unanimous Consent. | Floor | Library of Congress | |
| 2154617 | A joint resolution to designate "National Housing Week". 97-sjres-261 | 1982-10-01 | Called up by House by Unanimous Consent. | Floor | House floor actions | |
| 2154618 | A joint resolution to designate "National Housing Week". 97-sjres-261 | 1982-10-01 | House Committee on Post Office and Civil Service Discharged by Unanimous Consent. | Discharge | House floor actions | |
| 2154619 | A joint resolution to designate "National Housing Week". 97-sjres-261 | 1982-10-01 | House Committee on Post Office and Civil Service Discharged by Unanimous Consent. | Committee | Library of Congress | |
| 2154620 | A joint resolution to designate "National Housing Week". 97-sjres-261 | 1982-10-01 | Referred to House Committee on Post Office and Civil Service. | IntroReferral | House floor actions | |
| 2154621 | A joint resolution to designate "National Housing Week". 97-sjres-261 | 1982-10-01 | Introduced in the Senate, read twice, considered, read the third time, and passed without amendment and with a preamble by Voice Vote. | Floor | Senate | |
| 2154622 | A joint resolution to designate "National Housing Week". 97-sjres-261 | 1982-10-01 | Passed/agreed to in Senate: Introduced in the Senate, read twice, considered, read the third time, and passed without amendment and with a preamble by Voice Vote. | Floor | Library of Congress | |
| 2154623 | A joint resolution to designate "National Housing Week". 97-sjres-261 | 1982-10-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);