documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "FAA-2001-10428" and posted_year = 2003 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_start_date, comment_end_date, last_modified, posted_date (date), comment_start_date (date), comment_end_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-2001-10428-0024 | FAA | Digital Flight Data Recorder Resolution Requirements - Final Rule FAA-2001-10428 | U.S. DOT/FAA - Record Of Meeting | Other | Hearing/Meeting Summary | 2003-08-20T04:00:00Z | 2003 | 8 | 2003-08-20T04:00:00Z | 2003-08-22T03:59:59Z | 2024-11-07T17:42:05Z | 1 | 0 | 0900006480301e06 | |
| FAA-2001-10428-0023 | FAA | Digital Flight Data Recorder Resolution Requirements - Final Rule FAA-2001-10428 | Boeing Commercial Airplanes - Request for Correction of Docket FAA-2003-15682 | Other | Request for Correction of Information | 2003-08-11T04:00:00Z | 2003 | 8 | 2003-08-11T04:00:00Z | 2003-08-13T03:59:59Z | 2024-11-07T17:42:04Z | 1 | 0 | 0900006480301e05 | |
| FAA-2001-10428-0022 | FAA | Digital Flight Data Recorder Resolution Requirements - Final Rule FAA-2001-10428 | Boeing Commercial Airplanes - Appendix M Changes/Exceptions dated July 14, 2003 | Other | Request | 2003-08-06T04:00:00Z | 2003 | 8 | 2003-08-06T04:00:00Z | 2003-08-07T03:59:59Z | 2024-11-07T17:42:04Z | 1 | 0 | 0900006480301e04 | |
| FAA-2001-10428-0021 | FAA | Digital Flight Data Recorder Resolution Requirements - Final Rule FAA-2001-10428 | U.S. DOT/FAA - Final Rule (Original) | Rule | Final Rule | 2003-07-18T04:00:00Z | 2003 | 7 | 2003-07-18T04:00:00Z | 2003-07-19T03:59:59Z | 2024-11-07T17:42:04Z | 1 | 0 | 0900006480301e03 | |
| FAA-2001-10428-0020 | FAA | Digital Flight Data Recorder Resolution Requirements - Final Rule FAA-2001-10428 | U.S. DOT/FAA - Final Rule | Rule | Federal Register Publication | 2003-07-18T04:00:00Z | 2003 | 7 | 2003-07-18T04:00:00Z | 2003-07-19T03:59:59Z | 2024-11-07T17:42:04Z | 1 | 0 | 0900006480301e02 | |
| FAA-2001-10428-0018 | FAA | Digital Flight Data Recorder Resolution Requirements - Final Rule FAA-2001-10428 | U.S. DOT/FAA - Response to Letter dated October 11, 2002 | Other | Response(s) | 2003-05-07T04:00:00Z | 2003 | 5 | 2003-05-07T04:00:00Z | 2003-05-09T03:59:59Z | 2024-11-07T17:41:56Z | 1 | 0 | 0900006480301dff | |
| FAA-2001-10428-0017 | FAA | Digital Flight Data Recorder Resolution Requirements - Final Rule FAA-2001-10428 | U.S. DOT/FAA - Response to Letter dated March 27, 2003 | Other | Response(s) | 2003-05-07T04:00:00Z | 2003 | 5 | 2003-05-07T04:00:00Z | 2003-05-09T03:59:59Z | 2024-11-07T17:41:56Z | 1 | 0 | 0900006480301dfe | |
| FAA-2001-10428-0014 | FAA | Digital Flight Data Recorder Resolution Requirements - Final Rule FAA-2001-10428 | U.S. DOT/FAA - Response Regarding Petition Requesting Relief from the Provisions of SFAR No. 89 for Boeing Aircraft | Other | Decision | 2003-05-01T04:00:00Z | 2003 | 5 | 2003-05-01T04:00:00Z | 2003-05-02T03:59:59Z | 2024-11-07T17:41:56Z | 1 | 0 | 0900006480301dfd | |
| FAA-2001-10428-0010 | FAA | Digital Flight Data Recorder Resolution Requirements - Final Rule FAA-2001-10428 | U.S. DOT/FAA - Record of Meeting (June 26, 2002) | Other | Record of Meeting/Phone Conversation | 2003-04-29T04:00:00Z | 2003 | 4 | 2003-04-29T04:00:00Z | 2003-04-30T03:59:59Z | 2024-11-07T17:41:56Z | 1 | 0 | 0900006480301dfc | |
| FAA-2001-10428-0013 | FAA | Digital Flight Data Recorder Resolution Requirements - Final Rule FAA-2001-10428 | Boeing Commercial Airplanes - Wayne Maxey - Letter referring to the Meeting of March 24, 2003 concerning the request to provide permanent relief from certain flight data recorder parameter resolution requirements outlined in FAR 121.344 | Other | Correspondence | 2003-03-27T05:00:00Z | 2003 | 3 | 2003-03-27T05:00:00Z | 2003-03-28T04:59:59Z | 2024-11-12T04:01:41Z | 1 | 0 | 0900006480382af0 |
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;