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-2000-8498" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 7

  • 2008 2
  • 2013 2
  • 2015 2
  • 2000 1
  • 2001 1
  • 2003 1
  • 2004 1

document_type 1

  • Other · 10 ✖

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-2000-8498-0013 FAA Exemption/Rulemaking - Sensenich Wood Propeller Company, Inc. FAA-2000-8498 U.S. DOT/FAA - Decision Other Decision 2015-12-22T05:00:00Z 2015 12 2015-12-22T05:00:00Z   2024-11-11T21:18:42Z   1 0 0900006481dbe653
FAA-2000-8498-0012 FAA Exemption/Rulemaking - Sensenich Wood Propeller Company, Inc. FAA-2000-8498 Sensenich Wood Propeller Company, Inc. - Exemption/Rulemaking Other Petition(s) 2015-10-06T04:00:00Z 2015 10 2015-10-06T04:00:00Z   2024-11-12T05:40:31Z   1 0 0900006481c455bb
FAA-2000-8498-0011 FAA Exemption/Rulemaking - Sensenich Wood Propeller Company, Inc. FAA-2000-8498 U.S. DOT/FAA - Decision Other Decision 2013-08-29T04:00:00Z 2013 8     2013-08-29T20:45:29Z   0 0 09000064813cf304
FAA-2000-8498-0010 FAA Exemption/Rulemaking - Sensenich Wood Propeller Company, Inc. FAA-2000-8498 Sensenich Wood Propeller Co., Inc. - Exemption/Rulemaking Other Petition(s) 2013-06-03T04:00:00Z 2013 6 2013-06-03T04:00:00Z   2013-06-03T13:33:12Z   0 0 0900006481304d8a
FAA-2000-8498-0009 FAA Exemption/Rulemaking - Sensenich Wood Propeller Company, Inc. FAA-2000-8498 U.S. DOT/FAA - Decision Other Decision 2008-12-17T05:00:00Z 2008 12 2008-12-17T05:00:00Z   2013-07-27T22:33:38Z   0 0 09000064807de48b
FAA-2000-8498-0008 FAA Exemption/Rulemaking - Sensenich Wood Propeller Company, Inc. FAA-2000-8498 Sensenich Wood Propeller Co., Inc. - Exemption/Rulemaking Other Petition(s) 2008-09-18T04:00:00Z 2008 9 2008-09-18T04:00:00Z   2013-07-27T22:25:20Z   0 0 090000648070aff9
FAA-2000-8498-0007 FAA Exemption/Rulemaking - Sensenich Wood Propeller Company, Inc. FAA-2000-8498 U.S. DOT/FAA - Grant of Exemption Other Decision 2004-09-03T04:00:00Z 2004 9 2004-09-03T04:00:00Z 2004-09-08T03:59:59Z 2015-10-07T17:38:54Z   0 0 0900006480344532
FAA-2000-8498-0006 FAA Exemption/Rulemaking - Sensenich Wood Propeller Company, Inc. FAA-2000-8498 Sensenich Wood Propeller Co. - Request for Exemption Extension Other Petition(s) 2003-01-09T05:00:00Z 2003 1 2003-01-09T05:00:00Z 2003-01-16T04:59:59Z 2008-01-12T00:35:26Z   0 0 0900006480344531
FAA-2000-8498-0004 FAA Exemption/Rulemaking - Sensenich Wood Propeller Company, Inc. FAA-2000-8498 U.S. DOT/FAA - Grant of Exemption Other Decision 2001-07-13T04:00:00Z 2001 7 2001-07-13T04:00:00Z 2001-07-17T03:59:59Z 2008-01-12T00:36:55Z   0 0 090000648034452f
FAA-2000-8498-0001 FAA Exemption/Rulemaking - Sensenich Wood Propeller Company, Inc. FAA-2000-8498 Sensenich Wood Propeller Company, Inc. - Exemption/Rulemaking Other Petition(s) 2000-12-08T05:00:00Z 2000 12 2000-12-08T05:00:00Z 2000-12-09T04:59:59Z 2008-01-12T00:33:50Z   0 0 090000648034452b

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