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

11 rows where docket_id = "FAA-2016-9204" 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, last_modified, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2017 · 11 ✖

document_type 1

  • Other 11

agency_id 1

  • FAA 11
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-9204-0014 FAA None FAA-2016-9204 Withdrawal of Request for Hearing Other Withdrawal 2017-06-23T04:00:00Z 2017 6 2017-06-23T04:00:00Z   2017-06-23T15:31:00Z   0 0 090000648273e8cc
FAA-2016-9204-0015 FAA None FAA-2016-9204 Dismissal Order Other Order 2017-06-23T04:00:00Z 2017 6 2017-06-23T04:00:00Z   2017-06-23T20:47:59Z   0 0 090000648275e1d0
FAA-2016-9204-0013 FAA None FAA-2016-9204 U.S. DOT/FAA - Motion for Decision Other Motion 2017-06-01T04:00:00Z 2017 6 2017-06-01T04:00:00Z   2024-11-07T00:59:50Z   1 0 0900006482677957
FAA-2016-9204-0012 FAA None FAA-2016-9204 U.S. DOT/OST - Notice of Assignment of Proceeding Other Adjudication Notice 2017-06-01T04:00:00Z 2017 6 2017-06-01T04:00:00Z   2024-11-07T00:59:50Z   1 0 0900006482677955
FAA-2016-9204-0011 FAA None FAA-2016-9204 Order Denying Complainant's Motion for Decision Other Order 2017-05-24T04:00:00Z 2017 5 2017-05-24T04:00:00Z   2017-05-24T18:03:27Z   0 0 090000648260b1a2
FAA-2016-9204-0009 FAA None FAA-2016-9204 U.S. DOT/OST - Order Granting in Part Complainant's Motion to Deem Allegations Admitted and Motion for Decision Other Order 2017-04-12T04:00:00Z 2017 4 2017-04-12T04:00:00Z   2017-04-12T14:49:19Z   0 0 090000648254e23f
FAA-2016-9204-0010 FAA None FAA-2016-9204 U.S. DOT/OST - Procedural Order Other Order 2017-04-12T04:00:00Z 2017 4 2017-04-12T04:00:00Z   2017-04-12T14:50:14Z   0 0 090000648254e242
FAA-2016-9204-0008 FAA None FAA-2016-9204 U.S. DOT/FAA - Complainant's Motion to Deem Allegations Admitted and Motion for Decision Other Motion 2017-04-07T04:00:00Z 2017 4 2017-04-07T04:00:00Z   2024-11-07T00:56:49Z   1 0 0900006482540092
FAA-2016-9204-0007 FAA None FAA-2016-9204 Transcript of Teleconference Held 02-22-2017 Other Transcript(s) 2017-03-07T05:00:00Z 2017 3 2017-03-07T05:00:00Z   2017-03-07T19:03:59Z   0 0 09000064824f2543
FAA-2016-9204-0006 FAA None FAA-2016-9204 U.S. DOT/OST - Prehearing Conference Report Other Report 2017-02-27T05:00:00Z 2017 2 2017-02-27T05:00:00Z   2017-02-27T16:22:26Z   0 0 09000064824db304
FAA-2016-9204-0005 FAA None FAA-2016-9204 U.S. DOT/OST - Order Setting Prehearing Conference Other Order 2017-01-19T05:00:00Z 2017 1 2017-01-19T05:00:00Z   2017-01-19T19:11:55Z   0 0 0900006482484a7a

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