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

15 rows where report_id = "R44389"

✎ 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
56715 Statutory Framework for Congressional Management of DOD General and Flag Officers R44389   114 pub 114-328 114-pub-114-328
56716 Statutory Framework for Congressional Management of DOD General and Flag Officers R44389   118 pub 118-31 118-pub-118-31
56717 Statutory Framework for Congressional Management of DOD General and Flag Officers R44389   116 pub 116-92 116-pub-116-92
56718 Statutory Framework for Congressional Management of DOD General and Flag Officers R44389   110 pub 110-181 110-pub-110-181
56719 Statutory Framework for Congressional Management of DOD General and Flag Officers R44389   114 pub 114-255 114-pub-114-255
56720 Statutory Framework for Congressional Management of DOD General and Flag Officers R44389   112 pub 112-81 112-pub-112-81
56721 Statutory Framework for Congressional Management of DOD General and Flag Officers R44389   99 pub 99-433 99-pub-99-433
56722 Statutory Framework for Congressional Management of DOD General and Flag Officers R44389   116 pub 116-92 116-pub-116-92
56723 Statutory Framework for Congressional Management of DOD General and Flag Officers R44389   112 pub 112-81 112-pub-112-81
56724 Statutory Framework for Congressional Management of DOD General and Flag Officers R44389   114 pub 114-328 114-pub-114-328
56725 Statutory Framework for Congressional Management of DOD General and Flag Officers R44389   115 pub 115-232 115-pub-115-232
56726 Statutory Framework for Congressional Management of DOD General and Flag Officers R44389   116 pub 116-283 116-pub-116-283
56727 Statutory Framework for Congressional Management of DOD General and Flag Officers R44389   117 pub 117-81 117-pub-117-81
56728 Statutory Framework for Congressional Management of DOD General and Flag Officers R44389   117 pub 117-263 117-pub-117-263
56729 Statutory Framework for Congressional Management of DOD General and Flag Officers R44389   119 pub 119-60 119-pub-119-60

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