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 = "FAA-2005-20836-0046"

✎ View and edit SQL

This data as json, CSV (advanced)

Link fr_document_number regs_document_id
E8-26352,FAA-2005-20836-0046 Airworthiness Directives; Boeing Model 727-200 and 727-200F Series Airplanes; 737-200, 737-200C, 737-300, and 737-400 Series Airplanes; 747-100, 747-100B, 747-100B SUD, 747-200B, 747-200C, 747-200F, 747-300, 747-400, 747SR, and 747SP Series Airplanes; 757-200, 757-200CB, and 757-200PF Series Airplanes; and 767-200 and 767-300 Series Airplanes E8-26352 Airworthiness Directives; Boeing Model 727-200 and 727-200F Series Airplanes; 737-200, 737-200C, 737-300, and 737-400 Series Airplanes; 747-100, 747-100B, 747-100B SUD, 747-200B, 747-200C, 747- 200F, 747-300, 747-400, 747SR, and 747SP Series Airplanes; 757-200, 757-200CB, and 757-200PF Series Airplanes; and 767-200 and 767-300 Series Airplanes FAA-2005-20836-0046

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