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

3 rows where docket_id = "FAA-2005-20836" and posted_year = 2008 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Other 1
  • Rule 1
  • Supporting & Related Material 1

posted_year 1

  • 2008 · 3 ✖

agency_id 1

  • FAA 3
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-2005-20836-0048 FAA Boeing Model 727-200 and 727-200F Series Airplanes; 737-200, 737-200C, 737-300, and 737-400 Series Airplanes; 747-100, 747-100B, 747-100B SUD, 747-200B, 747-200C, 747-200F, 747-300, 747-400, 747SR, and 747SP Series Airplanes; 757-200 and 757-200PF Se FAA-2005-20836 U.S. DOT/FAA - See Attachments Other Additional Information 2008-11-25T05:00:00Z 2008 11 2008-11-25T05:00:00Z   2024-11-07T22:00:58Z   1 0 09000064807be64b
FAA-2005-20836-0047 FAA Boeing Model 727-200 and 727-200F Series Airplanes; 737-200, 737-200C, 737-300, and 737-400 Series Airplanes; 747-100, 747-100B, 747-100B SUD, 747-200B, 747-200C, 747-200F, 747-300, 747-400, 747SR, and 747SP Series Airplanes; 757-200 and 757-200PF Se FAA-2005-20836 U.S. DOT/FAA - See Attachments Supporting & Related Material Additional Information 2008-11-12T05:00:00Z 2008 11     2008-11-12T18:43:34Z   0 0 090000648079eb59
FAA-2005-20836-0046 FAA Boeing Model 727-200 and 727-200F Series Airplanes; 737-200, 737-200C, 737-300, and 737-400 Series Airplanes; 747-100, 747-100B, 747-100B SUD, 747-200B, 747-200C, 747-200F, 747-300, 747-400, 747SR, and 747SP Series Airplanes; 757-200 and 757-200PF Se FAA-2005-20836 Airworthiness Directives; Boeing Model 727-200 and 727-200F Series Airplanes; 737-200, 737-200C, 737-300, and 737-400 Series Airplanes; 747-100, 747-100B, 747-100B SUD, 747-200B, 747-200C, 747- 200F, 747-300, 747-400, 747SR, and 747SP Series Airplanes; 757-200, 757-200CB, and 757-200PF Series Airplanes; and 767-200 and 767-300 Series Airplanes Rule Federal Register Publication 2008-11-10T05:00:00Z 2008 11 2008-11-10T05:00:00Z   2011-06-11T16:11:15Z E8-26352 0 0 09000064807a13e5

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