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 = "110-s-2145"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
110-s-2145,Armed Forces and National Security American Indian Veteran Health Care Improvement Act 110-s-2145 Armed Forces and National Security
110-s-2145,Economics and Public Finance American Indian Veteran Health Care Improvement Act 110-s-2145 Economics and Public Finance
110-s-2145,Federal aid to Indians American Indian Veteran Health Care Improvement Act 110-s-2145 Federal aid to Indians
110-s-2145,Health American Indian Veteran Health Care Improvement Act 110-s-2145 Health
110-s-2145,Minorities American Indian Veteran Health Care Improvement Act 110-s-2145 Minorities
110-s-2145,Veterans' medical care American Indian Veteran Health Care Improvement Act 110-s-2145 Veterans' medical care

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