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

5 rows where granule_id = "CREC-2025-01-07-pt1-PgD18-3" sorted by congress descending

✎ View and edit SQL

This data as json, CSV (advanced)

bill_type 2

  • hr 3
  • hres 2

congress 1

  • 119 5
Link granule_id congress ▲ bill_type bill_number bill_id
CREC-2025-01-07-pt1-PgD18-3,119,hres,20 Daily Digest/House of Representatives CREC-2025-01-07-pt1-PgD18-3 119 hres 20 119-hres-20
CREC-2025-01-07-pt1-PgD18-3,119,hres,17 Daily Digest/House of Representatives CREC-2025-01-07-pt1-PgD18-3 119 hres 17 119-hres-17
CREC-2025-01-07-pt1-PgD18-3,119,hr,240 Daily Digest/House of Representatives CREC-2025-01-07-pt1-PgD18-3 119 hr 240 119-hr-240
CREC-2025-01-07-pt1-PgD18-3,119,hr,216 Daily Digest/House of Representatives CREC-2025-01-07-pt1-PgD18-3 119 hr 216 119-hr-216
CREC-2025-01-07-pt1-PgD18-3,119,hr,29 Daily Digest/House of Representatives CREC-2025-01-07-pt1-PgD18-3 119 hr 29 119-hr-29

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 3.722ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API