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

9 rows where bill_id = "99-hres-99" 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
2294930 A resolution expressing the sense of the House of Representatives that the President should adequately provide for the civil rights and civil liberties of the Micronesians in the event of deployment of United States Armed Forces from the Philippines to Micronesia. 99-hres-99 1985-07-08 Executive Comment Requested from State, DOD, Arms Control & Disarm Agcy. Committee   House committee actions
2294931 A resolution expressing the sense of the House of Representatives that the President should adequately provide for the civil rights and civil liberties of the Micronesians in the event of deployment of United States Armed Forces from the Philippines to Micronesia. 99-hres-99 1985-03-21 Referred to Subcommittee on Public Lands. Committee   House committee actions
2294932 A resolution expressing the sense of the House of Representatives that the President should adequately provide for the civil rights and civil liberties of the Micronesians in the event of deployment of United States Armed Forces from the Philippines to Micronesia. 99-hres-99 1985-03-15 Referred to Subcommittee on Human Rights and International Organizations. Committee   House committee actions
2294933 A resolution expressing the sense of the House of Representatives that the President should adequately provide for the civil rights and civil liberties of the Micronesians in the event of deployment of United States Armed Forces from the Philippines to Micronesia. 99-hres-99 1985-03-15 Referred to Subcommittee on Asian and Pacific Affairs. Committee   House committee actions
2294934 A resolution expressing the sense of the House of Representatives that the President should adequately provide for the civil rights and civil liberties of the Micronesians in the event of deployment of United States Armed Forces from the Philippines to Micronesia. 99-hres-99 1985-03-15 Referred to Subcommittee on Arms Control, International Security and Science. Committee   House committee actions
2294935 A resolution expressing the sense of the House of Representatives that the President should adequately provide for the civil rights and civil liberties of the Micronesians in the event of deployment of United States Armed Forces from the Philippines to Micronesia. 99-hres-99 1985-03-07 Referred to House Committee on Interior and Insular Affairs. IntroReferral   House floor actions
2294936 A resolution expressing the sense of the House of Representatives that the President should adequately provide for the civil rights and civil liberties of the Micronesians in the event of deployment of United States Armed Forces from the Philippines to Micronesia. 99-hres-99 1985-03-07 Referred to House Committee on Foreign Affairs. IntroReferral   House floor actions
2294937 A resolution expressing the sense of the House of Representatives that the President should adequately provide for the civil rights and civil liberties of the Micronesians in the event of deployment of United States Armed Forces from the Philippines to Micronesia. 99-hres-99 1985-03-07 Introduced in House IntroReferral   Library of Congress
2294938 A resolution expressing the sense of the House of Representatives that the President should adequately provide for the civil rights and civil liberties of the Micronesians in the event of deployment of United States Armed Forces from the Philippines to Micronesia. 99-hres-99 1985-03-07 Introduced in House 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.79ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API