crec_bills
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
1 row where granule_id = "CREC-2026-02-26-pt1-PgS709-3" sorted by congress descending
This data as json, CSV (advanced)
| Link | granule_id | congress ▲ | bill_type | bill_number | bill_id |
|---|---|---|---|---|---|
| CREC-2026-02-26-pt1-PgS709-3,119,sres,616 | SENATE RESOLUTION 616--REQUESTING INFORMATION ON HONDURAS'S HUMAN RIGHTS PRACTICES PURSUANT TO SECTION 502B(C) OF THE FOREIGN ASSISTANCE ACT OF 1961 CREC-2026-02-26-pt1-PgS709-3 | 119 | sres | 616 | 119-sres-616 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE crec_bills (
granule_id TEXT NOT NULL REFERENCES congressional_record(granule_id),
congress INTEGER,
bill_type TEXT,
bill_number INTEGER,
bill_id TEXT,
PRIMARY KEY (granule_id, congress, bill_type, bill_number)
);
CREATE INDEX idx_crec_bill_id ON crec_bills(bill_id);
CREATE INDEX idx_crec_bill_type ON crec_bills(bill_type, bill_number);