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

16 rows where docket_id = "FAA-2018-0670" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 6

  • 2018 6
  • 2020 3
  • 2021 2
  • 2023 2
  • 2025 2
  • 2022 1

document_type 2

  • Other 13
  • Supporting & Related Material 3

agency_id 1

  • FAA 16
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-2018-0670-0017 FAA None FAA-2018-0670 U.S. DOT/FAA - Decision Other Decision 2025-03-26T04:00:00Z 2025 3 2025-03-26T04:00:00Z   2025-03-26T14:10:30Z   1 0 0900006486a40b70
FAA-2018-0670-0016 FAA None FAA-2018-0670 Timberline Helicopters, Inc. - Exemption/Rulemaking (Request for Extension) Other Request for Extension 2025-01-06T05:00:00Z 2025 1 2025-01-06T05:00:00Z   2025-01-06T19:23:33Z   1 0 09000064868a0ac3
FAA-2018-0670-0015 FAA None FAA-2018-0670 U.S. DOT/FAA - Decision Other Decision 2023-04-03T04:00:00Z 2023 4 2023-04-03T04:00:00Z   2024-11-12T23:53:44Z   1 0 09000064858a4886
FAA-2018-0670-0014 FAA None FAA-2018-0670 Timberline Helicopters, Inc. - Exemption/Rulemaking (Withdrawal) Other Withdrawal 2023-02-28T05:00:00Z 2023 2 2023-02-28T05:00:00Z   2024-11-07T00:48:38Z   1 0 09000064857282b9
FAA-2018-0670-0013 FAA None FAA-2018-0670 Timberline Helicopters, Inc. - Exemption/Rulemaking Other Petition(s) 2022-12-12T05:00:00Z 2022 12 2022-12-12T05:00:00Z   2024-11-07T00:45:43Z   1 0 090000648552d04c
FAA-2018-0670-0012 FAA None FAA-2018-0670 Timberline Helicopters, Inc. - Exemption/Rulemaking Other Petition(s) 2021-03-29T04:00:00Z 2021 3 2021-03-29T04:00:00Z   2024-11-12T23:28:44Z   1 0 0900006484a860b5
FAA-2018-0670-0011 FAA None FAA-2018-0670 Decision Other Decision 2021-03-23T04:00:00Z 2021 3 2021-03-23T04:00:00Z   2021-03-29T18:28:45Z   0 0 0900006484a7591a
FAA-2018-0670-0009 FAA None FAA-2018-0670 Timberline Helicopters, Inc. - Exemption/Rulemaking Other Petition(s) 2020-12-16T05:00:00Z 2020 12 2020-12-16T05:00:00Z   2024-11-12T23:27:12Z   1 0 09000064849a113e
FAA-2018-0670-0008 FAA None FAA-2018-0670 Timberline Helicopters, Inc. - Request for Status Update Other Request 2020-10-30T04:00:00Z 2020 10 2020-10-30T04:00:00Z   2020-10-30T19:24:12Z   0 0 0900006484942c4f
FAA-2018-0670-0007 FAA None FAA-2018-0670 Timberline Helicopters, Inc. - Exemption/Rulemaking Other Petition(s) 2020-09-15T04:00:00Z 2020 9 2020-09-15T04:00:00Z   2020-09-15T19:58:50Z   0 0 090000648485a927
FAA-2018-0670-0006 FAA None FAA-2018-0670 Decision Other Decision 2018-11-02T04:00:00Z 2018 11 2018-11-02T04:00:00Z   2018-11-02T17:30:34Z   0 0 0900006483884a7b
FAA-2018-0670-0005 FAA None FAA-2018-0670 Supporting AD Documents Supporting & Related Material Supplement 2018-09-12T04:00:00Z 2018 9     2018-09-12T14:43:27Z   0 0 09000064836dc43e
FAA-2018-0670-0004 FAA None FAA-2018-0670 D969-Heli-Bridle Product Manual REV D 12-15 18 Supporting & Related Material Supplement 2018-09-11T04:00:00Z 2018 9     2018-09-11T14:36:32Z   0 0 09000064836d2293
FAA-2018-0670-0003 FAA None FAA-2018-0670 Supporting Documents Supporting & Related Material Supplement 2018-09-11T04:00:00Z 2018 9     2018-09-11T14:34:13Z   0 0 09000064836d20c3
FAA-2018-0670-0002 FAA None FAA-2018-0670 Request for Information Other Request 2018-09-06T04:00:00Z 2018 9 2018-09-06T04:00:00Z   2018-09-06T19:36:40Z   0 0 09000064836b1738
FAA-2018-0670-0001 FAA None FAA-2018-0670 Timberline Helicopters, Inc. - Exemption/Rulemaking Other Petition(s) 2018-07-12T04:00:00Z 2018 7 2018-07-12T04:00:00Z   2024-11-07T01:35:21Z   1 0 09000064834dde65

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