home / openregs

fr_regs_crossref

Cross-reference linking Federal Register document numbers to Regulations.gov document IDs.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

1 row where fr_document_number = "2020-02054"

✎ View and edit SQL

This data as json, CSV (advanced)

Link fr_document_number regs_document_id
2020-02054,EPA-R06-OAR-2019-0043-0009 Air Plan Approval; Texas; Revisions to Control of Air Pollution by Permits for New Construction or Modification 2020-02054 TX214.09 Air Quality State Implementation Plans; Approvals and Promulgations: Texas; Revisions to 30 TAC Chapter 116, Control of Air Pollution by Permits for New Construction or Modification, RE: Update to Applicable Requirements for New Source Review, Texas Rule Project No. 2018-003-116-AI, submitted to EPA February 22, 2019, Final rule, 4 pages. EPA-R06-OAR-2019-0043-0009

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE fr_regs_crossref (
    fr_document_number TEXT REFERENCES federal_register(document_number),
    regs_document_id TEXT REFERENCES documents(id),
    PRIMARY KEY (fr_document_number, regs_document_id)
);
CREATE INDEX idx_crossref_fr ON fr_regs_crossref(fr_document_number);
CREATE INDEX idx_crossref_regs ON fr_regs_crossref(regs_document_id);
Powered by Datasette · Queries took 5.418ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API