home / openregs

federal_register_agencies

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

2 rows where document_number = "E8-29233"

✎ View and edit SQL

This data as json, CSV (advanced)

Link document_number agency_id
E8-29233,159 Airworthiness Directives; McDonnell Douglas Model DC-8-11, DC-8-12, DC-8-21, DC-8-31, DC-8-32, DC-8-33, DC-8-41, DC-8-42, and DC-8-43 Airplanes; Model DC-8-51, DC-8-52, DC-8-53, and DC-8-55 Airplanes; Model DC-8F-54 and DC-8F-55 Airplanes; Model DC-8-61, DC-8-62, and DC-8-63 Airplanes; Model DC-8-61F, DC-8-62F, and DC-8-63F Airplanes; Model DC-8-71, DC-8-72, and DC-8-73 Airplanes; and Model DC-8-71F, DC-8-72F, and DC-8-73F Airplanes E8-29233 Federal Aviation Administration 159
E8-29233,492 Airworthiness Directives; McDonnell Douglas Model DC-8-11, DC-8-12, DC-8-21, DC-8-31, DC-8-32, DC-8-33, DC-8-41, DC-8-42, and DC-8-43 Airplanes; Model DC-8-51, DC-8-52, DC-8-53, and DC-8-55 Airplanes; Model DC-8F-54 and DC-8F-55 Airplanes; Model DC-8-61, DC-8-62, and DC-8-63 Airplanes; Model DC-8-61F, DC-8-62F, and DC-8-63F Airplanes; Model DC-8-71, DC-8-72, and DC-8-73 Airplanes; and Model DC-8-71F, DC-8-72F, and DC-8-73F Airplanes E8-29233 Transportation Department 492

Advanced export

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

CSV options:

CREATE TABLE federal_register_agencies (
    document_number TEXT REFERENCES federal_register(document_number),
    agency_id INTEGER REFERENCES agencies(id),
    PRIMARY KEY (document_number, agency_id)
);
CREATE INDEX idx_fra_agency ON federal_register_agencies(agency_id);
Powered by Datasette · Queries took 8.103ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API