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-2011-1116" 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 2

  • 2012 10
  • 2011 4

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-2011-1116-0014 FAA None FAA-2011-1116 U.S. DOT/OST - Order Dismissing Proceeding Other Order 2012-10-17T04:00:00Z 2012 10 2012-10-17T04:00:00Z   2012-10-17T14:26:50Z   0 0 0900006481144b71
FAA-2011-1116-0013 FAA None FAA-2011-1116 U.S. DOT/FAA - Transcript Other Transcript(s) 2012-05-01T04:00:00Z 2012 5 2012-05-01T04:00:00Z   2024-11-12T04:54:14Z   1 0 09000064810012a7
FAA-2011-1116-0012 FAA None FAA-2011-1116 U.S. DOT/FAA - Joint Proposed Scheduling/Discovery Plan Other Discovery 2012-04-16T04:00:00Z 2012 4 2012-04-16T04:00:00Z   2012-05-21T20:15:22Z   0 0 0900006480fefb68
FAA-2011-1116-0011 FAA None FAA-2011-1116 U.S. DOT/OST - Order Setting Litigation Dates and Procedures Other Order 2012-04-09T04:00:00Z 2012 4 2012-04-09T04:00:00Z   2012-04-09T13:19:27Z   0 0 0900006480feacfa
FAA-2011-1116-0010 FAA None FAA-2011-1116 U.S. DOT/FAA - Transcript Other Transcript(s) 2012-03-13T04:00:00Z 2012 3 2012-03-13T04:00:00Z   2012-03-13T19:40:41Z   0 0 0900006480fd45a7
FAA-2011-1116-0009 FAA None FAA-2011-1116 Ivy Enterprises, Inc. - Answer Other Answer 2012-03-09T05:00:00Z 2012 3 2012-03-09T05:00:00Z   2012-03-09T19:11:58Z   0 0 0900006480fd2d4a
FAA-2011-1116-0008 FAA None FAA-2011-1116 U.S. DOT/OST - Second Order Setting Rule 16 Litigation Scheduling Conference, and Direction Rule 26(f) Planning and Submission Other Order 2012-03-02T05:00:00Z 2012 3 2012-03-02T05:00:00Z   2012-03-02T21:33:17Z   0 0 0900006480fcafb2
FAA-2011-1116-0007 FAA None FAA-2011-1116 U.S. DOT/OST - Order Denying Respondent's Motion for a More Definite Statement and a Stay of Discovery and Granting/Denying Other Relief Other Order 2012-02-23T05:00:00Z 2012 2 2012-02-23T05:00:00Z   2012-02-23T17:39:31Z   0 0 0900006480fbdeb9
FAA-2011-1116-0006 FAA None FAA-2011-1116 Ivy Enterprises, Inc. - Respondent's Request for Stay of Discovery Pending a Decision on Respondent's Motion for a More Definite Statement Other Request 2012-02-23T05:00:00Z 2012 2 2012-02-23T05:00:00Z   2012-02-23T17:28:42Z   0 0 0900006480fbdaa1
FAA-2011-1116-0005 FAA None FAA-2011-1116 U.S. DOT/OST - Order Setting Rule 16 Litigation Scheduling Conference, and Directing Rule 26(f) Planning and Submission Other Order 2012-01-03T05:00:00Z 2012 1 2012-01-03T05:00:00Z   2012-01-03T15:12:48Z   0 0 0900006480f8b924
FAA-2011-1116-0004 FAA None FAA-2011-1116 U.S. DOT/OST - Notice of Assignment of Proceeding Other Adjudication Notice 2011-12-21T05:00:00Z 2011 12 2011-12-21T05:00:00Z   2011-12-21T15:19:43Z   0 0 0900006480f86a5b
FAA-2011-1116-0003 FAA None FAA-2011-1116 U.S. DOT/FAA - Complainant's Response to Respondent's Motion for a More Definite Statement Other Response(s) 2011-11-18T05:00:00Z 2011 11 2011-11-18T05:00:00Z   2011-11-18T15:40:15Z   0 0 0900006480f6ee5b
FAA-2011-1116-0002 FAA None FAA-2011-1116 Ivy Enterprises, Inc. - Respondent's Motion for a More Definite Statement Other Motion 2011-11-15T05:00:00Z 2011 11 2011-11-15T05:00:00Z   2011-11-15T16:30:30Z   0 0 0900006480f6bf1b
FAA-2011-1116-0001 FAA None FAA-2011-1116 Ivy Enterprises, Inc. - Request for Hearing & Complaint Other Request for Hearing 2011-10-18T04:00:00Z 2011 10 2011-10-18T04:00:00Z   2011-10-18T17:57:50Z   0 0 0900006480f5382e

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