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

14 rows where docket_id = "FAA-2008-1352" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 9

  • 2010 2
  • 2012 2
  • 2017 2
  • 2019 2
  • 2021 2
  • 2008 1
  • 2009 1
  • 2014 1
  • 2015 1

document_type 1

  • Other 14

agency_id 1

  • FAA 14
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-2008-1352-0014 FAA None FAA-2008-1352 Decision Other Decision 2021-08-31T04:00:00Z 2021 8 2021-08-31T04:00:00Z   2021-08-31T17:00:12Z   0 0 0900006484cc2df5
FAA-2008-1352-0013 FAA None FAA-2008-1352 Toledo City School District d/b/a Aerospace Center (AFS) - Exemption/Rulemaking Other Petition(s) 2021-07-30T04:00:00Z 2021 7 2021-07-30T04:00:00Z   2024-11-06T23:49:19Z   1 0 0900006484c1c5a5
FAA-2008-1352-0012 FAA None FAA-2008-1352 Decision Other Decision 2019-09-25T04:00:00Z 2019 9 2019-09-25T04:00:00Z   2019-09-25T15:17:03Z   0 0 0900006483fc3bba
FAA-2008-1352-0011 FAA None FAA-2008-1352 Toledo City School District d/b/a Aerospace Center - Exemption/Rulemaking Other Petition(s) 2019-07-31T04:00:00Z 2019 7 2019-07-31T04:00:00Z   2024-11-12T23:05:17Z   1 0 0900006483dd2917
FAA-2008-1352-0010 FAA None FAA-2008-1352 U.S. DOT/FAA - Decision Other Decision 2017-03-30T04:00:00Z 2017 3 2017-03-30T04:00:00Z   2017-03-30T18:32:57Z   0 0 090000648252f560
FAA-2008-1352-0009 FAA None FAA-2008-1352 Toledo City School District d/b/a Aerospace Center - Exemption/Rulemaking Other Petition(s) 2017-01-25T05:00:00Z 2017 1 2017-01-25T05:00:00Z   2017-01-25T19:39:53Z   0 0 09000064824929b4
FAA-2008-1352-0008 FAA None FAA-2008-1352 U.S. DOT/FAA - Decision Other Decision 2015-05-20T04:00:00Z 2015 5 2015-05-20T04:00:00Z   2015-05-20T15:24:10Z   0 0 0900006481ad50db
FAA-2008-1352-0007 FAA None FAA-2008-1352 Toledo City School District d/b/a Aerospace Center - Exemption/Rulemaking Other Petition(s) 2014-11-18T05:00:00Z 2014 11 2014-11-18T05:00:00Z   2014-11-18T16:00:00Z   0 0 0900006481926d7c
FAA-2008-1352-0006 FAA None FAA-2008-1352 U.S. DOT/FAA - Decision Other Decision 2012-06-27T04:00:00Z 2012 6 2012-06-27T04:00:00Z   2024-11-07T22:39:54Z   1 0 09000064810698c8
FAA-2008-1352-0005 FAA None FAA-2008-1352 Toledo Public Schools Aerospace Center - Exemption/Rulemaking Other Petition(s) 2012-05-11T04:00:00Z 2012 5 2012-05-11T04:00:00Z   2024-11-12T04:55:13Z   1 0 090000648100aadb
FAA-2008-1352-0004 FAA None FAA-2008-1352 U.S. DOT/FAA - Decision Other Decision 2010-11-29T05:00:00Z 2010 11 2010-11-29T05:00:00Z   2013-08-11T03:11:53Z   0 0 0900006480ba2fe8
FAA-2008-1352-0003 FAA None FAA-2008-1352 Toledo Public Schools d.b.a. Aerospace Center - Exemption/Rulemaking Other Petition(s) 2010-09-17T04:00:00Z 2010 9 2010-09-17T04:00:00Z   2024-11-12T04:54:25Z   1 0 0900006480b50bd5
FAA-2008-1352-0002 FAA None FAA-2008-1352 U.S. DOT/FAA - Decision Other Decision 2009-02-03T05:00:00Z 2009 2 2009-02-03T05:00:00Z   2013-08-11T04:31:29Z   0 0 090000648084311d
FAA-2008-1352-0001 FAA None FAA-2008-1352 Toledo City School District d/b/a Aerospace Center - Exemption/Rulemaking Other Petition(s) 2008-12-23T05:00:00Z 2008 12 2008-12-23T05:00:00Z   2024-11-07T22:02:07Z   1 0 09000064807eebc6

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