home / openregs

legislation_actions

Legislative action history for tracked bills — committee referrals, floor votes, amendments, and presidential signatures.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

14 rows where bill_id = "110-hconres-286" sorted by action_date descending

✎ View and edit SQL

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
808190 Expressing the sense of Congress that Earl Lloyd should be recognized and honored for breaking the color barrier and becoming the first African American to play in the National Basketball Association League 58 years ago. 110-hconres-286 2008-03-06 Received in the Senate and referred to the Committee on the Judiciary. IntroReferral   Senate
808191 Expressing the sense of Congress that Earl Lloyd should be recognized and honored for breaking the color barrier and becoming the first African American to play in the National Basketball Association League 58 years ago. 110-hconres-286 2008-03-05 Motion to reconsider laid on the table Agreed to without objection. Floor   House floor actions
808192 Expressing the sense of Congress that Earl Lloyd should be recognized and honored for breaking the color barrier and becoming the first African American to play in the National Basketball Association League 58 years ago. 110-hconres-286 2008-03-05 On motion to suspend the rules and agree to the resolution Agreed to by the Yeas and Nays: (2/3 required): 412 - 0 (Roll no. 98). (text: CR H1244) Floor   House floor actions
808193 Expressing the sense of Congress that Earl Lloyd should be recognized and honored for breaking the color barrier and becoming the first African American to play in the National Basketball Association League 58 years ago. 110-hconres-286 2008-03-05 Passed/agreed to in House: On motion to suspend the rules and agree to the resolution Agreed to by the Yeas and Nays: (2/3 required): 412 - 0 (Roll no. 98).(text: CR H1244) Floor   Library of Congress
808194 Expressing the sense of Congress that Earl Lloyd should be recognized and honored for breaking the color barrier and becoming the first African American to play in the National Basketball Association League 58 years ago. 110-hconres-286 2008-03-05 Considered as unfinished business. (consideration: CR H1273-1274) Floor   House floor actions
808195 Expressing the sense of Congress that Earl Lloyd should be recognized and honored for breaking the color barrier and becoming the first African American to play in the National Basketball Association League 58 years ago. 110-hconres-286 2008-03-05 At the conclusion of debate, the Yeas and Nays were demanded and ordered. Pursuant to the provisions of clause 8, rule XX, the Chair announced that further proceedings on the motion would be postponed. Floor   House floor actions
808196 Expressing the sense of Congress that Earl Lloyd should be recognized and honored for breaking the color barrier and becoming the first African American to play in the National Basketball Association League 58 years ago. 110-hconres-286 2008-03-05 DEBATE - The House proceeded with forty minutes of debate on H. Con. Res. 286. Floor   House floor actions
808197 Expressing the sense of Congress that Earl Lloyd should be recognized and honored for breaking the color barrier and becoming the first African American to play in the National Basketball Association League 58 years ago. 110-hconres-286 2008-03-05 Considered under suspension of the rules. (consideration: CR H1244-1246) Floor   House floor actions
808198 Expressing the sense of Congress that Earl Lloyd should be recognized and honored for breaking the color barrier and becoming the first African American to play in the National Basketball Association League 58 years ago. 110-hconres-286 2008-03-05 Mr. Davis (IL) moved to suspend the rules and agree to the resolution. Floor   House floor actions
808199 Expressing the sense of Congress that Earl Lloyd should be recognized and honored for breaking the color barrier and becoming the first African American to play in the National Basketball Association League 58 years ago. 110-hconres-286 2008-02-26 Ordered to be Reported by Voice Vote. Committee   House committee actions
808200 Expressing the sense of Congress that Earl Lloyd should be recognized and honored for breaking the color barrier and becoming the first African American to play in the National Basketball Association League 58 years ago. 110-hconres-286 2008-02-26 Committee Consideration and Mark-up Session Held. Committee   House committee actions
808201 Expressing the sense of Congress that Earl Lloyd should be recognized and honored for breaking the color barrier and becoming the first African American to play in the National Basketball Association League 58 years ago. 110-hconres-286 2008-01-29 Referred to the House Committee on Oversight and Government Reform. IntroReferral   House floor actions
808202 Expressing the sense of Congress that Earl Lloyd should be recognized and honored for breaking the color barrier and becoming the first African American to play in the National Basketball Association League 58 years ago. 110-hconres-286 2008-01-29 Introduced in House IntroReferral   Library of Congress
808203 Expressing the sense of Congress that Earl Lloyd should be recognized and honored for breaking the color barrier and becoming the first African American to play in the National Basketball Association League 58 years ago. 110-hconres-286 2008-01-29 Introduced in House IntroReferral   Library of Congress

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 7.671ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API