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

13 rows where bill_id = "103-s-183" 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
321334 A bill to authorize the President to award a gold medal on behalf of the Congress to Richard "Red" Skelton, and to provide for the production of bronze duplicates of such medal for sale to the public. 103-s-183 1993-06-15 Referred to the Subcommittee on Consumer Credit and Insurance. Committee   House committee actions
321335 A bill to authorize the President to award a gold medal on behalf of the Congress to Richard "Red" Skelton, and to provide for the production of bronze duplicates of such medal for sale to the public. 103-s-183 1993-06-08 Referred to the House Committee on Banking, Finance + Urban Affrs. IntroReferral   House floor actions
321336 A bill to authorize the President to award a gold medal on behalf of the Congress to Richard "Red" Skelton, and to provide for the production of bronze duplicates of such medal for sale to the public. 103-s-183 1993-06-08 Message on Senate action sent to the House. Floor   Senate
321337 A bill to authorize the President to award a gold medal on behalf of the Congress to Richard "Red" Skelton, and to provide for the production of bronze duplicates of such medal for sale to the public. 103-s-183 1993-06-08 Received in the House. Floor   House floor actions
321338 A bill to authorize the President to award a gold medal on behalf of the Congress to Richard "Red" Skelton, and to provide for the production of bronze duplicates of such medal for sale to the public. 103-s-183 1993-05-27 Passed Senate with an amendment by Voice Vote. (consideration: CR S6735) Floor   Senate
321339 A bill to authorize the President to award a gold medal on behalf of the Congress to Richard "Red" Skelton, and to provide for the production of bronze duplicates of such medal for sale to the public. 103-s-183 1993-05-27 Passed/agreed to in Senate: Passed Senate with an amendment by Voice Vote.(consideration: CR S6735) Floor   Library of Congress
321340 A bill to authorize the President to award a gold medal on behalf of the Congress to Richard "Red" Skelton, and to provide for the production of bronze duplicates of such medal for sale to the public. 103-s-183 1993-05-27 Committee on Banking. Ordered to be reported with an amendment in the nature of a substitute favorably. Committee   Senate
321341 A bill to authorize the President to award a gold medal on behalf of the Congress to Richard "Red" Skelton, and to provide for the production of bronze duplicates of such medal for sale to the public. 103-s-183 1993-05-27 Placed on Senate Legislative Calendar under General Orders. Calendar No. 80. Calendars   Senate
321342 A bill to authorize the President to award a gold medal on behalf of the Congress to Richard "Red" Skelton, and to provide for the production of bronze duplicates of such medal for sale to the public. 103-s-183 1993-05-27 Committee on Banking. Reported to Senate by Senator Riegle with an amendment in the nature of a substitute. Without written report. Committee   Senate
321343 A bill to authorize the President to award a gold medal on behalf of the Congress to Richard "Red" Skelton, and to provide for the production of bronze duplicates of such medal for sale to the public. 103-s-183 1993-05-27 Committee on Banking. Reported to Senate by Senator Riegle with an amendment in the nature of a substitute. Without written report. Committee   Library of Congress
321344 A bill to authorize the President to award a gold medal on behalf of the Congress to Richard "Red" Skelton, and to provide for the production of bronze duplicates of such medal for sale to the public. 103-s-183 1993-01-26 Read twice and referred to the Committee on Banking. IntroReferral   Senate
321345 A bill to authorize the President to award a gold medal on behalf of the Congress to Richard "Red" Skelton, and to provide for the production of bronze duplicates of such medal for sale to the public. 103-s-183 1993-01-26 Sponsor introductory remarks on measure. (CR S693-694) IntroReferral   Library of Congress
321346 A bill to authorize the President to award a gold medal on behalf of the Congress to Richard "Red" Skelton, and to provide for the production of bronze duplicates of such medal for sale to the public. 103-s-183 1993-01-26 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.56ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API