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

8 rows where bill_id = "119-hr-6472"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
119-hr-6472,American Samoa Territorial Student Access to Higher Education Act 119-hr-6472 American Samoa
119-hr-6472,Caribbean area Territorial Student Access to Higher Education Act 119-hr-6472 Caribbean area
119-hr-6472,Guam Territorial Student Access to Higher Education Act 119-hr-6472 Guam
119-hr-6472,Higher education Territorial Student Access to Higher Education Act 119-hr-6472 Higher education
119-hr-6472,Northern Mariana Islands Territorial Student Access to Higher Education Act 119-hr-6472 Northern Mariana Islands
119-hr-6472,Student aid and college costs Territorial Student Access to Higher Education Act 119-hr-6472 Student aid and college costs
119-hr-6472,U.S. territories and protectorates Territorial Student Access to Higher Education Act 119-hr-6472 U.S. territories and protectorates
119-hr-6472,Virgin Islands Territorial Student Access to Higher Education Act 119-hr-6472 Virgin Islands

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