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

5 rows where bill_id = "118-hconres-14"

✎ View and edit SQL

This data as json, CSV (advanced)

Link bill_id subject
118-hconres-14,Congressional-executive branch relations Expressing disapproval of the revocation by President Biden of the Presidential permit for the Keystone XL pipeline. 118-hconres-14 Congressional-executive branch relations
118-hconres-14,Licensing and registrations Expressing disapproval of the revocation by President Biden of the Presidential permit for the Keystone XL pipeline. 118-hconres-14 Licensing and registrations
118-hconres-14,Oil and gas Expressing disapproval of the revocation by President Biden of the Presidential permit for the Keystone XL pipeline. 118-hconres-14 Oil and gas
118-hconres-14,Pipelines Expressing disapproval of the revocation by President Biden of the Presidential permit for the Keystone XL pipeline. 118-hconres-14 Pipelines
118-hconres-14,Presidents and presidential powers, Vice Presidents Expressing disapproval of the revocation by President Biden of the Presidential permit for the Keystone XL pipeline. 118-hconres-14 Presidents and presidential powers, Vice Presidents

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