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 regs_document_id = "EPA-HQ-OAR-2003-0049-0475"

✎ View and edit SQL

This data as json, CSV (advanced)

Link fr_document_number regs_document_id
06-2178,EPA-HQ-OAR-2003-0049-0475 PM2.5 and PM10 Hot-Spot Analyses in Project-Level Transportation Conformity Determinations for the New PM2.5 and Existing PM10 National Ambient Air Quality Standards 06-2178 PM2.5 and PM10 Hot-Spot Analyses in Project-Level Transportation Conformity Determinations for the New PM2.5 and Existing PM10 National Ambient Air Quality Standards EPA-HQ-OAR-2003-0049-0475

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