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

10 rows where bill_id = "103-s-2277" 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
324375 An original bill to authorize major medical facility construction projects for the Department of Veterans Affairs for fiscal year 1995, and for other purposes. 103-s-2277 1994-08-23 Held at the desk. Floor   House floor actions
324376 An original bill to authorize major medical facility construction projects for the Department of Veterans Affairs for fiscal year 1995, and for other purposes. 103-s-2277 1994-08-23 Received in the House. Floor   House floor actions
324377 An original bill to authorize major medical facility construction projects for the Department of Veterans Affairs for fiscal year 1995, and for other purposes. 103-s-2277 1994-08-23 Message on Senate action sent to the House. Floor   Senate
324378 An original bill to authorize major medical facility construction projects for the Department of Veterans Affairs for fiscal year 1995, and for other purposes. 103-s-2277 1994-08-19 Passed Senate without amendment by Voice Vote. (consideration: CR S12210-12211) Floor   Senate
324379 An original bill to authorize major medical facility construction projects for the Department of Veterans Affairs for fiscal year 1995, and for other purposes. 103-s-2277 1994-08-19 Passed/agreed to in Senate: Passed Senate without amendment by Voice Vote.(consideration: CR S12210-12211) Floor   Library of Congress
324380 An original bill to authorize major medical facility construction projects for the Department of Veterans Affairs for fiscal year 1995, and for other purposes. 103-s-2277 1994-07-12 Placed on Senate Legislative Calendar under General Orders. Calendar No. 515. Calendars   Senate
324381 An original bill to authorize major medical facility construction projects for the Department of Veterans Affairs for fiscal year 1995, and for other purposes. 103-s-2277 1994-07-12 Committee on Veterans. Original measure reported to Senate by Senator Rockefeller. Without written report. Committee   Senate
324382 An original bill to authorize major medical facility construction projects for the Department of Veterans Affairs for fiscal year 1995, and for other purposes. 103-s-2277 1994-07-12 Committee on Veterans. Original measure reported to Senate by Senator Rockefeller. Without written report. Committee   Library of Congress
324383 An original bill to authorize major medical facility construction projects for the Department of Veterans Affairs for fiscal year 1995, and for other purposes. 103-s-2277 1994-07-12 Introduced in Senate IntroReferral   Library of Congress
324384 An original bill to authorize major medical facility construction projects for the Department of Veterans Affairs for fiscal year 1995, and for other purposes. 103-s-2277 1994-06-09 Committee on Veterans ordered to be reported an original measure. Committee   Senate

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 3430.257ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API