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

12 rows where docket_id = "FAA-2013-0221" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 6

  • 2013 4
  • 2019 3
  • 2017 2
  • 2014 1
  • 2015 1
  • 2018 1

document_type 1

  • Other · 12 ✖

agency_id 1

  • FAA 12
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-2013-0221-0018 FAA None FAA-2013-0221 Withdrawal Petition for Amendment Other Withdrawal 2019-09-09T04:00:00Z 2019 9 2019-09-09T04:00:00Z   2019-09-09T17:10:06Z   0 0 0900006483f2074b
FAA-2013-0221-0014 FAA None FAA-2013-0221 U.S. DOT/FAA - Record of Conversation Other Record of Meeting/Phone Conversation 2019-07-16T04:00:00Z 2019 7 2019-07-16T04:00:00Z   2024-11-12T23:05:12Z   1 0 0900006483d96733
FAA-2013-0221-0013 FAA None FAA-2013-0221 Boeing - Exemption/Rulemaking Other Petition(s) 2019-06-03T04:00:00Z 2019 6 2019-06-03T04:00:00Z   2024-11-12T23:01:15Z   1 0 0900006483cde2a4
FAA-2013-0221-0012 FAA None FAA-2013-0221 Decision Other Decision 2018-03-20T04:00:00Z 2018 3 2018-03-20T04:00:00Z   2018-03-22T17:11:30Z   0 0 090000648302d93a
FAA-2013-0221-0010 FAA None FAA-2013-0221 U.S. DOT/FAA - Decision Other Decision 2017-09-28T04:00:00Z 2017 9 2017-09-28T04:00:00Z   2017-09-28T19:57:21Z   0 0 0900006482b88d66
FAA-2013-0221-0008 FAA None FAA-2013-0221 The Boeing Company - Exemption/Rulemaking Other Petition(s) 2017-08-04T04:00:00Z 2017 8 2017-08-04T04:00:00Z   2024-11-07T01:08:03Z   1 0 09000064829a76d7
FAA-2013-0221-0007 FAA None FAA-2013-0221 U.S. DOT/FAA - Decision Other Decision 2015-12-22T05:00:00Z 2015 12 2015-12-22T05:00:00Z   2015-12-22T19:25:06Z   0 0 0900006481c9e268
FAA-2013-0221-0005 FAA None FAA-2013-0221 The Boeing Company - Exemption/Rulemaking Other Petition(s) 2014-10-07T04:00:00Z 2014 10 2013-10-03T04:00:00Z   2016-10-31T15:05:29Z   0 0 09000064818ae045
FAA-2013-0221-0004 FAA None FAA-2013-0221 U.S. DOT/FAA - Decision Other Decision 2013-10-03T04:00:00Z 2013 10 2013-10-03T04:00:00Z   2024-11-12T05:22:37Z   1 0 090000648144144f
FAA-2013-0221-0003 FAA None FAA-2013-0221 U.S. DOT/FAA - Decision Other Decision 2013-09-25T04:00:00Z 2013 9     2024-11-12T05:22:19Z   1 0 0900006481435eda
FAA-2013-0221-0002 FAA None FAA-2013-0221 The Boeing Company Other Record of Meeting/Phone Conversation 2013-09-24T04:00:00Z 2013 9 2013-09-24T04:00:00Z   2024-11-12T05:21:34Z   1 0 090000648143200d
FAA-2013-0221-0001 FAA None FAA-2013-0221 The Boeing Company - Exemption/Rulemaking Other Petition(s) 2013-02-28T05:00:00Z 2013 2 2013-02-28T05:00:00Z   2024-11-07T22:51:33Z   1 0 090000648120e8a8

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