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

5 rows where bill_id = "116-s-4591"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
116-s-4591,Air quality NEPA Agency Process Reform Act of 2020 116-s-4591 Air quality
116-s-4591,Climate change and greenhouse gases NEPA Agency Process Reform Act of 2020 116-s-4591 Climate change and greenhouse gases
116-s-4591,Congressional oversight NEPA Agency Process Reform Act of 2020 116-s-4591 Congressional oversight
116-s-4591,Environmental assessment, monitoring, research NEPA Agency Process Reform Act of 2020 116-s-4591 Environmental assessment, monitoring, research
116-s-4591,Government information and archives NEPA Agency Process Reform Act of 2020 116-s-4591 Government information and archives

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