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

11 rows where agency_id = "FAA" and docket_id = "FAA-2010-1284" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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)

posted_year 3

  • 2011 7
  • 2014 3
  • 2010 1

document_type 2

  • Other 10
  • Rule 1

agency_id 1

  • FAA · 11 ✖
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-2010-1284-0011 FAA None FAA-2010-1284 U.S. DOT/FAA - Decision Other Decision 2014-07-01T04:00:00Z 2014 7 2014-07-01T04:00:00Z   2014-07-01T14:29:54Z   0 0 09000064817770ee
FAA-2010-1284-0010 FAA None FAA-2010-1284 U.S. DOT/FAA - Acknowledgement Letter Other Acknowledgement Letter/Receipt 2014-06-11T04:00:00Z 2014 6 2014-06-11T04:00:00Z   2014-06-11T19:00:06Z   0 0 0900006481738a05
FAA-2010-1284-0009 FAA None FAA-2010-1284 Boeing Commercial Airplane - Exemption/Rulemaking Other Petition(s) 2014-04-10T04:00:00Z 2014 4 2014-04-10T04:00:00Z   2024-11-07T23:05:05Z   1 0 09000064816abf36
FAA-2010-1284-0008 FAA None FAA-2010-1284 U.S. DOT/FAA - Decision Document - Summary Grant of Exemption 10268A Other Decision 2011-08-17T04:00:00Z 2011 8 2011-08-17T04:00:00Z   2013-08-11T04:47:17Z   0 0 0900006480ee27df
FAA-2010-1284-0007 FAA None FAA-2010-1284 The Boeing Company - Request for Amendment Other Request 2011-07-26T04:00:00Z 2011 7 2011-07-26T04:00:00Z   2024-11-12T05:02:08Z   1 0 0900006480ecc530
FAA-2010-1284-0006 FAA None FAA-2010-1284 U.S. DOT/FAA - Corrected Copy of Exemption No. 10268 Other Correction(s) 2011-05-27T04:00:00Z 2011 5 2011-05-27T04:00:00Z   2013-07-27T23:54:06Z   0 0 0900006480e324af
FAA-2010-1284-0004 FAA None FAA-2010-1284 U.S. DOT/FAA - Decision Document - Partial Grant of Exemption No. 10268 Other Decision 2011-05-27T04:00:00Z 2011 5 2011-05-27T04:00:00Z   2013-07-27T23:54:06Z   0 0 0900006480e324a9
FAA-2010-1284-0005 FAA None FAA-2010-1284 U.S. DOT/FAA - Corrected Copy Letter 5-24-2011 Other Letter(s) 2011-05-27T04:00:00Z 2011 5 2011-05-27T04:00:00Z   2013-07-27T23:54:06Z   0 0 0900006480e324ab
FAA-2010-1284-0003 FAA None FAA-2010-1284 Petitions for Exemption; Summaries of Petitions Received Rule Federal Register Publication 2011-01-21T05:00:00Z 2011 1 2011-01-21T05:00:00Z 2011-02-11T04:59:59Z 2024-11-07T22:26:48Z 2011-01193 1 0 0900006480bcfb1f
FAA-2010-1284-0002 FAA None FAA-2010-1284 U.S. DOT/FAA - Acknowledgement Letter/Receipt Other Acknowledgement Letter/Receipt 2011-01-13T05:00:00Z 2011 1 2011-01-13T05:00:00Z   2013-07-27T23:42:13Z   0 0 0900006480bc9a95
FAA-2010-1284-0001 FAA None FAA-2010-1284 The Boeing Company - Exemption/Rulemaking Other Petition(s) 2010-12-23T05:00:00Z 2010 12 2010-12-23T05:00:00Z   2024-11-07T22:27:44Z   1 0 0900006480bbe077

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