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

9 rows where bill_id = "116-hr-7253"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
116-hr-7253,Environmental health Flint Registry Reauthorization Act 116-hr-7253 Environmental health
116-hr-7253,Government information and archives Flint Registry Reauthorization Act 116-hr-7253 Government information and archives
116-hr-7253,Hazardous wastes and toxic substances Flint Registry Reauthorization Act 116-hr-7253 Hazardous wastes and toxic substances
116-hr-7253,Health information and medical records Flint Registry Reauthorization Act 116-hr-7253 Health information and medical records
116-hr-7253,Health programs administration and funding Flint Registry Reauthorization Act 116-hr-7253 Health programs administration and funding
116-hr-7253,Health promotion and preventive care Flint Registry Reauthorization Act 116-hr-7253 Health promotion and preventive care
116-hr-7253,Urban and suburban affairs and development Flint Registry Reauthorization Act 116-hr-7253 Urban and suburban affairs and development
116-hr-7253,Water quality Flint Registry Reauthorization Act 116-hr-7253 Water quality
116-hr-7253,Water use and supply Flint Registry Reauthorization Act 116-hr-7253 Water use and supply

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