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 = "115-s-3602"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
115-s-3602,Child health School-Based Health Centers Reauthorization Act of 2018 115-s-3602 Child health
115-s-3602,Education programs funding School-Based Health Centers Reauthorization Act of 2018 115-s-3602 Education programs funding
115-s-3602,Elementary and secondary education School-Based Health Centers Reauthorization Act of 2018 115-s-3602 Elementary and secondary education
115-s-3602,Health care coverage and access School-Based Health Centers Reauthorization Act of 2018 115-s-3602 Health care coverage and access
115-s-3602,Health facilities and institutions School-Based Health Centers Reauthorization Act of 2018 115-s-3602 Health facilities and institutions
115-s-3602,Health programs administration and funding School-Based Health Centers Reauthorization Act of 2018 115-s-3602 Health programs administration and funding

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