legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
19 rows where bill_id = "110-s-2507" 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 |
|---|---|---|---|---|---|---|
| 902977 | DTV Border Fix Act of 2008 110-s-2507 | 2008-09-08 | Referred to the House Committee on Energy and Commerce. | IntroReferral | House floor actions | |
| 902978 | DTV Border Fix Act of 2008 110-s-2507 | 2008-09-08 | Received in the House. | Floor | House floor actions | |
| 902979 | DTV Border Fix Act of 2008 110-s-2507 | 2008-09-08 | Referred to the Subcommittee on Telecommunications and the Internet. | Committee | House committee actions | |
| 902980 | DTV Border Fix Act of 2008 110-s-2507 | 2008-08-01 | Message on Senate action sent to the House. | Floor | Senate | |
| 902981 | DTV Border Fix Act of 2008 110-s-2507 | 2008-08-01 | Passed Senate with an amendment by Unanimous Consent. (text: CR S8005-8006) | Floor | Senate | |
| 902982 | DTV Border Fix Act of 2008 110-s-2507 | 2008-08-01 | Passed/agreed to in Senate: Passed Senate with an amendment by Unanimous Consent.(text: CR S8005-8006) | Floor | Library of Congress | |
| 902983 | DTV Border Fix Act of 2008 110-s-2507 | 2008-08-01 | The committee substitute as amended agreed to by Unanimous Consent. (consideration: CR S8005; text: CR S8005) | Floor | Senate | |
| 902984 | DTV Border Fix Act of 2008 110-s-2507 | 2008-08-01 | Measure laid before Senate by unanimous consent. (consideration: CR S8005-8006) | Floor | Senate | |
| 902991 | DTV Border Fix Act of 2008 110-s-2507 | 2008-08-01 | Amendment SA 5262 agreed to in Senate by Unanimous Consent. | Floor | Senate | |
| 902992 | DTV Border Fix Act of 2008 110-s-2507 | 2008-08-01 | Amendment SA 5262 proposed by Senator Cantwell for Senator Hutchison. (consideration: CR S8005; text: CR S8005) To improve the bill. | Floor | Senate | |
| 902993 | DTV Border Fix Act of 2008 110-s-2507 | 2008-08-01 | Senate amendment proposed (on the floor): Amendment SA 5262 proposed by Senator Cantwell for Senator Hutchison.(consideration: CR S8005; text: CR S8005) | Floor | Library of Congress | |
| 902994 | DTV Border Fix Act of 2008 110-s-2507 | 2008-08-01 | Senate amendment agreed to: Amendment SA 5262 agreed to in Senate by Unanimous Consent. | Floor | Library of Congress | |
| 902995 | DTV Border Fix Act of 2008 110-s-2507 | 2008-08-01 | Senate amendment submitted | Floor | Library of Congress | |
| 902985 | DTV Border Fix Act of 2008 110-s-2507 | 2008-07-17 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 886. | Calendars | Senate | |
| 902986 | DTV Border Fix Act of 2008 110-s-2507 | 2008-07-17 | Committee on Commerce, Science, and Transportation. Reported by Senator Inouye with an amendment in the nature of a substitute. With written report No. 110-424. | Committee | Senate | |
| 902987 | DTV Border Fix Act of 2008 110-s-2507 | 2008-07-17 | Committee on Commerce, Science, and Transportation. Reported by Senator Inouye with an amendment in the nature of a substitute. With written report No. 110-424. | Committee | Library of Congress | |
| 902988 | DTV Border Fix Act of 2008 110-s-2507 | 2008-04-24 | Committee on Commerce, Science, and Transportation. Ordered to be reported with an amendment in the nature of a substitute favorably. | Committee | Senate | |
| 902989 | DTV Border Fix Act of 2008 110-s-2507 | 2007-12-18 | Read twice and referred to the Committee on Commerce, Science, and Transportation. | IntroReferral | Senate | |
| 902990 | DTV Border Fix Act of 2008 110-s-2507 | 2007-12-18 | 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);