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-2014-0867" and posted_year = 2015 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

  • 2015 · 14 ✖

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-2014-0867-0018 FAA None FAA-2014-0867 U.S. DOT/OST - Order Granting the FAA's Request, and Setting a Response Deadline of December 14, 2015 Other Order 2015-12-09T05:00:00Z 2015 12 2015-12-09T05:00:00Z   2015-12-09T21:32:37Z   0 0 0900006481d8eef8
FAA-2014-0867-0016 FAA None FAA-2014-0867 U.S. DOT/FAA - Motion to Compel Other Motion 2015-10-29T04:00:00Z 2015 10 2015-10-29T04:00:00Z   2015-10-29T15:46:11Z   0 0 0900006481cf230a
FAA-2014-0867-0017 FAA None FAA-2014-0867 U.S. DOT/FAA - Motion to Deem Admitted Other Motion 2015-10-29T04:00:00Z 2015 10 2015-10-29T04:00:00Z   2015-10-29T15:52:21Z   0 0 0900006481cf27d7
FAA-2014-0867-0015 FAA None FAA-2014-0867 U.S. DOT/OST - Transcript of Teleconference Hearing held 08-31-2015 Other Transcript(s) 2015-09-24T04:00:00Z 2015 9 2015-09-24T04:00:00Z   2015-09-24T20:26:28Z   0 0 0900006481c8c87d
FAA-2014-0867-0014 FAA None FAA-2014-0867 U.S. DOT/FAA - Reply in Support of Motion to Amend Schedule to Extend Discovery and Set Deadlines for Dispositive Motions Other Reply 2015-09-23T04:00:00Z 2015 9 2015-09-23T04:00:00Z   2015-09-23T15:38:27Z   0 0 0900006481c88ff8
FAA-2014-0867-0012 FAA None FAA-2014-0867 U.S. DOT/OST - Order Granting the Motion to Amend, Continuing the November 2015 Hearing to September 2016, and Granting Other Relief Other Order 2015-09-04T04:00:00Z 2015 9 2015-09-04T04:00:00Z   2015-09-04T17:44:59Z   0 0 0900006481c54a74
FAA-2014-0867-0010 FAA None FAA-2014-0867 Birmingham Flight Center - Respondent's Response to Administrator's Motion to Amend the Court's Rule 16 Scheduling Order Other Response(s) 2015-09-04T04:00:00Z 2015 9 2015-09-04T04:00:00Z   2015-09-04T15:43:49Z   0 0 0900006481c47127
FAA-2014-0867-0011 FAA None FAA-2014-0867 Birmingham Flight Center - Motion to Amend Schedule to Extend Discovery and Set Deadlines for Dispositive Motions Other Motion 2015-09-04T04:00:00Z 2015 9 2015-09-04T04:00:00Z   2015-09-04T15:45:41Z   0 0 0900006481c4708e
FAA-2014-0867-0013 FAA None FAA-2014-0867 U.S. DOT/OST - Order Setting Motion Conference Other Order 2015-09-04T04:00:00Z 2015 9 2015-09-04T04:00:00Z   2015-09-04T17:46:48Z   0 0 0900006481c54a76
FAA-2014-0867-0009 FAA None FAA-2014-0867 U.S. DOT/FAA - Notice of Appearance Other Adjudication Notice 2015-08-18T04:00:00Z 2015 8 2015-08-18T04:00:00Z   2015-08-18T14:16:53Z   0 0 0900006481c24ebf
FAA-2014-0867-0008 FAA None FAA-2014-0867 U.S. DOT/OST - Transcript of Hearing Held on April 7, 2015 Other Transcript(s) 2015-05-11T04:00:00Z 2015 5 2015-05-11T04:00:00Z   2015-05-11T18:13:01Z   0 0 0900006481ad6d7e
FAA-2014-0867-0007 FAA None FAA-2014-0867 U.S. DOT/OST - Order Setting Litigation Dates and Procedures Other Order 2015-04-09T04:00:00Z 2015 4 2015-04-09T04:00:00Z   2015-04-09T19:52:28Z   0 0 0900006481a9531c
FAA-2014-0867-0006 FAA None FAA-2014-0867 Birmingham Flight Center, Inc. - Joint Proposed Scheduling and Discovery Plan Other Adjudication Notice 2015-03-30T04:00:00Z 2015 3 2015-03-30T04:00:00Z   2015-03-30T17:37:06Z   0 0 0900006481a71ec5
FAA-2014-0867-0005 FAA None FAA-2014-0867 U.S. DOT/OST - Order Setting Rule 16 Litigation Schedule Conference and Directing Rule 26(f) Planning and Submission Other Order 2015-01-07T05:00:00Z 2015 1 2015-01-07T05:00:00Z   2015-01-07T19:01:55Z   0 0 09000064819a9d78

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