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 = "97-hconres-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
2077458 A concurrent resolution expressing the sense of the Congress that the national Rugby team of South Africa should not play in the United States. 97-hconres-183 1981-09-22 Failed to Receive 2/3's Vote to Suspend and Pass by Yea-Nay Vote: 200 - 198 (Record Vote No: 213). Floor   House floor actions
2077459 A concurrent resolution expressing the sense of the Congress that the national Rugby team of South Africa should not play in the United States. 97-hconres-183 1981-09-22 Failed of passage/not agreed to in House: Failed to Receive 2/3's Vote to Suspend and Pass by Yea-Nay Vote: 200 - 198 (Record Vote No: 213). Floor   Library of Congress
2077460 A concurrent resolution expressing the sense of the Congress that the national Rugby team of South Africa should not play in the United States. 97-hconres-183 1981-09-21 Considered by House Unfinished Business Vote Postponed Until September 22, 1981. Floor   House floor actions
2077461 A concurrent resolution expressing the sense of the Congress that the national Rugby team of South Africa should not play in the United States. 97-hconres-183 1981-09-21 Called up by House by Unanimous Consent. Floor   House floor actions
2077462 A concurrent resolution expressing the sense of the Congress that the national Rugby team of South Africa should not play in the United States. 97-hconres-183 1981-09-17 House Committee on Foreign Affairs Discharged by Unanimous Consent. Discharge   House floor actions
2077463 A concurrent resolution expressing the sense of the Congress that the national Rugby team of South Africa should not play in the United States. 97-hconres-183 1981-09-17 House Committee on Foreign Affairs Discharged by Unanimous Consent. Committee   Library of Congress
2077464 A concurrent resolution expressing the sense of the Congress that the national Rugby team of South Africa should not play in the United States. 97-hconres-183 1981-09-17 For Previous Action See H.Con.Res.181. Committee   House committee actions
2077465 A concurrent resolution expressing the sense of the Congress that the national Rugby team of South Africa should not play in the United States. 97-hconres-183 1981-09-17 Referred to House Committee on Foreign Affairs. IntroReferral   House floor actions
2077466 A concurrent resolution expressing the sense of the Congress that the national Rugby team of South Africa should not play in the United States. 97-hconres-183 1981-09-17 Introduced in House IntroReferral   Library of Congress
2077467 A concurrent resolution expressing the sense of the Congress that the national Rugby team of South Africa should not play in the United States. 97-hconres-183 1981-09-17 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.437ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API