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

9 rows where docket_id = "FAA-2014-0935" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_month, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 4

  • 2014 3
  • 2018 3
  • 2015 2
  • 2016 1

document_type 2

  • Other 8
  • Notice 1

agency_id 1

  • FAA 9
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-0935-0296 FAA None FAA-2014-0935 Decision Other Decision 2018-05-03T04:00:00Z 2018 5 2018-05-03T04:00:00Z   2018-05-03T18:36:08Z   0 0 09000064832282dd
FAA-2014-0935-0295 FAA None FAA-2014-0935 Record of Conversation and Request for Information Other Request 2018-03-20T04:00:00Z 2018 3 2018-03-20T04:00:00Z   2024-11-07T01:24:09Z   1 0 090000648302d175
FAA-2014-0935-0294 FAA None FAA-2014-0935 Terrafugia, Inc. - Request for Reissuance of Exemption Other Request 2018-01-19T05:00:00Z 2018 1 2018-01-19T05:00:00Z   2024-11-07T01:20:45Z   1 0 0900006482e2f0f6
FAA-2014-0935-0293 FAA None FAA-2014-0935 U.S. DOT/FAA - Decision Other Decision 2016-06-17T04:00:00Z 2016 6 2016-06-17T04:00:00Z   2024-11-11T21:28:49Z   1 0 0900006481fd7e22
FAA-2014-0935-0292 FAA None FAA-2014-0935 Terrafugia, Inc.- Supplemental Information - Accident Analysis Final with Appendices Other Additional Information 2015-08-27T04:00:00Z 2015 8 2015-08-27T04:00:00Z   2024-11-12T05:37:13Z   1 0 0900006481bb4e52
FAA-2014-0935-0291 FAA None FAA-2014-0935 Terrafugia, Inc. - Additional Information Other Additional Information 2015-08-26T04:00:00Z 2015 8 2015-08-26T04:00:00Z   2024-11-12T05:37:10Z   1 0 0900006481bb4868
FAA-2014-0935-0005 FAA None FAA-2014-0935 Petitions for Exemptions Notice Notice of Receipt of Petition 2014-12-30T05:00:00Z 2014 12 2014-12-30T05:00:00Z 2015-01-21T04:59:59Z 2024-11-12T05:30:48Z 2014-30635 1 0 0900006481999941
FAA-2014-0935-0003 FAA None FAA-2014-0935 U.S. DOT/FAA - Acknowledgement Letter Other Acknowledgement Letter/Receipt 2014-12-08T05:00:00Z 2014 12 2014-12-08T05:00:00Z   2024-11-12T05:32:29Z   1 0 090000648195fbca
FAA-2014-0935-0001 FAA None FAA-2014-0935 Terrafugia, Inc. - Exemption/Rulemaking Other Petition(s) 2014-11-05T05:00:00Z 2014 11 2014-11-05T05:00:00Z   2024-11-12T05:29:04Z   1 0 0900006481913d80

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