legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where bill_id = "110-sconres-36" 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 |
|---|---|---|---|---|---|---|
| 915169 | A concurrent resolution supporting the goals and ideals of National Teen Driver Safety Week. 110-sconres-36 | 2007-10-16 | Held at the desk. | Floor | House floor actions | |
| 915170 | A concurrent resolution supporting the goals and ideals of National Teen Driver Safety Week. 110-sconres-36 | 2007-10-16 | Message on Senate action sent to the House. | Floor | Senate | |
| 915171 | A concurrent resolution supporting the goals and ideals of National Teen Driver Safety Week. 110-sconres-36 | 2007-10-16 | Received in the House. | Floor | House floor actions | |
| 915172 | A concurrent resolution supporting the goals and ideals of National Teen Driver Safety Week. 110-sconres-36 | 2007-10-15 | Resolution agreed to in Senate without amendment and with a preamble by Unanimous Consent. (consideration: CR S12853; text of measure as passed Senate: CR S12853) | Floor | Senate | |
| 915173 | A concurrent resolution supporting the goals and ideals of National Teen Driver Safety Week. 110-sconres-36 | 2007-10-15 | Passed/agreed to in Senate: Resolution agreed to in Senate without amendment and with a preamble by Unanimous Consent.(consideration: CR S12853; text of measure as passed Senate: CR S12853) | Floor | Library of Congress | |
| 915174 | A concurrent resolution supporting the goals and ideals of National Teen Driver Safety Week. 110-sconres-36 | 2007-10-15 | Senate Committee on Commerce, Science, and Transportation discharged by Unanimous Consent. | Discharge | Senate | |
| 915175 | A concurrent resolution supporting the goals and ideals of National Teen Driver Safety Week. 110-sconres-36 | 2007-10-15 | Senate Committee on Commerce, Science, and Transportation discharged by Unanimous Consent. | Committee | Library of Congress | |
| 915176 | A concurrent resolution supporting the goals and ideals of National Teen Driver Safety Week. 110-sconres-36 | 2007-06-06 | Referred to the Committee on Commerce, Science, and Transportation. (text of measure as introduced: CR S7197) | IntroReferral | Senate | |
| 915177 | A concurrent resolution supporting the goals and ideals of National Teen Driver Safety Week. 110-sconres-36 | 2007-06-06 | Sponsor introductory remarks on measure. (CR S7197-7198) | IntroReferral | Library of Congress | |
| 915178 | A concurrent resolution supporting the goals and ideals of National Teen Driver Safety Week. 110-sconres-36 | 2007-06-06 | 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);