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

11 rows where bill_id = "115-sconres-15" 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
1280553 A concurrent resolution expressing support for the designation of October 28, 2017, as "Honoring the Nation's First Responders Day". 115-sconres-15 2017-08-04 Held at the desk. Floor   House floor actions
1280554 A concurrent resolution expressing support for the designation of October 28, 2017, as "Honoring the Nation's First Responders Day". 115-sconres-15 2017-08-04 Received in the House. Floor   House floor actions
1280555 A concurrent resolution expressing support for the designation of October 28, 2017, as "Honoring the Nation's First Responders Day". 115-sconres-15 2017-08-04 Message on Senate action sent to the House. Floor   Senate
1280556 A concurrent resolution expressing support for the designation of October 28, 2017, as "Honoring the Nation's First Responders Day". 115-sconres-15 2017-08-03 Resolution agreed to in Senate with an amendment and with a preamble by Unanimous Consent. Floor   Senate
1280557 A concurrent resolution expressing support for the designation of October 28, 2017, as "Honoring the Nation's First Responders Day". 115-sconres-15 2017-08-03 Passed/agreed to in Senate: Resolution agreed to in Senate with an amendment and with a preamble by Unanimous Consent. Floor   Library of Congress
1280558 A concurrent resolution expressing support for the designation of October 28, 2017, as "Honoring the Nation's First Responders Day". 115-sconres-15 2017-07-27 Placed on Senate Legislative Calendar under General Orders. Calendar No. 183. Calendars   Senate
1280559 A concurrent resolution expressing support for the designation of October 28, 2017, as "Honoring the Nation's First Responders Day". 115-sconres-15 2017-07-27 Committee on Homeland Security and Governmental Affairs. Reported by Senator Johnson with an amendment. Without written report. Committee   Senate
1280560 A concurrent resolution expressing support for the designation of October 28, 2017, as "Honoring the Nation's First Responders Day". 115-sconres-15 2017-07-27 Committee on Homeland Security and Governmental Affairs. Reported by Senator Johnson with an amendment. Without written report. Committee   Library of Congress
1280561 A concurrent resolution expressing support for the designation of October 28, 2017, as "Honoring the Nation's First Responders Day". 115-sconres-15 2017-07-26 Committee on Homeland Security and Governmental Affairs. Ordered to be reported without amendment favorably. Committee   Senate
1280562 A concurrent resolution expressing support for the designation of October 28, 2017, as "Honoring the Nation's First Responders Day". 115-sconres-15 2017-05-18 Referred to the Committee on Homeland Security and Governmental Affairs. (text of measure as introduced: CR S3047) IntroReferral   Senate
1280563 A concurrent resolution expressing support for the designation of October 28, 2017, as "Honoring the Nation's First Responders Day". 115-sconres-15 2017-05-18 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 4.181ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API