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 = "112-s-2191"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
112-s-2191,Administrative law and regulatory procedures A bill to amend the Americans with Disabilities Act of 1990 to prohibit the Attorney General from administering or enforcing certain accessibility regulations relating to pools at public accommodations or provided by public entities. 112-s-2191 Administrative law and regulatory procedures
112-s-2191,Department of Justice A bill to amend the Americans with Disabilities Act of 1990 to prohibit the Attorney General from administering or enforcing certain accessibility regulations relating to pools at public accommodations or provided by public entities. 112-s-2191 Department of Justice
112-s-2191,Disability and health-based discrimination A bill to amend the Americans with Disabilities Act of 1990 to prohibit the Attorney General from administering or enforcing certain accessibility regulations relating to pools at public accommodations or provided by public entities. 112-s-2191 Disability and health-based discrimination
112-s-2191,Sports and recreation facilities A bill to amend the Americans with Disabilities Act of 1990 to prohibit the Attorney General from administering or enforcing certain accessibility regulations relating to pools at public accommodations or provided by public entities. 112-s-2191 Sports and recreation facilities

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