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

12 rows where docket_id = "FAA-2017-0429" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2018 · 12 ✖

document_type 1

  • Other 12

agency_id 1

  • FAA 12
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-2017-0429-0026 FAA None FAA-2017-0429 U.S. DOT/FAA - Notice of Extension of Time Dated May 25, 2018 (16-17-03) Other Extension of Time 2018-08-30T04:00:00Z 2018 8 2018-08-30T04:00:00Z   2018-08-30T19:20:50Z   0 0 090000648367e5fe
FAA-2017-0429-0027 FAA None FAA-2017-0429 City of Fort Lauderdale, Florida - Reply to Complainant-Appellant's Appeal Brief (16-17-03) Other Reply 2018-08-30T04:00:00Z 2018 8 2018-08-30T04:00:00Z   2018-08-30T19:22:08Z   0 0 090000648367e600
FAA-2017-0429-0028 FAA None FAA-2017-0429 U.S. DOT/FAA - Notice of Extension of Time Dated August 8, 2018 (16-17-03) Other Extension of Time 2018-08-30T04:00:00Z 2018 8 2018-08-30T04:00:00Z   2018-08-30T19:23:03Z   0 0 090000648367e602
FAA-2017-0429-0024 FAA None FAA-2017-0429 Atlantic Beechcraft Services, Inc. - Appeal Brief (16-17-03) Other Brief 2018-06-08T04:00:00Z 2018 6 2018-06-08T04:00:00Z   2018-06-08T19:22:48Z   0 0 09000064833a7e71
FAA-2017-0429-0023 FAA None FAA-2017-0429 U.S. DOT/FAA - Notice of Extension of Time Dated April 24, 2018 (16-17-03) Other Extension of Time 2018-06-08T04:00:00Z 2018 6 2018-06-08T04:00:00Z   2018-06-08T19:21:03Z   0 0 09000064833a7e6d
FAA-2017-0429-0025 FAA None FAA-2017-0429 City of Fort Lauderdale, Florida - Unopposed Motion for Extension of Time to Reply to Complainant's Appeal Brief (16-17-03) Other Motion 2018-06-08T04:00:00Z 2018 6 2018-06-08T04:00:00Z   2018-06-08T19:25:19Z   0 0 09000064833a7ff7
FAA-2017-0429-0021 FAA None FAA-2017-0429 Atlantic Beechcraft Services, Inc. - Notice of Appeal and Unopposed Motion for Enlargement of Time to File Its Appeal Brief (16-17-03) Other Appeal 2018-06-08T04:00:00Z 2018 6 2018-06-08T04:00:00Z   2018-06-08T19:17:55Z   0 0 09000064833a7bbe
FAA-2017-0429-0022 FAA None FAA-2017-0429 U.S. DOT/FAA - Order (16-17-03) Other Order 2018-06-08T04:00:00Z 2018 6 2018-06-08T04:00:00Z   2018-06-08T19:19:18Z   0 0 09000064833a7e6a
FAA-2017-0429-0020 FAA None FAA-2017-0429 U.S. DOT/FAA - Director's Determination (16-17-03) Other Directors Determination 2018-06-08T04:00:00Z 2018 6 2018-06-08T04:00:00Z   2018-06-08T19:14:26Z   0 0 09000064833a7bba
FAA-2017-0429-0019 FAA None FAA-2017-0429 U.S. DOT/FAA - Fort Lauderdale Executive Airport (FXE) FAA 5010 Master Record (16-17-03) Other Additional Information 2018-04-20T04:00:00Z 2018 4 2018-04-20T04:00:00Z   2018-04-20T14:10:30Z   0 0 090000648319abb1
FAA-2017-0429-0018 FAA None FAA-2017-0429 U.S. DOT/FAA - Fort Lauderdale Executive Airport AIP Grant History (16-17-03) Other Additional Information 2018-04-20T04:00:00Z 2018 4 2018-04-20T04:00:00Z   2018-04-20T14:08:03Z   0 0 090000648319abb0
FAA-2017-0429-0017 FAA None FAA-2017-0429 U.S. DOT/FAA - Notice of Extension of Time dated January 18, 2018 (16-17-03) Other Extension of Time 2018-02-21T05:00:00Z 2018 2 2018-02-21T05:00:00Z   2018-02-21T20:13:09Z   0 0 0900006482f4ec2f

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