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

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
115-s-3452,Diplomacy, foreign officials, Americans abroad Cabinet Service Integrity Act 115-s-3452 Diplomacy, foreign officials, Americans abroad
115-s-3452,Elections, voting, political campaign regulation Cabinet Service Integrity Act 115-s-3452 Elections, voting, political campaign regulation
115-s-3452,Environmental Protection Agency (EPA) Cabinet Service Integrity Act 115-s-3452 Environmental Protection Agency (EPA)
115-s-3452,Family relationships Cabinet Service Integrity Act 115-s-3452 Family relationships
115-s-3452,Federal officials Cabinet Service Integrity Act 115-s-3452 Federal officials
115-s-3452,Foreign and international corporations Cabinet Service Integrity Act 115-s-3452 Foreign and international corporations
115-s-3452,Government ethics and transparency, public corruption Cabinet Service Integrity Act 115-s-3452 Government ethics and transparency, public corruption
115-s-3452,Political parties and affiliation Cabinet Service Integrity Act 115-s-3452 Political parties and affiliation

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