legislation
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where bill_type = "sconres" and policy_area = "Private Legislation" sorted by introduced_date descending
This data as json, CSV (advanced)
Suggested facets: bill_number, latest_action_text, sponsor_name, sponsor_state, sponsor_party, sponsor_bioguide_id, cosponsor_count, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 98-sconres-123 | 98 | sconres | 123 | A concurrent resolution relating to payment of attorneys' fees to the family of Baby Jane Doe. | Private Legislation | 1984-06-14 | 1984-06-19 | Referred to Subcommittee on Administrative Practice&Procedure. | Senate | Sen. Durenberger, Dave [R-MN] | MN | R | D000566 | 1 | Expresses the sense of Congress that payment of attorneys' fees should be awarded to the family of Baby Jane Doe (a baby born with severe mental and physical impairments), the family allegedly having been forced to undergo a lengthy court process involving the Department of Justice concerning a medical decision for the baby made by such family. | 2026-01-07T14:45:52Z | |
| 97-sconres-43 | 97 | sconres | 43 | An original concurrent resolution granting the status of permanent residence to certain aliens. | Private Legislation | 1981-10-21 | 1981-12-15 | Resolution Agreed to in House (Amended) by Unanimous Consent. | Senate | Sen. Thurmond, Strom [R-SC] | SC | R | T000254 | 0 | Expresses the sense of the Congress that certain named individuals should not be deported. | 2025-07-21T19:32:26Z | |
| 94-sconres-125 | 94 | sconres | 125 | A concurrent resolution expressing the sense of Congress that Cadet Peter Burke receive a commission in the United States Army. | Private Legislation | 1976-06-23 | 1976-06-23 | Referred to Senate Committee on Armed Services. | Senate | Sen. Brooke, Edward W. [R-MA] | MA | R | B000871 | 1 | Expresses the sense of Congress that Cadet Peter Burke receive a commission in the United States Army. | 2025-01-14T17:07:58Z | |
| 93-sconres-125 | 93 | sconres | 125 | A concurrent resolution favoring the suspension of deportation of Carlos Marquez de la Plata-Montalvo. | Private Legislation | 1974-12-17 | 1974-12-20 | Referred to House Committee on the Judiciary. | Senate | Sen. Eastland, James O. [D-MS] | MS | D | E000018 | 0 | Favors the suspension of deportation of Carlos Marquez de la Plata-Montalvo. | 2025-07-21T19:32:26Z | |
| 93-sconres-38 | 93 | sconres | 38 | A concurrent resolution favoring the suspension of deportation of certain aliens. | Private Legislation | 1973-06-29 | 1973-07-10 | Referred to House Committee on the Judiciary. | Senate | Sen. Eastland, James O. [D-MS] | MS | D | E000018 | 0 | Favors the suspension of deportation of certain aliens. | 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);