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

4 rows where bill_id = "118-hjres-117"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
118-hjres-117,Administrative law and regulatory procedures Providing for congressional disapproval under chapter 8 of title 5, United States Code, of the rule submitted by the Environmental Protection Agency relating to "Reconsideration of the National Ambient Air Quality Standards for Particulate Matter". 118-hjres-117 Administrative law and regulatory procedures
118-hjres-117,Air quality Providing for congressional disapproval under chapter 8 of title 5, United States Code, of the rule submitted by the Environmental Protection Agency relating to "Reconsideration of the National Ambient Air Quality Standards for Particulate Matter". 118-hjres-117 Air quality
118-hjres-117,Environmental Protection Agency (EPA) Providing for congressional disapproval under chapter 8 of title 5, United States Code, of the rule submitted by the Environmental Protection Agency relating to "Reconsideration of the National Ambient Air Quality Standards for Particulate Matter". 118-hjres-117 Environmental Protection Agency (EPA)
118-hjres-117,Environmental regulatory procedures Providing for congressional disapproval under chapter 8 of title 5, United States Code, of the rule submitted by the Environmental Protection Agency relating to "Reconsideration of the National Ambient Air Quality Standards for Particulate Matter". 118-hjres-117 Environmental regulatory procedures

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