legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where bill_id = "105-s-2286" 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 |
|---|---|---|---|---|---|---|
| 456713 | Child Nutrition and WIC Reauthorization Amendments of 1998 105-s-2286 | 1998-09-17 | Senate passed companion measure H.R. 3874 in lieu of this measure by Unanimous Consent. | Floor | Senate | |
| 456714 | Child Nutrition and WIC Reauthorization Amendments of 1998 105-s-2286 | 1998-09-17 | Senate struck all after the Enacting Clause and substituted the language of H.R. 3874. | Floor | Senate | |
| 456715 | Child Nutrition and WIC Reauthorization Amendments of 1998 105-s-2286 | 1998-09-17 | Measure laid before Senate by unanimous consent. (consideration: CR S10537-10538) | Floor | Senate | |
| 456716 | Child Nutrition and WIC Reauthorization Amendments of 1998 105-s-2286 | 1998-07-10 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 462. | Calendars | Senate | |
| 456717 | Child Nutrition and WIC Reauthorization Amendments of 1998 105-s-2286 | 1998-07-10 | Committee on Agriculture. Original measure reported to Senate by Senator Lugar. With written report No. 105-243. | Committee | Senate | |
| 456718 | Child Nutrition and WIC Reauthorization Amendments of 1998 105-s-2286 | 1998-07-10 | Committee on Agriculture. Original measure reported to Senate by Senator Lugar. With written report No. 105-243. | Committee | Library of Congress | |
| 456719 | Child Nutrition and WIC Reauthorization Amendments of 1998 105-s-2286 | 1998-07-10 | Introduced in Senate | IntroReferral | Library of Congress | |
| 456720 | Child Nutrition and WIC Reauthorization Amendments of 1998 105-s-2286 | 1998-06-25 | Committee on Agriculture ordered to be reported an original measure. | Committee | Senate |
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);