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

6 rows where bill_id = "110-sres-710" sorted by action_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: action_date, action_type, action_code, action_date (date)

id bill_id action_date ▲ action_text action_type chamber action_code
850136 A resolution designating the week of February 2 through February 6, 2009, as "National Teen Dating Violence Awareness and Prevention Week". 110-sres-710 2008-12-11 Resolution agreed to in Senate without amendment and with a preamble by Unanimous Consent. (text as passed Senate: CR S10958) Floor   Senate
850137 A resolution designating the week of February 2 through February 6, 2009, as "National Teen Dating Violence Awareness and Prevention Week". 110-sres-710 2008-12-11 Passed/agreed to in Senate: Resolution agreed to in Senate without amendment and with a preamble by Unanimous Consent.(text as passed Senate: CR S10958) Floor   Library of Congress
850138 A resolution designating the week of February 2 through February 6, 2009, as "National Teen Dating Violence Awareness and Prevention Week". 110-sres-710 2008-12-11 Senate Committee on the Judiciary discharged by Unanimous Consent. (consideration: CR S10957-10958) Discharge   Senate
850139 A resolution designating the week of February 2 through February 6, 2009, as "National Teen Dating Violence Awareness and Prevention Week". 110-sres-710 2008-12-11 Senate Committee on the Judiciary discharged by Unanimous Consent.(consideration: CR S10957-10958) Committee   Library of Congress
850140 A resolution designating the week of February 2 through February 6, 2009, as "National Teen Dating Violence Awareness and Prevention Week". 110-sres-710 2008-11-20 Referred to the Committee on the Judiciary. (text of measure as introduced: CR S10751-10752) IntroReferral   Senate
850141 A resolution designating the week of February 2 through February 6, 2009, as "National Teen Dating Violence Awareness and Prevention Week". 110-sres-710 2008-11-20 Introduced in Senate 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 852.571ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API