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

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
99-s-522,Abortion A bill to amend the Civil Rights Act of 1964 to protect the rights of the unborn. 99-s-522 Abortion
99-s-522,Abortion, Birth Control, and Family Planning A bill to amend the Civil Rights Act of 1964 to protect the rights of the unborn. 99-s-522 Abortion, Birth Control, and Family Planning
99-s-522,Economics and Public Finance A bill to amend the Civil Rights Act of 1964 to protect the rights of the unborn. 99-s-522 Economics and Public Finance
99-s-522,Federal budgets A bill to amend the Civil Rights Act of 1964 to protect the rights of the unborn. 99-s-522 Federal budgets

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