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-2014-0316" 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 2

  • 2014 12
  • 2015 2

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-2014-0316-0014 FAA None FAA-2014-0316 U.S. DOT/OST - Order of Dismissal Other Order 2015-01-29T05:00:00Z 2015 1 2015-01-29T05:00:00Z   2015-01-29T19:41:17Z   0 0 09000064819e6983
FAA-2014-0316-0013 FAA None FAA-2014-0316 U.S. DOT/FAA - Withdrawal of Complaint Other Withdrawal 2015-01-23T05:00:00Z 2015 1 2015-01-23T05:00:00Z   2015-01-23T20:06:11Z   0 0 09000064819db556
FAA-2014-0316-0012 FAA None FAA-2014-0316 U.S. DOT/FAA - Motion to Compel Other Motion 2014-12-23T05:00:00Z 2014 12 2014-12-23T05:00:00Z   2014-12-23T18:28:30Z   0 0 090000648198f5a4
FAA-2014-0316-0011 FAA None FAA-2014-0316 U.S. DOT/FAA - Agency's First Interrogatories and Request for Production of Documents Other Interrogatories 2014-11-10T05:00:00Z 2014 11 2014-11-10T05:00:00Z   2014-11-10T18:47:42Z   0 0 090000648191fd30
FAA-2014-0316-0010 FAA None FAA-2014-0316 Arctic Air Alaska - Response Other Response(s) 2014-09-30T04:00:00Z 2014 9 2014-09-30T04:00:00Z   2014-09-30T19:43:01Z   0 0 0900006481899e9c
FAA-2014-0316-0009 FAA None FAA-2014-0316 U.S. DOT/OST - Protective Order Other Order 2014-09-29T04:00:00Z 2014 9 2014-09-29T04:00:00Z   2014-09-29T19:16:58Z   0 0 0900006481890a36
FAA-2014-0316-0007 FAA None FAA-2014-0316 U.S. DOT/OST - Amended Procedural Order Other Order 2014-09-26T04:00:00Z 2014 9 2014-09-26T04:00:00Z   2014-09-26T13:12:14Z   0 0 090000648188d035
FAA-2014-0316-0008 FAA None FAA-2014-0316 U.S. DOT/OST - Order Denying Motion for Decision Other Order 2014-09-26T04:00:00Z 2014 9 2014-09-26T04:00:00Z   2014-09-26T13:14:51Z   0 0 090000648188d037
FAA-2014-0316-0006 FAA None FAA-2014-0316 U.S. DOT/OST - Order to Show Cause Other Order 2014-08-27T04:00:00Z 2014 8 2014-08-27T04:00:00Z   2014-08-27T19:24:31Z   0 0 090000648184947b
FAA-2014-0316-0005 FAA None FAA-2014-0316 U.S. DOT/FAA - Motion for Decision Other Motion 2014-07-28T04:00:00Z 2014 7 2014-07-28T04:00:00Z   2014-07-28T15:59:20Z   0 0 09000064817de28b
FAA-2014-0316-0004 FAA None FAA-2014-0316 U.S. DOT/FAA - Procedural Order Other Order 2014-06-13T04:00:00Z 2014 6 2014-06-13T04:00:00Z   2014-06-13T20:27:44Z   0 0 0900006481745f16
FAA-2014-0316-0003 FAA None FAA-2014-0316 U.S. DOT/OST - Notice of Assignment of Proceeding Other Adjudication Notice 2014-05-30T04:00:00Z 2014 5 2014-05-30T04:00:00Z   2014-05-30T14:13:02Z   0 0 090000648171bd23
FAA-2014-0316-0002 FAA None FAA-2014-0316 U.S. DOT/FAA - Amended Complaint Other Complaint 2014-05-29T04:00:00Z 2014 5 2014-05-29T04:00:00Z   2014-05-29T15:38:43Z   0 0 090000648171a6b9
FAA-2014-0316-0001 FAA None FAA-2014-0316 U.S. DOT/FAA - Complaint Other Complaint 2014-05-27T04:00:00Z 2014 5 2014-05-27T04:00:00Z   2014-05-27T15:51:25Z   0 0 090000648170eede

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