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

13 rows where docket_id = "FAA-2012-1053" and posted_year = 2013 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

  • 2013 · 13 ✖

document_type 1

  • Other 13

agency_id 1

  • FAA 13
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-2012-1053-0014 FAA None FAA-2012-1053 16-12-12 Notice of Extension of Time dtd 7/8/2013 Other Extension of Time 2013-08-06T04:00:00Z 2013 8 2013-08-06T04:00:00Z   2013-08-06T13:35:21Z   0 0 09000064813876f7
FAA-2012-1053-0013 FAA None FAA-2012-1053 16-12-12 Respondents Rebuttal and Reply in Support of Motion Other Rebuttal 2013-03-11T04:00:00Z 2013 3 2013-03-11T04:00:00Z   2013-03-11T16:13:21Z   0 0 090000648120d700
FAA-2012-1053-0012 FAA None FAA-2012-1053 16-12-12 Order Granting Motion for EOT Rebuttal dtd 2-6-2013 Other Order 2013-03-11T04:00:00Z 2013 3 2013-03-11T04:00:00Z   2013-03-11T13:25:45Z   0 0 0900006481204307
FAA-2012-1053-0011 FAA None FAA-2012-1053 16-12-12 Respondents Motion for Extension of Time dtd 11-1-2012 Other Motion 2013-03-05T05:00:00Z 2013 3 2013-03-05T05:00:00Z   2013-03-05T21:48:55Z   0 0 09000064811f853b
FAA-2012-1053-0009 FAA None FAA-2012-1053 16-12-12 Opposition to Complainants Motion to Strike dtd 12-21-12 Other Motion 2013-03-01T05:00:00Z 2013 3 2013-03-01T05:00:00Z   2013-03-01T21:14:01Z   0 0 09000064811f8551
FAA-2012-1053-0008 FAA None FAA-2012-1053 16-12-12 Motion for Extension of Time 10-17-12 Other Motion 2013-03-01T05:00:00Z 2013 3 2013-03-01T05:00:00Z   2013-03-01T21:04:09Z   0 0 09000064811f854e
FAA-2012-1053-0010 FAA None FAA-2012-1053 16-12-12 Reply to Answer and Opposition to Motion to Dismiss dtd 1-14-13 Other Reply 2013-03-01T05:00:00Z 2013 3 2013-03-01T05:00:00Z   2013-03-01T21:51:05Z   0 0 09000064811f8572
FAA-2012-1053-0002 FAA None FAA-2012-1053 16-12-12 Motion for Extension of Time dtd 11-1-12 Other Motion 2013-02-28T05:00:00Z 2013 2 2013-02-28T05:00:00Z   2013-02-28T19:59:02Z   0 0 09000064811f8524
FAA-2012-1053-0004 FAA None FAA-2012-1053 16-12-12 FAA Letter to L. Kirsch dtd 1-4-12 Other Letter(s) 2013-02-28T05:00:00Z 2013 2 2013-02-28T05:00:00Z   2013-02-28T21:27:25Z   0 0 09000064811f8537
FAA-2012-1053-0005 FAA None FAA-2012-1053 16-12-12 Motion for Extension of Time Pensacola dtd 12-27-12 Other Motion 2013-02-28T05:00:00Z 2013 2 2013-02-28T05:00:00Z   2013-02-28T21:47:59Z   0 0 09000064811f852a
FAA-2012-1053-0006 FAA None FAA-2012-1053 16-12-12 Notice of Docketing dtd 10-9-12 Other Decision 2013-02-28T05:00:00Z 2013 2 2013-02-28T05:00:00Z   2013-02-28T21:56:34Z   0 0 09000064811f852c
FAA-2012-1053-0003 FAA None FAA-2012-1053 16-12-12 FAA Letter to E. Smith dtd 11-20-12 Other Letter(s) 2013-02-28T05:00:00Z 2013 2 2013-02-28T05:00:00Z   2013-02-28T20:13:49Z   0 0 09000064811f8534
FAA-2012-1053-0007 FAA None FAA-2012-1053 16-12-12 Complainants Motion to Strike dtd 12-11-12 Other Motion 2013-02-28T05:00:00Z 2013 2 2013-02-28T05:00:00Z   2013-02-28T22:04:56Z   0 0 09000064811f854c

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