legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where bill_id = "97-hjres-331" 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 |
|---|---|---|---|---|---|---|
| 2074099 | A joint resolution designating the Fourth Sunday in October as National Mother-in-Law Day. 97-hjres-331 | 1981-10-20 | Received in the Senate, read twice, and referred to the Committee on Judiciary. | IntroReferral | Senate | |
| 2074100 | A joint resolution designating the Fourth Sunday in October as National Mother-in-Law Day. 97-hjres-331 | 1981-10-20 | Passed House by Yea-Nay Vote: 305 - 66 (Record Vote No: 263). | Floor | House floor actions | |
| 2074101 | A joint resolution designating the Fourth Sunday in October as National Mother-in-Law Day. 97-hjres-331 | 1981-10-20 | Passed/agreed to in House: Passed House by Yea-Nay Vote: 305 - 66 (Record Vote No: 263). | Floor | Library of Congress | |
| 2074102 | A joint resolution designating the Fourth Sunday in October as National Mother-in-Law Day. 97-hjres-331 | 1981-10-20 | Called up by House by Unanimous Consent. | Floor | House floor actions | |
| 2074103 | A joint resolution designating the Fourth Sunday in October as National Mother-in-Law Day. 97-hjres-331 | 1981-10-20 | House Committee on Post Office and Civil Service Discharged by Unanimous Consent. | Discharge | House floor actions | |
| 2074104 | A joint resolution designating the Fourth Sunday in October as National Mother-in-Law Day. 97-hjres-331 | 1981-10-20 | House Committee on Post Office and Civil Service Discharged by Unanimous Consent. | Committee | Library of Congress | |
| 2074105 | A joint resolution designating the Fourth Sunday in October as National Mother-in-Law Day. 97-hjres-331 | 1981-09-17 | Referred to House Committee on Post Office and Civil Service. | IntroReferral | House floor actions | |
| 2074106 | A joint resolution designating the Fourth Sunday in October as National Mother-in-Law Day. 97-hjres-331 | 1981-09-17 | Introduced in House | IntroReferral | Library of Congress | |
| 2074107 | A joint resolution designating the Fourth Sunday in October as National Mother-in-Law Day. 97-hjres-331 | 1981-09-17 | 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);