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

15 rows where docket_id = "FAA-2013-1082" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2014 · 15 ✖

document_type 1

  • Other 15

agency_id 1

  • FAA 15
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-2013-1082-0015 FAA None FAA-2013-1082 U.S. DOT/FAA - Complainant's Motion for Continuance Other Motion 2014-12-15T05:00:00Z 2014 12 2014-12-15T05:00:00Z   2014-12-15T18:36:36Z   0 0 0900006481970b2f
FAA-2013-1082-0014 FAA None FAA-2013-1082 U.S. DOT/OST - Amended Procedural Order Other Order 2014-10-14T04:00:00Z 2014 10 2014-10-14T04:00:00Z   2014-10-14T13:22:30Z   0 0 09000064818b8cb4
FAA-2013-1082-0013 FAA None FAA-2013-1082 Ridan Investments, Inc. - Respondent's Notice of Unavailability Other Adjudication Notice 2014-07-03T04:00:00Z 2014 7 2014-07-03T04:00:00Z   2014-07-03T14:19:01Z   0 0 090000648177fd8d
FAA-2013-1082-0012 FAA None FAA-2013-1082 U.S. DOT/FAA - Complainant's Notice of Unavailability Other Adjudication Notice 2014-06-27T04:00:00Z 2014 6 2014-06-27T04:00:00Z   2014-06-27T14:22:50Z   0 0 090000648176aa28
FAA-2013-1082-0010 FAA None FAA-2013-1082 U.S. DOT/FAA - Complainant's Motion to Compel, or, in the Alternative, Motion to Extend Time to Conduct Discovery Other Motion 2014-06-13T04:00:00Z 2014 6 2014-06-13T04:00:00Z   2014-06-13T14:55:17Z   0 0 0900006481740d60
FAA-2013-1082-0011 FAA None FAA-2013-1082 U.S. DOT/OST - Amended Procedural Order Other Order 2014-06-13T04:00:00Z 2014 6 2014-06-13T04:00:00Z   2014-06-13T15:18:27Z   0 0 090000648173bd87
FAA-2013-1082-0009 FAA None FAA-2013-1082 U.S. DOT/FAA - Supplement to Complainant's Motion to Compel, or in the Alternative, Motion to Extend Time to Conduct Discovery Other Additional Information 2014-06-04T04:00:00Z 2014 6 2014-06-04T04:00:00Z   2014-06-04T14:07:26Z   0 0 090000648172718d
FAA-2013-1082-0008 FAA None FAA-2013-1082 U.S. DOT/FAA - Amended Notice of Appearance Other Amendment 2014-05-08T04:00:00Z 2014 5 2014-05-08T04:00:00Z   2014-05-08T14:42:57Z   0 0 09000064816e8b1e
FAA-2013-1082-0007 FAA None FAA-2013-1082 U.S. DOT/FAA - Notice of Appearance Other Adjudication Notice 2014-05-08T04:00:00Z 2014 5 2014-05-08T04:00:00Z   2014-05-08T14:32:49Z   0 0 09000064816e8b1d
FAA-2013-1082-0006 FAA None FAA-2013-1082 U.S. DOT/FAA - Amended Notice of Appearance Other Amendment 2014-04-17T04:00:00Z 2014 4 2014-04-17T04:00:00Z   2014-05-06T19:46:21Z   0 0 09000064816b7844
FAA-2013-1082-0005 FAA None FAA-2013-1082 U.S. DOT/FAA - Notice of Appearance Other Adjudication Notice 2014-04-14T04:00:00Z 2014 4 2014-04-17T04:00:00Z   2014-04-17T17:00:31Z   0 0 09000064816b7609
FAA-2013-1082-0004 FAA None FAA-2013-1082 Ridan Investments, Inc. - Answer to Complaint Other Answer 2014-03-25T04:00:00Z 2014 3 2014-03-25T04:00:00Z   2014-03-25T19:33:24Z   0 0 090000648167e906
FAA-2013-1082-0003 FAA None FAA-2013-1082 U.S. DOT/OST - Procedural Order Other Order 2014-03-07T05:00:00Z 2014 3 2014-03-07T05:00:00Z   2014-03-07T16:42:20Z   0 0 09000064815fdae4
FAA-2013-1082-0001 FAA None FAA-2013-1082 U.S. DOT/FAA - Complaint and Request for Hearing Other Complaint 2014-02-27T05:00:00Z 2014 2 2014-02-27T05:00:00Z   2014-02-27T21:59:59Z   0 0 090000648159e37c
FAA-2013-1082-0002 FAA None FAA-2013-1082 U.S. DOT/OST - Notice of Assignment of Proceeding Other Adjudication Notice 2014-02-27T05:00:00Z 2014 2 2014-02-27T05:00:00Z   2014-02-27T21:59:59Z   0 0 09000064815dacb5

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