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

14 rows where docket_id = "FAA-2015-1319" and posted_year = 2017 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

  • 2017 · 14 ✖

document_type 1

  • Other 14

agency_id 1

  • FAA 14
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-2015-1319-0050 FAA None FAA-2015-1319 Notice of Unavailability Other Adjudication Notice 2017-12-11T05:00:00Z 2017 12 2017-12-11T05:00:00Z   2017-12-11T18:29:38Z   0 0 0900006482cf7f5a
FAA-2015-1319-0049 FAA None FAA-2015-1319 Notice of Unavailability (fax) Other Adjudication Notice 2017-12-01T05:00:00Z 2017 12 2017-12-01T05:00:00Z   2017-12-01T15:43:48Z   0 0 0900006482cbbffb
FAA-2015-1319-0048 FAA None FAA-2015-1319 Transcript of Teleconference Hearing Held 02-08-2017 Other Transcript(s) 2017-02-28T05:00:00Z 2017 2 2017-02-28T05:00:00Z   2017-02-28T16:05:18Z   0 0 09000064824e11ac
FAA-2015-1319-0047 FAA None FAA-2015-1319 U.S. DOT/FAA - Notice of Unavailability (original) Other Adjudication Notice 2017-02-14T05:00:00Z 2017 2 2017-02-14T05:00:00Z   2017-02-14T20:17:26Z   0 0 09000064824c0b9b
FAA-2015-1319-0046 FAA None FAA-2015-1319 U.S. DOT/FAA - Notice of Unavailability (fax) Other Adjudication Notice 2017-02-07T05:00:00Z 2017 2 2017-02-07T05:00:00Z   2017-02-07T18:25:27Z   0 0 09000064824aeaa3
FAA-2015-1319-0044 FAA None FAA-2015-1319 William A. Curtright - Respondent's Objection to Changing Hearing dated 01-04-2017 Other Objection(s) 2017-01-27T05:00:00Z 2017 1 2017-01-27T05:00:00Z   2017-01-27T16:29:32Z   0 0 0900006482498889
FAA-2015-1319-0043 FAA None FAA-2015-1319 William A. Curtright - Respondent's Amended Motion to Compel Other Motion 2017-01-27T05:00:00Z 2017 1 2017-01-27T05:00:00Z   2017-01-27T16:28:40Z   0 0 0900006482498887
FAA-2015-1319-0042 FAA None FAA-2015-1319 William A. Curtright - Respondent's Submission of Additional Authority and Motion to Dismiss (fax) Other Motion 2017-01-27T05:00:00Z 2017 1 2017-01-27T05:00:00Z   2017-01-27T16:27:45Z   0 0 0900006482498d3d
FAA-2015-1319-0045 FAA None FAA-2015-1319 William A. Curtright - Respondent's Submission of Additional Authority and Motion to Dismiss (original) Other Motion 2017-01-27T05:00:00Z 2017 1 2017-01-27T05:00:00Z   2017-01-27T16:30:41Z   0 0 090000648249888b
FAA-2015-1319-0041 FAA None FAA-2015-1319 U.S. DOT/OST - Order Granting the FAA's Motion to Reschedule Other Order 2017-01-25T05:00:00Z 2017 1 2017-01-25T05:00:00Z   2017-01-25T19:47:24Z   0 0 0900006482492ae3
FAA-2015-1319-0040 FAA None FAA-2015-1319 U.S. DOT/OST - Order Granting in Part and Denying in Part the Respondent's Amended Motion to Compel Other Order 2017-01-19T05:00:00Z 2017 1 2017-01-19T05:00:00Z   2017-01-19T19:06:43Z   0 0 09000064824849c0
FAA-2015-1319-0039 FAA None FAA-2015-1319 U.S. DOT/FAA - Complainant's Request to Change the Time of the Next Scheduled PreHearing Conference Call (original) Other Request 2017-01-17T05:00:00Z 2017 1 2017-01-17T05:00:00Z   2017-01-17T19:30:41Z   0 0 090000648247dbec
FAA-2015-1319-0038 FAA None FAA-2015-1319 Complainant's Request to Change the Time of the Next Scheduled Prehearing Conference Call Other Request 2017-01-17T05:00:00Z 2017 1 2017-01-17T05:00:00Z   2017-01-17T16:50:04Z   0 0 090000648247cfab
FAA-2015-1319-0037 FAA None FAA-2015-1319 U.S. DOT/OST - Teleconference Transcript (December 8, 2016) Other Transcript(s) 2017-01-11T05:00:00Z 2017 1 2017-01-11T05:00:00Z   2018-04-20T15:43:54Z   0 0 090000648245919a

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