documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
13 rows where docket_id = "FAA-2020-0180" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_month, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
agency_id 1
- FAA 13
| 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-2020-0180-0013 | FAA | None FAA-2020-0180 | U.S. DOT/FAA - Decision | Other | Decision | 2024-12-06T05:00:00Z | 2024 | 12 | 2024-12-06T05:00:00Z | 2024-12-06T17:33:04Z | 1 | 0 | 090000648684c0cf | ||
| FAA-2020-0180-0012 | FAA | None FAA-2020-0180 | Victory Air LLC - Exemption/Rulemaking (Request for Extension) | Other | Request for Extension | 2024-11-15T05:00:00Z | 2024 | 11 | 2024-11-15T05:00:00Z | 2024-11-15T14:05:40Z | 1 | 0 | 0900006486817552 | ||
| FAA-2020-0180-0011 | FAA | None FAA-2020-0180 | U.S. DOT/FAA – Decision | Other | Decision | 2023-01-03T05:00:00Z | 2023 | 1 | 2023-01-03T05:00:00Z | 2024-11-12T23:49:49Z | 1 | 0 | 090000648557ff75 | ||
| FAA-2020-0180-0010 | FAA | None FAA-2020-0180 | Victory Air LLC - Response to Request for Information | Other | Response(s) | 2022-10-25T04:00:00Z | 2022 | 10 | 2022-10-25T04:00:00Z | 2024-11-07T00:44:24Z | 1 | 0 | 090000648544ee11 | ||
| FAA-2020-0180-0009 | FAA | None FAA-2020-0180 | U.S. DOT/FAA - Request for Information | Other | Request | 2022-10-21T04:00:00Z | 2022 | 10 | 2022-10-21T04:00:00Z | 2024-11-07T00:44:07Z | 1 | 0 | 09000064854450e0 | ||
| FAA-2020-0180-0008 | FAA | None FAA-2020-0180 | U.S. DOT/FAA - Request for Information | Other | Request | 2022-10-11T04:00:00Z | 2022 | 10 | 2022-10-11T04:00:00Z | 2024-11-07T00:43:26Z | 1 | 0 | 09000064853c77d5 | ||
| FAA-2020-0180-0007 | FAA | None FAA-2020-0180 | Victory Air LLC - Exemption/Rulemaking (Amendment) | Other | Petition(s) | 2022-09-30T04:00:00Z | 2022 | 9 | 2022-09-30T04:00:00Z | 2024-11-12T23:46:01Z | 1 | 0 | 090000648538aa6b | ||
| FAA-2020-0180-0006 | FAA | None FAA-2020-0180 | Victory Air LLC - Exemption/Rulemaking | Other | Petition(s) | 2022-09-13T04:00:00Z | 2022 | 9 | 2022-09-13T04:00:00Z | 2024-11-07T00:42:52Z | 1 | 0 | 09000064852de1db | ||
| FAA-2020-0180-0005 | FAA | None FAA-2020-0180 | Decision | Other | Decision | 2021-01-15T05:00:00Z | 2021 | 1 | 2021-01-15T05:00:00Z | 2021-01-15T19:46:44Z | 0 | 0 | 09000064849f50b7 | ||
| FAA-2020-0180-0004 | FAA | None FAA-2020-0180 | Petition for Exemption; Summary: Victory Air, LLC | Notice | Notice of Intent | 2020-10-13T04:00:00Z | 2020 | 10 | 2020-10-13T04:00:00Z | 2020-11-03T04:59:59Z | 2024-11-06T23:39:24Z | 2020-22516 | 1 | 0 | 09000064848f6fa6 |
| FAA-2020-0180-0003 | FAA | None FAA-2020-0180 | Victory Air LLC - Additional Information | Other | Additional Information | 2020-08-24T04:00:00Z | 2020 | 8 | 2020-08-24T04:00:00Z | 2020-08-24T20:32:01Z | 0 | 0 | 090000648481b865 | ||
| FAA-2020-0180-0002 | FAA | None FAA-2020-0180 | Victory Air, LLC - Additional Information | Other | Additional Information | 2020-08-19T04:00:00Z | 2020 | 8 | 2020-08-19T04:00:00Z | 2020-08-19T17:30:45Z | 0 | 0 | 090000648481133d | ||
| FAA-2020-0180-0001 | FAA | None FAA-2020-0180 | Victory Air LLC - Exemption/Rulemaking | Other | Petition(s) | 2020-02-14T05:00:00Z | 2020 | 2 | 2020-02-14T05:00:00Z | 2024-11-12T23:17:38Z | 1 | 0 | 090000648436d0e5 |
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;