home / openregs

crs_report_bills

Cross-references between CRS reports and related legislation. Links CRS analysis to specific bills tracked in the legislation table.

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

9 rows where report_id = "R47676"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: congress, bill_number, bill_id

id ▼ report_id bill_title congress bill_type bill_number bill_id
98117 Disaster Relief Fund State of Play: In Brief R47676   119 pub 119-4 119-pub-119-4
98118 Disaster Relief Fund State of Play: In Brief R47676   118 pub 118-158 118-pub-118-158
98119 Disaster Relief Fund State of Play: In Brief R47676   118 pub 118-83 118-pub-118-83
98120 Disaster Relief Fund State of Play: In Brief R47676   115 pub 115-254 115-pub-115-254
98121 Disaster Relief Fund State of Play: In Brief R47676   112 pub 112-25 112-pub-112-25
98122 Disaster Relief Fund State of Play: In Brief R47676   118 pub 118-15 118-pub-118-15
98123 Disaster Relief Fund State of Play: In Brief R47676   115 pub 115-56 115-pub-115-56
98124 Disaster Relief Fund State of Play: In Brief R47676   118 pub 118-83 118-pub-118-83
98125 Disaster Relief Fund State of Play: In Brief R47676   118 pub 118-158 118-pub-118-158

Advanced export

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

CSV options:

CREATE TABLE crs_report_bills (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    report_id TEXT NOT NULL REFERENCES crs_reports(id),
    bill_title TEXT,
    congress INTEGER,
    bill_type TEXT,
    bill_number INTEGER,
    bill_id TEXT
);
CREATE INDEX idx_crb_report ON crs_report_bills(report_id);
CREATE INDEX idx_crb_bill ON crs_report_bills(bill_id);
Powered by Datasette · Queries took 378.769ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API