documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "FAA-2007-29281" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, last_modified, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 4
- Other 4
- Rule 2
- Supporting & Related Material 2
- 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-2007-29281-0032 | FAA | None FAA-2007-29281 | U.S. DOT/FAA - See Attachment | Other | Additional Information | 2010-01-21T05:00:00Z | 2010 | 1 | 2010-01-21T05:00:00Z | 2013-07-27T23:04:51Z | 0 | 0 | 0900006480a80cb7 | ||
| FAA-2007-29281-0031 | FAA | None FAA-2007-29281 | U.S. DOT/FAA - See Attachment | Other | Additional Information | 2010-01-21T05:00:00Z | 2010 | 1 | 2010-01-21T05:00:00Z | 2013-07-27T23:04:51Z | 0 | 0 | 0900006480a80c9c | ||
| FAA-2007-29281-0030 | FAA | None FAA-2007-29281 | U.S. DOT/FAA - See Attachment | Other | Additional Information | 2009-12-03T05:00:00Z | 2009 | 12 | 2009-12-03T05:00:00Z | 2013-07-27T23:01:16Z | 0 | 0 | 0900006480a61ab1 | ||
| FAA-2007-29281-0029 | FAA | None FAA-2007-29281 | U.S. DOT/FAA - See Attachment | Supporting & Related Material | Additional Information | 2009-12-02T05:00:00Z | 2009 | 12 | 2012-03-24T19:33:58Z | 0 | 0 | 0900006480a61de0 | |||
| FAA-2007-29281-0028 | FAA | None FAA-2007-29281 | Removal of Regulations Allowing for Polished Frost | Rule | Federal Register Publication | 2009-12-01T05:00:00Z | 2009 | 12 | 2009-12-01T05:00:00Z | 2009-12-02T04:59:59Z | 2024-11-12T04:48:26Z | E9-28431 | 1 | 0 | 0900006480a60ee8 |
| FAA-2007-29281-0003 | FAA | None FAA-2007-29281 | U.S. DOT/FAA - Draft Regulatory Evaluation | Supporting & Related Material | Assessment Document or Analysis | 2008-05-09T04:00:00Z | 2008 | 5 | 2024-11-07T21:53:51Z | 0 | 0 | 0900006480552914 | |||
| FAA-2007-29281-0004 | FAA | None FAA-2007-29281 | U.S. DOT/FAA - Memorandum - Legal Interpretation of §135.227 (c) | Other | Memo, Action Memo or Letter | 2008-05-09T04:00:00Z | 2008 | 5 | 2008-05-09T04:00:00Z | 2024-11-07T21:53:51Z | 1 | 0 | 0900006480552931 | ||
| FAA-2007-29281-0002 | FAA | None FAA-2007-29281 | U.S. DOT/FAA - Polished Frost - Notice of Proposed Rulemaking | Notice | Notice of Proposed Rulemaking (NPRM) | 2008-05-08T04:00:00Z | 2008 | 5 | 2008-05-08T04:00:00Z | 2008-07-15T20:16:38Z | 0 | 0 | 09000064805528e0 | ||
| FAA-2007-29281-0001 | FAA | None FAA-2007-29281 | Removal of Regulations Allowing for Polished Frost on Wings of Airplanes | Rule | Federal Register Publication | 2008-05-08T04:00:00Z | 2008 | 5 | 2008-05-08T04:00:00Z | 2008-08-07T03:59:59Z | 2024-11-12T04:14:31Z | E8-10246 | 1 | 0 | 0900006480551b7f |
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;