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

2 rows where bill_type = "sres" and congress = 87 sorted by congress descending

✎ View and edit SQL

This data as json, CSV (advanced)

congress 1

  • 87 · 2 ✖

bill_type 1

  • sres · 2 ✖
Link granule_id congress ▲ bill_type bill_number bill_id
CREC-2000-10-10-pt1-PgS10154-2,87,sres,247 SENATE RESOLUTION 370--TO INCREASE THE AUTHORIZATION FOR EXPENDITURES RELATING TO SENATE ACTIVITIES IN CONNECTION WITH PARTICIPATION IN INTERPARLIAMENTARY INSTITUTIONS AND THE FACILITATION OF... CREC-2000-10-10-pt1-PgS10154-2 87 sres 247 87-sres-247
CREC-2000-10-10-pt1-PgS10155,87,sres,247 INCREASE IN AUTHORIZATION FOR EXPENDITURES RELATING TO SENATE ACTIVITIES IN CONNECTION WITH PARTICIPATION IN INTERPARLIAMENTARY INSTITUTIONS CREC-2000-10-10-pt1-PgS10155 87 sres 247 87-sres-247

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