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

10 rows where bill_id = "96-s-2995"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
96-s-2995,Department of the Treasury A bill to allow the transfer of certain funds to fund the heat crisis program. 96-s-2995 Department of the Treasury
96-s-2995,Federal aid programs A bill to allow the transfer of certain funds to fund the heat crisis program. 96-s-2995 Federal aid programs
96-s-2995,Federal aid to community development A bill to allow the transfer of certain funds to fund the heat crisis program. 96-s-2995 Federal aid to community development
96-s-2995,Government trust funds A bill to allow the transfer of certain funds to fund the heat crisis program. 96-s-2995 Government trust funds
96-s-2995,Housing and Housing Finance A bill to allow the transfer of certain funds to fund the heat crisis program. 96-s-2995 Housing and Housing Finance
96-s-2995,Low-income housing A bill to allow the transfer of certain funds to fund the heat crisis program. 96-s-2995 Low-income housing
96-s-2995,Public Welfare and Charities A bill to allow the transfer of certain funds to fund the heat crisis program. 96-s-2995 Public Welfare and Charities
96-s-2995,Public utilities A bill to allow the transfer of certain funds to fund the heat crisis program. 96-s-2995 Public utilities
96-s-2995,Residential utility cost relief programs A bill to allow the transfer of certain funds to fund the heat crisis program. 96-s-2995 Residential utility cost relief programs
96-s-2995,Weather A bill to allow the transfer of certain funds to fund the heat crisis program. 96-s-2995 Weather

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