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 = "113-sres-522" 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
1174013 A resolution expressing the sense of the Senate supporting the U.S.-Africa Leaders Summit to be held in Washington, D.C., from August 4 through 6, 2014. 113-sres-522 2014-07-31 Resolution agreed to in Senate without amendment and with a preamble by Unanimous Consent. (consideration: CR 8/1/2014 S5315) Floor   Senate
1174014 A resolution expressing the sense of the Senate supporting the U.S.-Africa Leaders Summit to be held in Washington, D.C., from August 4 through 6, 2014. 113-sres-522 2014-07-31 Passed/agreed to in Senate: Resolution agreed to in Senate without amendment and with a preamble by Unanimous Consent.(consideration: CR 8/1/2014 S5315) Floor   Library of Congress
1174015 A resolution expressing the sense of the Senate supporting the U.S.-Africa Leaders Summit to be held in Washington, D.C., from August 4 through 6, 2014. 113-sres-522 2014-07-29 Placed on Senate Legislative Calendar under General Orders. Calendar No. 498. Calendars   Senate
1174016 A resolution expressing the sense of the Senate supporting the U.S.-Africa Leaders Summit to be held in Washington, D.C., from August 4 through 6, 2014. 113-sres-522 2014-07-29 Committee on Foreign Relations. Reported by Senator Menendez without amendment and with a preamble. Without written report. Committee   Senate
1174017 A resolution expressing the sense of the Senate supporting the U.S.-Africa Leaders Summit to be held in Washington, D.C., from August 4 through 6, 2014. 113-sres-522 2014-07-29 Committee on Foreign Relations. Reported by Senator Menendez without amendment and with a preamble. Without written report. Committee   Library of Congress
1174018 A resolution expressing the sense of the Senate supporting the U.S.-Africa Leaders Summit to be held in Washington, D.C., from August 4 through 6, 2014. 113-sres-522 2014-07-29 Committee on Foreign Relations. Ordered to be reported without amendment favorably. Committee   Senate
1174019 A resolution expressing the sense of the Senate supporting the U.S.-Africa Leaders Summit to be held in Washington, D.C., from August 4 through 6, 2014. 113-sres-522 2014-07-24 Referred to the Committee on Foreign Relations. (text of measure as introduced: CR S4910) IntroReferral   Senate
1174020 A resolution expressing the sense of the Senate supporting the U.S.-Africa Leaders Summit to be held in Washington, D.C., from August 4 through 6, 2014. 113-sres-522 2014-07-24 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 5.473ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API