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

7 rows where bill_id = "101-s-3232"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
101-s-3232,Aluminum A bill to require Federal departments, agencies, and instrumentalities to separate certain solid waste for recycling purposes. 101-s-3232 Aluminum
101-s-3232,Beverage containers A bill to require Federal departments, agencies, and instrumentalities to separate certain solid waste for recycling purposes. 101-s-3232 Beverage containers
101-s-3232,Glass and glass industry A bill to require Federal departments, agencies, and instrumentalities to separate certain solid waste for recycling purposes. 101-s-3232 Glass and glass industry
101-s-3232,Government Operations and Politics A bill to require Federal departments, agencies, and instrumentalities to separate certain solid waste for recycling purposes. 101-s-3232 Government Operations and Politics
101-s-3232,Newspapers A bill to require Federal departments, agencies, and instrumentalities to separate certain solid waste for recycling purposes. 101-s-3232 Newspapers
101-s-3232,Paper and paper products A bill to require Federal departments, agencies, and instrumentalities to separate certain solid waste for recycling purposes. 101-s-3232 Paper and paper products
101-s-3232,Recycling of waste products A bill to require Federal departments, agencies, and instrumentalities to separate certain solid waste for recycling purposes. 101-s-3232 Recycling of waste products

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