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

8 rows where docket_id = "FAA-2009-0671" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 3

  • 2010 3
  • 2011 3
  • 2009 2

document_type 1

  • Other · 8 ✖

agency_id 1

  • FAA 8
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-2009-0671-0136 FAA None FAA-2009-0671 U.S. DOT/FAA - See Attachments Other Additional Information 2011-03-02T05:00:00Z 2011 3 2011-03-02T05:00:00Z   2012-03-24T19:36:32Z   0 0 0900006480bfbe9c
FAA-2009-0671-0123 FAA None FAA-2009-0671 Aerospace Industries Association & General Aviation Manufacturers Association - Request for Exemption of Comment Period Other Request 2011-01-25T05:00:00Z 2011 1 2011-01-25T05:00:00Z   2013-07-27T23:43:18Z   0 0 0900006480bcf2ec
FAA-2009-0671-0119 FAA None FAA-2009-0671 ARSA, AEA, ASA, AOPA, EAA, MARPA, NATA and NBAA - Petition for Extension of Comment Period Other Petition(s) 2011-01-18T05:00:00Z 2011 1 2011-01-18T05:00:00Z   2013-08-11T04:43:47Z   0 0 0900006480bcb339
FAA-2009-0671-0100 FAA None FAA-2009-0671 International Civil Aviation Organization (ICAO) Annex 6 - Operation of Aircraft Other Report 2010-11-16T05:00:00Z 2010 11 2010-11-16T05:00:00Z   2013-07-27T23:36:58Z   0 0 0900006480b85b18
FAA-2009-0671-0101 FAA None FAA-2009-0671 U.S. DOT/FAA - Summary of Office of Management and Budget, Office of Information and Regulatory Affairs (OIRA) Other Other 2010-11-16T05:00:00Z 2010 11 2010-11-16T05:00:00Z   2024-11-12T04:56:58Z   1 0 0900006480b857b0
FAA-2009-0671-0094 FAA None FAA-2009-0671 U.S. DOT/FAA - Recommendations of the Aviation Safety Safety Management System Aviation Rulemaking Committee Other Other 2010-06-21T04:00:00Z 2010 6 2010-06-21T04:00:00Z   2013-07-27T23:22:27Z   0 0 0900006480b04ef4
FAA-2009-0671-0090 FAA None FAA-2009-0671 Treyfect, Inc. - Answers to Request for Informtion Other Answer 2009-10-26T04:00:00Z 2009 10 2009-10-26T04:00:00Z   2013-07-27T22:58:02Z   0 0 0900006480a4bb8d
FAA-2009-0671-0066 FAA None FAA-2009-0671 Attached Other Decision 2009-10-22T04:00:00Z 2009 10 2009-10-22T04:00:00Z   2013-08-11T01:30:09Z   0 0 0900006480a477c4

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