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

14 rows where report_id = "94-803"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: congress

id ▼ report_id bill_title congress bill_type bill_number bill_id
37 Social Security: Cost-of-Living Adjustments 94-803   92 pub 92-336 92-pub-92-336
38 Social Security: Cost-of-Living Adjustments 94-803   99 pub 99-509 99-pub-99-509
39 Social Security: Cost-of-Living Adjustments 94-803   106 pub 106-554 106-pub-106-554
40 Social Security: Cost-of-Living Adjustments 94-803   93 pub 93-233 93-pub-93-233
41 Social Security: Cost-of-Living Adjustments 94-803   92 pub 92-5 92-pub-92-5
42 Social Security: Cost-of-Living Adjustments 94-803   91 pub 91-172 91-pub-91-172
43 Social Security: Cost-of-Living Adjustments 94-803   90 pub 90-248 90-pub-90-248
44 Social Security: Cost-of-Living Adjustments 94-803   89 pub 89-97 89-pub-89-97
45 Social Security: Cost-of-Living Adjustments 94-803   85 pub 85-840 85-pub-85-840
46 Social Security: Cost-of-Living Adjustments 94-803   114 pub 114-74 114-pub-114-74
47 Social Security: Cost-of-Living Adjustments 94-803   116 pub 116-159 116-pub-116-159
48 Social Security: Cost-of-Living Adjustments 94-803   93 pub 93-368 93-pub-93-368
49 Social Security: Cost-of-Living Adjustments 94-803   93 pub 93-445 93-pub-93-445
50 Social Security: Cost-of-Living Adjustments 94-803   118 pub 118-130 118-pub-118-130

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