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 = "101-s-2736"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
101-s-2736,Authorization A bill to amend the Follow Through Act, and for other purposes. 101-s-2736 Authorization
101-s-2736,Education of socially handicapped children A bill to amend the Follow Through Act, and for other purposes. 101-s-2736 Education of socially handicapped children
101-s-2736,Educational accountability A bill to amend the Follow Through Act, and for other purposes. 101-s-2736 Educational accountability
101-s-2736,Educational research A bill to amend the Follow Through Act, and for other purposes. 101-s-2736 Educational research
101-s-2736,Elementary education A bill to amend the Follow Through Act, and for other purposes. 101-s-2736 Elementary education
101-s-2736,Federal aid to education A bill to amend the Follow Through Act, and for other purposes. 101-s-2736 Federal aid to education
101-s-2736,Information services A bill to amend the Follow Through Act, and for other purposes. 101-s-2736 Information services
101-s-2736,Secondary education A bill to amend the Follow Through Act, and for other purposes. 101-s-2736 Secondary education

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