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

4 rows where bill_id = "112-sconres-2"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
112-sconres-2,Commemorative events and holidays A concurrent resolution authorizing the use of the rotunda of the Capitol for an event marking the 50th anniversary of the inaugural address of President John F. Kennedy. 112-sconres-2 Commemorative events and holidays
112-sconres-2,Presidents and presidential powers, Vice Presidents A concurrent resolution authorizing the use of the rotunda of the Capitol for an event marking the 50th anniversary of the inaugural address of President John F. Kennedy. 112-sconres-2 Presidents and presidential powers, Vice Presidents
112-sconres-2,U.S. Capitol A concurrent resolution authorizing the use of the rotunda of the Capitol for an event marking the 50th anniversary of the inaugural address of President John F. Kennedy. 112-sconres-2 U.S. Capitol
112-sconres-2,U.S. history A concurrent resolution authorizing the use of the rotunda of the Capitol for an event marking the 50th anniversary of the inaugural address of President John F. Kennedy. 112-sconres-2 U.S. history

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