home / openregs

crec_bills

Bills referenced in Congressional Record floor proceedings. Links floor debate to specific legislation. Cross-references with the legislation table via bill_id.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

11 rows where granule_id = "CREC-2025-01-06-pt1-PgH49-4" sorted by congress descending

✎ View and edit SQL

This data as json, CSV (advanced)

bill_type 3

  • hr 6
  • hres 4
  • hjres 1

congress 1

  • 119 11
Link granule_id congress ▲ bill_type bill_number bill_id
CREC-2025-01-06-pt1-PgH49-4,119,hres,16 PUBLIC BILLS AND RESOLUTIONS CREC-2025-01-06-pt1-PgH49-4 119 hres 16 119-hres-16
CREC-2025-01-06-pt1-PgH49-4,119,hres,15 PUBLIC BILLS AND RESOLUTIONS CREC-2025-01-06-pt1-PgH49-4 119 hres 15 119-hres-15
CREC-2025-01-06-pt1-PgH49-4,119,hres,14 PUBLIC BILLS AND RESOLUTIONS CREC-2025-01-06-pt1-PgH49-4 119 hres 14 119-hres-14
CREC-2025-01-06-pt1-PgH49-4,119,hres,13 PUBLIC BILLS AND RESOLUTIONS CREC-2025-01-06-pt1-PgH49-4 119 hres 13 119-hres-13
CREC-2025-01-06-pt1-PgH49-4,119,hr,215 PUBLIC BILLS AND RESOLUTIONS CREC-2025-01-06-pt1-PgH49-4 119 hr 215 119-hr-215
CREC-2025-01-06-pt1-PgH49-4,119,hr,214 PUBLIC BILLS AND RESOLUTIONS CREC-2025-01-06-pt1-PgH49-4 119 hr 214 119-hr-214
CREC-2025-01-06-pt1-PgH49-4,119,hr,213 PUBLIC BILLS AND RESOLUTIONS CREC-2025-01-06-pt1-PgH49-4 119 hr 213 119-hr-213
CREC-2025-01-06-pt1-PgH49-4,119,hr,212 PUBLIC BILLS AND RESOLUTIONS CREC-2025-01-06-pt1-PgH49-4 119 hr 212 119-hr-212
CREC-2025-01-06-pt1-PgH49-4,119,hr,211 PUBLIC BILLS AND RESOLUTIONS CREC-2025-01-06-pt1-PgH49-4 119 hr 211 119-hr-211
CREC-2025-01-06-pt1-PgH49-4,119,hr,210 PUBLIC BILLS AND RESOLUTIONS CREC-2025-01-06-pt1-PgH49-4 119 hr 210 119-hr-210
CREC-2025-01-06-pt1-PgH49-4,119,hjres,12 PUBLIC BILLS AND RESOLUTIONS CREC-2025-01-06-pt1-PgH49-4 119 hjres 12 119-hjres-12

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 4.423ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API