legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
26 rows where bill_id = "101-sjres-250" 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 |
|---|---|---|---|---|---|---|
| 166394 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-04-04 | Became Public Law No: 101-264. | President | House floor actions | |
| 166395 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-04-04 | Became Public Law No: 101-264. | BecameLaw | Library of Congress | |
| 166396 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-04-04 | Signed by President. | President | House floor actions | |
| 166397 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-04-04 | Signed by President. | BecameLaw | Library of Congress | |
| 166398 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-03-29 | Presented to President. | Floor | House floor actions | |
| 166399 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-03-29 | Presented to President. | President | Library of Congress | |
| 166400 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-03-29 | Measure Signed in Senate. | Floor | Senate | |
| 166401 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-03-28 | Motion to reconsider laid on the table Agreed to without objection. | Floor | House floor actions | |
| 166402 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-03-28 | On passage Passed without objection. | Floor | House floor actions | |
| 166403 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-03-28 | Passed/agreed to in House: On passage Passed without objection. | Floor | Library of Congress | |
| 166404 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-03-28 | Mr. Sawyer asked unanimous consent to discharge from committee and consider. | Floor | House floor actions | |
| 166405 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-03-28 | Considered by unanimous consent. | Floor | House floor actions | |
| 166406 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-03-28 | Committee on Post Office and Civil Service discharged. | Discharge | House floor actions | |
| 166407 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-03-28 | Committee on Post Office and Civil Service discharged. | Committee | Library of Congress | |
| 166408 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-03-06 | Referred to the Subcommittee on Census and Population. | Committee | House committee actions | |
| 166409 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-02-27 | Referred to the House Committee on Post Office and Civil Service. | IntroReferral | House floor actions | |
| 166410 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-02-27 | Message on Senate action sent to the House. | Floor | Senate | |
| 166411 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-02-27 | Received in the House. | Floor | House floor actions | |
| 166412 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-02-26 | Passed Senate without amendment and with a preamble by Voice Vote. | Floor | Senate | |
| 166413 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-02-26 | Passed/agreed to in Senate: Passed Senate without amendment and with a preamble by Voice Vote. | Floor | Library of Congress | |
| 166414 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-02-22 | Committee on Judiciary. Ordered to be reported without amendment favorably. | Committee | Senate | |
| 166415 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-02-22 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 454. | Calendars | Senate | |
| 166416 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-02-22 | Committee on Judiciary. Reported to Senate by Senator Biden without amendment and with a preamble. Without written report. | Committee | Senate | |
| 166417 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-02-22 | Committee on Judiciary. Reported to Senate by Senator Biden without amendment and with a preamble. Without written report. | Committee | Library of Congress | |
| 166418 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-02-05 | Read twice and referred to the Committee on Judiciary. | IntroReferral | Senate | |
| 166419 | A joint resolution designating April 1990 as "National Recycling Month". 101-sjres-250 | 1990-02-05 | 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);