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

7 rows where granule_id = "CREC-2026-03-02-pt1-PgS731-2" sorted by congress descending

✎ View and edit SQL

This data as json, CSV (advanced)

congress 1

  • 119 7

bill_type 1

  • s 7
Link granule_id congress ▲ bill_type bill_number bill_id
CREC-2026-03-02-pt1-PgS731-2,119,s,3962 INTRODUCTION OF BILLS AND JOINT RESOLUTIONS CREC-2026-03-02-pt1-PgS731-2 119 s 3962 119-s-3962
CREC-2026-03-02-pt1-PgS731-2,119,s,3961 INTRODUCTION OF BILLS AND JOINT RESOLUTIONS CREC-2026-03-02-pt1-PgS731-2 119 s 3961 119-s-3961
CREC-2026-03-02-pt1-PgS731-2,119,s,3960 INTRODUCTION OF BILLS AND JOINT RESOLUTIONS CREC-2026-03-02-pt1-PgS731-2 119 s 3960 119-s-3960
CREC-2026-03-02-pt1-PgS731-2,119,s,3959 INTRODUCTION OF BILLS AND JOINT RESOLUTIONS CREC-2026-03-02-pt1-PgS731-2 119 s 3959 119-s-3959
CREC-2026-03-02-pt1-PgS731-2,119,s,3958 INTRODUCTION OF BILLS AND JOINT RESOLUTIONS CREC-2026-03-02-pt1-PgS731-2 119 s 3958 119-s-3958
CREC-2026-03-02-pt1-PgS731-2,119,s,3957 INTRODUCTION OF BILLS AND JOINT RESOLUTIONS CREC-2026-03-02-pt1-PgS731-2 119 s 3957 119-s-3957
CREC-2026-03-02-pt1-PgS731-2,119,s,3956 INTRODUCTION OF BILLS AND JOINT RESOLUTIONS CREC-2026-03-02-pt1-PgS731-2 119 s 3956 119-s-3956

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