legislation
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where bill_type = "sjres" and policy_area = "Private Legislation" sorted by introduced_date descending
This data as json, CSV (advanced)
Suggested facets: sponsor_party, update_date, introduced_date (date), latest_action_date (date), update_date (date)
| bill_id | congress | bill_type | bill_number | title | policy_area | introduced_date ▲ | latest_action_date | latest_action_text | origin_chamber | sponsor_name | sponsor_state | sponsor_party | sponsor_bioguide_id | cosponsor_count | summary_text | update_date | url |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 99-sjres-14 | 99 | sjres | 14 | A joint resolution authorizing the President to advance Lieutenant General Ira C. Eaker, USAF (ret.) and Lieutenant General James H. Doolittle, USAF (ret.) to the grade of general on the retired list. | Private Legislation | 1985-01-03 | 1985-03-28 | Referred to Subcommittee on Military Personnel and Compensation. | Senate | Sen. Goldwater, Barry [R-AZ] | AZ | R | G000267 | 0 | Authorizes the President to advance two named individuals to the grade of general on the retired list of the Air Force. | 2025-06-06T14:17:56Z | |
| 98-sjres-326 | 98 | sjres | 326 | A joint resolution to readmit Georgia Tavoularis Moser to status and privileges of a citizen of the United States. | Private Legislation | 1984-06-28 | 1984-07-05 | Referred to Subcommittee on Immigration and Refugee Policy. | Senate | Sen. Tsongas, Paul E. [D-MA] | MA | D | T000393 | 0 | Readmits a named individual to the status and privileges of a citizen of the United States upon the taking of the oath of allegiance. | 2025-07-21T19:32:26Z | |
| 94-sjres-100 | 94 | sjres | 100 | A joint resolution to authorize the Secretary of the Senate to pay compensation to Phan Thi Yen. | Private Legislation | 1975-06-26 | 1975-07-21 | Private Law 94-16. | Senate | Sen. Scott, Hugh [R-PA] | PA | R | S000174 | 0 | Authorizes the Secretary of the Senate to pay compensation to Phan Thi Yen. | 2024-09-27T13:13:39Z | |
| 93-sjres-192 | 93 | sjres | 192 | A joint resolution to grant the status of permanent residence to Ivy May Glockner, formerly Ivy May Richmond nee Pond. | Private Legislation | 1974-02-27 | 1974-10-11 | Private Law 93-95. | Senate | Sen. Eastland, James O. [D-MS] | MS | D | E000018 | 0 | Grants the status of permanent residence to Ivy May Glockner, formerly Ivy May Richmond nee Pond. | 2025-07-21T19:32:26Z |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE legislation (
bill_id TEXT PRIMARY KEY,
congress INTEGER,
bill_type TEXT,
bill_number INTEGER,
title TEXT,
policy_area TEXT,
introduced_date TEXT,
latest_action_date TEXT,
latest_action_text TEXT,
origin_chamber TEXT,
sponsor_name TEXT,
sponsor_state TEXT,
sponsor_party TEXT,
sponsor_bioguide_id TEXT,
cosponsor_count INTEGER DEFAULT 0,
summary_text TEXT,
update_date TEXT,
url TEXT
);
CREATE INDEX idx_leg_congress ON legislation(congress);
CREATE INDEX idx_leg_type ON legislation(bill_type);
CREATE INDEX idx_leg_policy ON legislation(policy_area);
CREATE INDEX idx_leg_date ON legislation(introduced_date);
CREATE INDEX idx_leg_sponsor ON legislation(sponsor_name);
CREATE INDEX idx_leg_sponsor_bioguide ON legislation(sponsor_bioguide_id);