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 = "R48863"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: congress, bill_type, bill_number, bill_id

id ▼ report_id bill_title congress bill_type bill_number bill_id
108340 Local and Regional Project Assistance Program: Background and Selected Considerations R48863   111 pub 111-5 111-pub-111-5
108341 Local and Regional Project Assistance Program: Background and Selected Considerations R48863   117 pub 117-58 117-pub-117-58
108342 Local and Regional Project Assistance Program: Background and Selected Considerations R48863   117 pub 117-58 117-pub-117-58
108343 Local and Regional Project Assistance Program: Background and Selected Considerations R48863   111 pub 111-5 111-pub-111-5
108344 Local and Regional Project Assistance Program: Background and Selected Considerations R48863   114 pub 114-94 114-pub-114-94
108345 Local and Regional Project Assistance Program: Background and Selected Considerations R48863   111 pub 111-5 111-pub-111-5
108346 Local and Regional Project Assistance Program: Background and Selected Considerations R48863   117 pub 117-58 117-pub-117-58
108347 Local and Regional Project Assistance Program: Background and Selected Considerations R48863   111 pub 111-117 111-pub-111-117
108348 Local and Regional Project Assistance Program: Background and Selected Considerations R48863 Making further continuing appropriations and other extensions for the fiscal year ending September 30, 2025, and for other purposes. 119 hr 1968 119-hr-1968

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