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 = "99-s-710"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
99-s-710,Authorization A bill authorizing appropriations to the Secretary of the Interior for services necessary to the nonperforming arts functions of the John F. Kennedy Center for the Performing Arts. 99-s-710 Authorization
99-s-710,Cultural centers A bill authorizing appropriations to the Secretary of the Interior for services necessary to the nonperforming arts functions of the John F. Kennedy Center for the Performing Arts. 99-s-710 Cultural centers
99-s-710,Department of the Interior A bill authorizing appropriations to the Secretary of the Interior for services necessary to the nonperforming arts functions of the John F. Kennedy Center for the Performing Arts. 99-s-710 Department of the Interior
99-s-710,District of Columbia A bill authorizing appropriations to the Secretary of the Interior for services necessary to the nonperforming arts functions of the John F. Kennedy Center for the Performing Arts. 99-s-710 District of Columbia
99-s-710,Economics and Public Finance A bill authorizing appropriations to the Secretary of the Interior for services necessary to the nonperforming arts functions of the John F. Kennedy Center for the Performing Arts. 99-s-710 Economics and Public Finance
99-s-710,Government Operations and Politics A bill authorizing appropriations to the Secretary of the Interior for services necessary to the nonperforming arts functions of the John F. Kennedy Center for the Performing Arts. 99-s-710 Government Operations and Politics

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