home / openregs

legislation_subjects

CRS legislative subject terms assigned to bills, useful for filtering by topic.

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

6 rows where bill_id = "115-s-2995"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
115-s-2995,Business education Promoting Rural Exports Act of 2018 115-s-2995 Business education
115-s-2995,Competitiveness, trade promotion, trade deficits Promoting Rural Exports Act of 2018 115-s-2995 Competitiveness, trade promotion, trade deficits
115-s-2995,Department of Commerce Promoting Rural Exports Act of 2018 115-s-2995 Department of Commerce
115-s-2995,Executive agency funding and structure Promoting Rural Exports Act of 2018 115-s-2995 Executive agency funding and structure
115-s-2995,Government information and archives Promoting Rural Exports Act of 2018 115-s-2995 Government information and archives
115-s-2995,Rural conditions and development Promoting Rural Exports Act of 2018 115-s-2995 Rural conditions and development

Advanced export

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

CSV options:

CREATE TABLE legislation_subjects (
    bill_id TEXT REFERENCES legislation(bill_id),
    subject TEXT,
    PRIMARY KEY (bill_id, subject)
);
CREATE INDEX idx_legsub_subject ON legislation_subjects(subject);
Powered by Datasette · Queries took 2.716ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API