legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
13 rows where bill_id = "95-sconres-32" 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 |
|---|---|---|---|---|---|---|
| 1927024 | A concurrent resolution relating to the observance of Thanksgiving. 95-sconres-32 | 1978-10-10 | Measure passed House, amended. | Floor | House floor actions | |
| 1927025 | A concurrent resolution relating to the observance of Thanksgiving. 95-sconres-32 | 1978-10-10 | Passed/agreed to in House: Measure passed House, amended. | Floor | Library of Congress | |
| 1927026 | A concurrent resolution relating to the observance of Thanksgiving. 95-sconres-32 | 1978-10-10 | Measure considered in House. | Floor | House floor actions | |
| 1927027 | A concurrent resolution relating to the observance of Thanksgiving. 95-sconres-32 | 1978-10-10 | Committee on Post Office and Civil Service discharged in House. | Discharge | House floor actions | |
| 1927028 | A concurrent resolution relating to the observance of Thanksgiving. 95-sconres-32 | 1978-10-10 | Committee on Post Office and Civil Service discharged in House. | Committee | Library of Congress | |
| 1927029 | A concurrent resolution relating to the observance of Thanksgiving. 95-sconres-32 | 1978-07-21 | Measure passed Senate, amended. | Floor | Senate | |
| 1927030 | A concurrent resolution relating to the observance of Thanksgiving. 95-sconres-32 | 1978-07-21 | Passed/agreed to in Senate: Measure passed Senate, amended. | Floor | Library of Congress | |
| 1927031 | A concurrent resolution relating to the observance of Thanksgiving. 95-sconres-32 | 1978-07-21 | Measure considered in Senate. | Floor | Senate | |
| 1927032 | A concurrent resolution relating to the observance of Thanksgiving. 95-sconres-32 | 1978-07-21 | Call of calendar in Senate. | Floor | Senate | |
| 1927033 | A concurrent resolution relating to the observance of Thanksgiving. 95-sconres-32 | 1978-07-17 | Reported to Senate from the Committee on Foreign Relations, S. Rept. 95-1015. | Committee | Senate | |
| 1927034 | A concurrent resolution relating to the observance of Thanksgiving. 95-sconres-32 | 1978-07-17 | Reported to Senate from the Committee on Foreign Relations, S. Rept. 95-1015. | Committee | Library of Congress | |
| 1927035 | A concurrent resolution relating to the observance of Thanksgiving. 95-sconres-32 | 1977-07-01 | Referred to Senate Committee on Foreign Relations. | IntroReferral | Senate | |
| 1927036 | A concurrent resolution relating to the observance of Thanksgiving. 95-sconres-32 | 1977-07-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);