home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

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

7 rows where docket_id = "FAA-2016-9067" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_month, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 3

  • 2018 3
  • 2016 2
  • 2017 2

document_type 3

  • Supporting & Related Material 4
  • Proposed Rule 2
  • Rule 1

agency_id 1

  • FAA 7
id agency_id docket_id title document_type subtype posted_date ▲ posted_year posted_month comment_start_date comment_end_date last_modified fr_doc_num open_for_comment withdrawn object_id
FAA-2016-9067-0016 FAA None FAA-2016-9067 Supplemental Structural Inspection Document for Model 747 Airplanes D6-35022 Supporting & Related Material Supplement 2018-03-06T05:00:00Z 2018 3     2018-03-06T15:56:48Z   0 0 0900006482f96bef
FAA-2016-9067-0015 FAA None FAA-2016-9067 LCF SSID Appx A Nov 2015 for IBR Supporting & Related Material Supplement 2018-03-01T05:00:00Z 2018 3     2018-03-01T21:28:16Z   0 0 0900006482f7d234
FAA-2016-9067-0014 FAA None FAA-2016-9067 Airworthiness Directives: The Boeing Company Airplanes Rule Final Rule 2018-02-23T05:00:00Z 2018 2 2018-02-23T05:00:00Z   2024-11-07T01:23:06Z 2018-03429 1 0 0900006482f5606b
FAA-2016-9067-0010 FAA None FAA-2016-9067 Record of Discussion Supporting & Related Material Supplement 2017-11-17T05:00:00Z 2017 11     2017-11-17T15:56:02Z   0 0 0900006482c88d17
FAA-2016-9067-0009 FAA None FAA-2016-9067 Airworthiness Directives: The Boeing Company Airplanes Proposed Rule Supplemental Notice of Proposed Rulemaking (SNPRM) 2017-11-09T05:00:00Z 2017 11 2017-11-09T05:00:00Z 2017-12-27T04:59:59Z 2024-11-07T01:10:21Z 2017-21223 1 0 0900006482c607a8
FAA-2016-9067-0002 FAA None FAA-2016-9067 U.S. DOT/FAA - Supplemental AD Documents Supporting & Related Material Supplement 2016-09-14T04:00:00Z 2016 9     2016-09-14T21:01:27Z   0 0 09000064821fa407
FAA-2016-9067-0001 FAA None FAA-2016-9067 Airworthiness Directives: The Boeing Company Airplanes Proposed Rule Notice of Proposed Rulemaking (NPRM) 2016-09-08T04:00:00Z 2016 9 2016-09-08T04:00:00Z 2016-10-25T03:59:59Z 2024-11-11T21:29:13Z 2016-21147 1 0 09000064821e0eed

Advanced export

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

CSV options:

CREATE TABLE documents (
    id TEXT PRIMARY KEY,
    agency_id TEXT,
    docket_id TEXT REFERENCES dockets(id),
    title TEXT,
    document_type TEXT,
    subtype TEXT,
    posted_date TEXT,
    posted_year INTEGER,
    posted_month INTEGER,
    comment_start_date TEXT,
    comment_end_date TEXT,
    last_modified TEXT,
    fr_doc_num TEXT,
    open_for_comment INTEGER,
    withdrawn INTEGER,
    object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 1065.277ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API