legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where bill_id = "94-s-3779" 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 |
|---|---|---|---|---|---|---|
| 1901799 | A bill for the relief of Mrs. David C. Davis. 94-s-3779 | 1976-09-10 | Private Law 94-97. | President | House floor actions | |
| 1901800 | A bill for the relief of Mrs. David C. Davis. 94-s-3779 | 1976-09-10 | Private Law 94-97. | BecameLaw | Library of Congress | |
| 1901801 | A bill for the relief of Mrs. David C. Davis. 94-s-3779 | 1976-09-10 | Signed by President. | President | House floor actions | |
| 1901802 | A bill for the relief of Mrs. David C. Davis. 94-s-3779 | 1976-09-10 | Signed by President. | BecameLaw | Library of Congress | |
| 1901803 | A bill for the relief of Mrs. David C. Davis. 94-s-3779 | 1976-09-01 | Measure presented to President. | Floor | House floor actions | |
| 1901804 | A bill for the relief of Mrs. David C. Davis. 94-s-3779 | 1976-09-01 | Measure presented to President. | President | Library of Congress | |
| 1901805 | A bill for the relief of Mrs. David C. Davis. 94-s-3779 | 1976-08-31 | Measure passed House. | Floor | House floor actions | |
| 1901806 | A bill for the relief of Mrs. David C. Davis. 94-s-3779 | 1976-08-31 | Passed/agreed to in House: Measure passed House. | Floor | Library of Congress | |
| 1901807 | A bill for the relief of Mrs. David C. Davis. 94-s-3779 | 1976-08-27 | Measure passed Senate. | Floor | Senate | |
| 1901808 | A bill for the relief of Mrs. David C. Davis. 94-s-3779 | 1976-08-27 | Passed/agreed to in Senate: Measure passed Senate. | Floor | Library of Congress | |
| 1901809 | A bill for the relief of Mrs. David C. Davis. 94-s-3779 | 1976-08-27 | 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);