crec_bills
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where granule_id = "CREC-2019-04-18-pt1-PgE480" sorted by congress descending
This data as json, CSV (advanced)
| Link | granule_id | congress ▲ | bill_type | bill_number | bill_id |
|---|---|---|---|---|---|
| CREC-2019-04-18-pt1-PgE480,116,hres,294 | PERSONAL EXPLANATION CREC-2019-04-18-pt1-PgE480 | 116 | hres | 294 | 116-hres-294 |
| CREC-2019-04-18-pt1-PgE480,116,hr,2021 | PERSONAL EXPLANATION CREC-2019-04-18-pt1-PgE480 | 116 | hr | 2021 | 116-hr-2021 |
| CREC-2019-04-18-pt1-PgE480,116,hr,1759 | PERSONAL EXPLANATION CREC-2019-04-18-pt1-PgE480 | 116 | hr | 1759 | 116-hr-1759 |
| CREC-2019-04-18-pt1-PgE480,116,hr,1644 | PERSONAL EXPLANATION CREC-2019-04-18-pt1-PgE480 | 116 | hr | 1644 | 116-hr-1644 |
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);