documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
13 rows where docket_id = "FAA-2008-1348" sorted by posted_date descending
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)
| 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-2008-1348-0013 | FAA | None FAA-2008-1348 | Decision | Other | Decision | 2018-05-30T04:00:00Z | 2018 | 5 | 2018-05-30T04:00:00Z | 2018-05-30T19:27:12Z | 0 | 0 | 090000648330fd50 | ||
| FAA-2008-1348-0012 | FAA | None FAA-2008-1348 | Acknowledgement Letter | Other | Acknowledgement Letter/Receipt | 2018-05-15T04:00:00Z | 2018 | 5 | 2018-05-15T04:00:00Z | 2018-05-15T13:49:17Z | 0 | 0 | 090000648326780c | ||
| FAA-2008-1348-0011 | FAA | None FAA-2008-1348 | The Boeing Company - Exemption/Rulemaking | Other | Petition(s) | 2018-04-17T04:00:00Z | 2018 | 4 | 2018-04-17T04:00:00Z | 2024-11-07T01:28:51Z | 1 | 0 | 090000648314a534 | ||
| FAA-2008-1348-0010 | FAA | None FAA-2008-1348 | U.S. DOT/FAA - Decision | Other | Decision | 2017-06-02T04:00:00Z | 2017 | 6 | 2017-06-02T04:00:00Z | 2017-06-02T15:01:45Z | 0 | 0 | 090000648267c8e4 | ||
| FAA-2008-1348-0009 | FAA | None FAA-2008-1348 | Boeing - Exemption/Rulemaking | Other | Petition(s) | 2017-03-31T04:00:00Z | 2017 | 3 | 2017-03-31T04:00:00Z | 2024-11-07T00:55:35Z | 1 | 0 | 090000648253003f | ||
| FAA-2008-1348-0008 | FAA | None FAA-2008-1348 | U.S. DOT/FAA - Decision | Other | Decision | 2013-12-05T05:00:00Z | 2013 | 12 | 2013-12-05T05:00:00Z | 2024-11-12T05:24:33Z | 1 | 0 | 09000064814a8824 | ||
| FAA-2008-1348-0007 | FAA | None FAA-2008-1348 | Boeing - Revised Petition for Amendment to Exemption | Other | Petition(s) | 2013-09-26T04:00:00Z | 2013 | 9 | 2013-09-26T04:00:00Z | 2024-11-12T05:22:04Z | 1 | 0 | 090000648143c678 | ||
| FAA-2008-1348-0006 | FAA | None FAA-2008-1348 | U.S. DOT/FAA - Request for Additional Information | Other | Request | 2013-09-05T04:00:00Z | 2013 | 9 | 2013-09-05T04:00:00Z | 2024-11-07T22:54:07Z | 1 | 0 | 09000064813da850 | ||
| FAA-2008-1348-0005 | FAA | None FAA-2008-1348 | The Boeing Company - Exemption/Rulemaking | Other | Petition(s) | 2013-08-20T04:00:00Z | 2013 | 8 | 2013-08-20T04:00:00Z | 2013-08-20T14:14:16Z | 0 | 0 | 09000064813b9910 | ||
| FAA-2008-1348-0002 | FAA | None FAA-2008-1348 | U.S. DOT/FAA - Original Copy of Exemption No. 6425 | Other | Other | 2009-03-18T04:00:00Z | 2009 | 3 | 2009-03-18T04:00:00Z | 2024-11-07T22:03:40Z | 1 | 0 | 090000648091903e | ||
| FAA-2008-1348-0003 | FAA | None FAA-2008-1348 | U.S. DOT/FAA - Amendment A to the Original Exemption, No. 6425, Issued April 12, 1996 | Other | Other | 2009-03-18T04:00:00Z | 2009 | 3 | 2009-03-18T04:00:00Z | 2013-08-11T04:32:16Z | 0 | 0 | 090000648091998a | ||
| FAA-2008-1348-0004 | FAA | None FAA-2008-1348 | U.S. DOT/FAA - Amendment B to the Original Exemption, No. 6425, Issued April 12, 1996 | Other | Amendment | 2009-03-18T04:00:00Z | 2009 | 3 | 2009-03-18T04:00:00Z | 2024-11-12T04:37:05Z | 1 | 0 | 0900006480919a75 | ||
| FAA-2008-1348-0001 | FAA | None FAA-2008-1348 | The Boeing Company - Exemption/Rulemaking | Other | Petition(s) | 2008-12-23T05:00:00Z | 2008 | 12 | 2008-12-23T05:00:00Z | 2013-07-27T22:34:14Z | 0 | 0 | 09000064807e930b |
Advanced export
JSON shape: default, array, newline-delimited, object
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;