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

3 rows where bill_id = "109-s-2016"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
109-s-2016,Appellate courts A bill to amend chapter 3 of title 28, United States Code, to provide for 11 circuit judges on the United States Court of Appeals for the District of Columbia Circuit. 109-s-2016 Appellate courts
109-s-2016,District of Columbia A bill to amend chapter 3 of title 28, United States Code, to provide for 11 circuit judges on the United States Court of Appeals for the District of Columbia Circuit. 109-s-2016 District of Columbia
109-s-2016,Judges A bill to amend chapter 3 of title 28, United States Code, to provide for 11 circuit judges on the United States Court of Appeals for the District of Columbia Circuit. 109-s-2016 Judges

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