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

8 rows where bill_id = "110-sres-347" 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
917946 A resolution designating May 2008 as "National Be Bear Aware and Wildlife Stewardship Month". 110-sres-347 2007-10-26 Resolution agreed to in Senate without amendment and with a preamble by Unanimous Consent. (consideration: CR S13494-13495; text as passed Senate: CR S13494) Floor   Senate
917947 A resolution designating May 2008 as "National Be Bear Aware and Wildlife Stewardship Month". 110-sres-347 2007-10-26 Passed/agreed to in Senate: Resolution agreed to in Senate without amendment and with a preamble by Unanimous Consent.(consideration: CR S13494-13495; text as passed Senate: CR S13494) Floor   Library of Congress
917948 A resolution designating May 2008 as "National Be Bear Aware and Wildlife Stewardship Month". 110-sres-347 2007-10-25 Placed on Senate Legislative Calendar under General Orders. Calendar No. 444. Calendars   Senate
917949 A resolution designating May 2008 as "National Be Bear Aware and Wildlife Stewardship Month". 110-sres-347 2007-10-25 Committee on the Judiciary. Reported by Senator Leahy without amendment and with a preamble. Without written report. Committee   Senate
917950 A resolution designating May 2008 as "National Be Bear Aware and Wildlife Stewardship Month". 110-sres-347 2007-10-25 Committee on the Judiciary. Reported by Senator Leahy without amendment and with a preamble. Without written report. Committee   Library of Congress
917951 A resolution designating May 2008 as "National Be Bear Aware and Wildlife Stewardship Month". 110-sres-347 2007-10-25 Committee on the Judiciary. Ordered to be reported without amendment favorably. Committee   Senate
917952 A resolution designating May 2008 as "National Be Bear Aware and Wildlife Stewardship Month". 110-sres-347 2007-10-16 Referred to the Committee on the Judiciary. (text of measure as introduced: CR S12941-12942) IntroReferral   Senate
917953 A resolution designating May 2008 as "National Be Bear Aware and Wildlife Stewardship Month". 110-sres-347 2007-10-16 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 935.993ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API