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-2010-1079" 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, 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-2010-1079-0062 FAA None FAA-2010-1079 U.S.DOT/FAA - Decision and Order Other Decision 2013-12-23T05:00:00Z 2013 12 2013-12-23T05:00:00Z   2013-12-23T19:48:16Z   0 0 09000064814d324c
FAA-2010-1079-0061 FAA None FAA-2010-1079 U.S. DOT/FAA - Withdrawal of Notice of Appeal Other Withdrawal 2013-12-19T05:00:00Z 2013 12 2013-12-19T05:00:00Z   2013-12-19T19:15:10Z   0 0 09000064814ca4f4
FAA-2010-1079-0060 FAA None FAA-2010-1079 TGI Freight - Exhibits Other Exhibit(s) 2013-12-17T05:00:00Z 2013 12 2013-12-17T05:00:00Z   2013-12-17T19:13:24Z   0 0 09000064814c53c1
FAA-2010-1079-0059 FAA None FAA-2010-1079 U.S. DOT/FAA - Agency Exhibits Other Exhibit(s) 2013-12-17T05:00:00Z 2013 12 2013-12-17T05:00:00Z   2013-12-17T19:11:47Z   0 0 09000064814c3105
FAA-2010-1079-0057 FAA None FAA-2010-1079 TGI Freight - Motion for Fees and Cost Other Motion 2013-12-04T05:00:00Z 2013 12 2013-12-04T05:00:00Z   2013-12-04T21:26:45Z   0 0 09000064814a6d38
FAA-2010-1079-0058 FAA None FAA-2010-1079 U.S. DOT/FAA - Adminstrator's Opposition to TGI's Freight Application for Attorney's Fees and Expenses Other Opposition 2013-12-04T05:00:00Z 2013 12 2013-12-04T05:00:00Z   2013-12-04T21:33:37Z   0 0 09000064814a6d39
FAA-2010-1079-0056 FAA None FAA-2010-1079 U.S. DOT/OST - Initial Decision of Administrative Law Judge Richard C. Goodwin Other Initial Decision 2013-11-01T04:00:00Z 2013 11 2013-11-01T04:00:00Z   2013-12-16T20:33:59Z   0 0 0900006481467532
FAA-2010-1079-0055 FAA None FAA-2010-1079 TGI Freight - Notice Of Change Of Address Other Adjudication Notice 2013-10-18T04:00:00Z 2013 10 2013-10-18T04:00:00Z   2013-10-18T18:26:44Z   0 0 0900006481454269
FAA-2010-1079-0054 FAA None FAA-2010-1079 U.S. DOT/FAA - Complainant's Rebuttal Brief Other Brief 2013-06-07T04:00:00Z 2013 6 2013-06-07T04:00:00Z   2013-06-07T19:12:22Z   0 0 090000648131290e
FAA-2010-1079-0053 FAA None FAA-2010-1079 TGI's Freight - Post-Hearing Brief Other Brief 2013-05-24T04:00:00Z 2013 5 2013-05-24T04:00:00Z   2013-05-24T16:14:39Z   0 0 09000064812f5650
FAA-2010-1079-0052 FAA None FAA-2010-1079 TGI Freight - Non-Opposed Motion to Extend Deadline Other Request 2013-05-14T04:00:00Z 2013 5 2013-05-14T04:00:00Z   2024-11-11T20:46:09Z   1 0 09000064812e3b2f
FAA-2010-1079-0051 FAA None FAA-2010-1079 U.S. DOT/OST - Order Granting Motion to Extend Time to File Brief and Amending Briefing Schedule Other Order 2013-05-07T04:00:00Z 2013 5 2013-05-07T04:00:00Z   2024-11-11T20:46:39Z   1 0 09000064812be086
FAA-2010-1079-0050 FAA None FAA-2010-1079 U.S. DOT/FAA - Complainant's Post-Hearing Brief Other Brief 2013-04-09T04:00:00Z 2013 4 2013-04-09T04:00:00Z   2013-04-09T18:42:56Z   0 0 090000648128a74b
FAA-2010-1079-0049 FAA None FAA-2010-1079 U.S. DOT/FAA - Parties Stipulated Briefing Schedule Other Stipulation(s) 2013-03-22T04:00:00Z 2013 3 2013-03-22T04:00:00Z   2013-03-22T14:44:45Z   0 0 0900006481239c77
FAA-2010-1079-0048 FAA None FAA-2010-1079 Order Setting Out Briefing Schedule Other Order 2013-03-12T04:00:00Z 2013 3 2013-03-12T04:00:00Z   2013-03-12T19:27:51Z   0 0 09000064812258a3

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