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

10 rows where docket_id = "FAA-2014-0856" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 3

  • 2016 4
  • 2014 3
  • 2015 3

document_type 2

  • Other 9
  • Notice 1

agency_id 1

  • FAA 10
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-2014-0856-0014 FAA None FAA-2014-0856 U.S. DOT/FAA - Decision/Amendment Other Decision 2016-11-18T05:00:00Z 2016 11 2016-11-18T05:00:00Z   2016-11-18T14:37:58Z   0 0 09000064823a11ff
FAA-2014-0856-0011 FAA None FAA-2014-0856 U.S. DOT/FAA - Decision (Correction) Other Correction(s) 2016-03-10T05:00:00Z 2016 3 2016-03-10T05:00:00Z   2024-11-12T06:03:29Z   1 0 0900006481e5a0ff
FAA-2014-0856-0012 FAA None FAA-2014-0856 U.S. DOT/FAA - Decision Other Decision 2016-03-10T05:00:00Z 2016 3 2016-03-10T05:00:00Z   2024-11-12T06:00:18Z   1 0 0900006481ea60ca
FAA-2014-0856-0010 FAA None FAA-2014-0856 U.S. DOT/FAA - Decision Other Decision 2016-03-09T05:00:00Z 2016 3 2016-03-09T05:00:00Z   2016-03-09T20:22:31Z   0 0 0900006481d4dcd6
FAA-2014-0856-0009 FAA None FAA-2014-0856 State Farm Mutual Automobile Insurance Company - Exemption/Rulemaking (Amendment) Other Petition(s) 2015-11-12T05:00:00Z 2015 11 2015-11-12T05:00:00Z   2015-11-12T20:42:39Z   0 0 0900006481c5e605
FAA-2014-0856-0008 FAA None FAA-2014-0856 State Farm Mutual Automobile Insurance Company - Exemption/Rulemaking (Amendment) Other Amendment 2015-07-15T04:00:00Z 2015 7 2015-07-15T04:00:00Z   2024-11-11T21:01:45Z   1 0 0900006481b5c0b6
FAA-2014-0856-0007 FAA None FAA-2014-0856 U.S. DOT/FAA - Decision Other Decision 2015-02-26T05:00:00Z 2015 2 2015-02-26T05:00:00Z   2015-02-26T20:00:35Z   0 0 0900006481a1705e
FAA-2014-0856-0006 FAA None FAA-2014-0856 State Farm Mutual Automobile Insurance Company - Reply Comments Other Reply Comments 2014-12-29T05:00:00Z 2014 12 2014-12-29T05:00:00Z   2024-11-11T20:55:26Z   1 0 090000648198f861
FAA-2014-0856-0002 FAA None FAA-2014-0856 Petitions for Exemption; Summaries Notice Notice of Receipt of Petition 2014-11-14T05:00:00Z 2014 11 2014-11-14T05:00:00Z 2014-12-05T04:59:59Z 2024-11-12T05:29:23Z 2014-26873 1 0 090000648192e7c7
FAA-2014-0856-0001 FAA None FAA-2014-0856 State Farm Mutual Automobile Insurance Company - Exemption/Rulemaking Other Petition(s) 2014-10-17T04:00:00Z 2014 10 2014-10-17T04:00:00Z   2014-10-17T15:28:54Z   0 0 09000064818c24ce

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