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

6 rows where bill_id = "100-hjres-252"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
100-hjres-252,Aliens A joint resolution expressing the sense of the Congress that Federal aid for refugee assistance programs should not be reduced, and for other purposes. 100-hjres-252 Aliens
100-hjres-252,Economics and Public Finance A joint resolution expressing the sense of the Congress that Federal aid for refugee assistance programs should not be reduced, and for other purposes. 100-hjres-252 Economics and Public Finance
100-hjres-252,Federal budgets A joint resolution expressing the sense of the Congress that Federal aid for refugee assistance programs should not be reduced, and for other purposes. 100-hjres-252 Federal budgets
100-hjres-252,Federal receipts and expenditures A joint resolution expressing the sense of the Congress that Federal aid for refugee assistance programs should not be reduced, and for other purposes. 100-hjres-252 Federal receipts and expenditures
100-hjres-252,Public assistance programs A joint resolution expressing the sense of the Congress that Federal aid for refugee assistance programs should not be reduced, and for other purposes. 100-hjres-252 Public assistance programs
100-hjres-252,Refugees A joint resolution expressing the sense of the Congress that Federal aid for refugee assistance programs should not be reduced, and for other purposes. 100-hjres-252 Refugees

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