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-2012-0468" and posted_year = 2013 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, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2013 · 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-2012-0468-0026 FAA None FAA-2012-0468 Aero Micronesia, Inc. d/b/a Asia Pacific Airlines, Inc. - Respondent's Rebuttal to FAA Motion for Decision Other Rebuttal 2013-12-11T05:00:00Z 2013 12 2013-12-11T05:00:00Z   2013-12-11T19:36:31Z   0 0 09000064814b3ccb
FAA-2012-0468-0025 FAA None FAA-2012-0468 U.S. DOT/FAA - Complainant's Motion for Decision Other Motion 2013-10-01T04:00:00Z 2013 10 2013-10-01T04:00:00Z   2013-10-01T15:12:27Z   0 0 090000648143e28f
FAA-2012-0468-0024 FAA None FAA-2012-0468 U.S. DOT/OST - Notice Other Adjudication Notice 2013-09-27T04:00:00Z 2013 9 2013-09-27T04:00:00Z   2024-11-12T05:20:20Z   1 0 090000648143c362
FAA-2012-0468-0023 FAA None FAA-2012-0468 U.S. DOT/OST - Order Granting Motion For Continuance Other Order 2013-06-03T04:00:00Z 2013 6 2013-06-03T04:00:00Z   2013-06-03T16:12:39Z   0 0 09000064813038e2
FAA-2012-0468-0021 FAA None FAA-2012-0468 U.S. DOT/FAA - Complaintant's Reply to Respondent's Motion for Reconsideration of Hearing Location Other Reply 2013-02-21T05:00:00Z 2013 2 2013-02-21T05:00:00Z   2013-02-21T20:11:39Z   0 0 09000064811fe783
FAA-2012-0468-0022 FAA None FAA-2012-0468 U.S. DOT/FAA - Complaintant's Motion for a Continuance of Hearing Date Other Motion 2013-02-21T05:00:00Z 2013 2 2013-02-21T05:00:00Z   2013-02-21T20:21:27Z   0 0 09000064811fe785
FAA-2012-0468-0020 FAA None FAA-2012-0468 U.S. DOT/OST - Hearing Notice Other Adjudication Notice 2013-02-08T05:00:00Z 2013 2 2013-02-08T05:00:00Z   2013-02-08T17:04:53Z   0 0 09000064811e8f08
FAA-2012-0468-0018 FAA None FAA-2012-0468 U.S. DOT/OST - Order on Venue Other Order 2013-02-04T05:00:00Z 2013 2 2013-02-04T05:00:00Z   2013-02-04T14:44:42Z   0 0 09000064811e20ff
FAA-2012-0468-0019 FAA None FAA-2012-0468 U.S. DOT/OST - Order Continuing Case Other Order 2013-02-04T05:00:00Z 2013 2 2013-02-04T05:00:00Z   2013-02-04T14:55:11Z   0 0 09000064811e3100
FAA-2012-0468-0017 FAA None FAA-2012-0468 U.S. DOT/OST - Amended Procedural Order Other Order 2013-01-23T05:00:00Z 2013 1 2013-01-23T05:00:00Z   2013-01-23T21:31:17Z   0 0 09000064811d4259
FAA-2012-0468-0016 FAA None FAA-2012-0468 U.S. DOT/OST - Hearing Notice Other Adjudication Notice 2013-01-23T05:00:00Z 2013 1 2013-01-23T05:00:00Z   2013-01-23T21:21:24Z   0 0 09000064811d4257
FAA-2012-0468-0015 FAA None FAA-2012-0468 U.S. DOT/OST - Hearing Notice Other Adjudication Notice 2013-01-22T05:00:00Z 2013 1 2013-01-22T05:00:00Z   2013-01-22T21:46:08Z   0 0 09000064811d203e
FAA-2012-0468-0014 FAA None FAA-2012-0468 Aero Micronesia, Inc. d/b/a Asia Pacific Airlines, Inc. - Motion for Reconsideration of Hearing Location Other Motion 2013-01-16T05:00:00Z 2013 1 2013-01-16T05:00:00Z   2013-01-16T18:14:34Z   0 0 09000064811bdff1
FAA-2012-0468-0013 FAA None FAA-2012-0468 U.S. DOT/OST - Amended Procedural Order Other Order 2013-01-11T05:00:00Z 2013 1 2013-01-11T05:00:00Z   2013-01-11T16:15:55Z   0 0 09000064811b5dc5
FAA-2012-0468-0012 FAA None FAA-2012-0468 U.S. DOT/OST - Order Reassigning Proceeding Other Order 2013-01-10T05:00:00Z 2013 1 2013-01-10T05:00:00Z   2013-01-10T15:45:05Z   0 0 09000064811b26b1

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