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

7 rows where docket_id = "DOT-OST-1996-1711" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2014 · 7 ✖

document_type 1

  • Other 7

agency_id 1

  • DOT 7
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
DOT-OST-1996-1711-0127 DOT Great Lakes Aviation, LTD. - 90-Day Notice to Terminate Air Service at Manistee, Michigan DOT-OST-1996-1711 Manistee Blacker Airport Authority (Correspondence) Other Correspondence 2014-09-03T04:00:00Z 2014 9 2014-09-03T04:00:00Z   2024-11-07T23:11:24Z   1 0 0900006481849b08
DOT-OST-1996-1711-0126 DOT Great Lakes Aviation, LTD. - 90-Day Notice to Terminate Air Service at Manistee, Michigan DOT-OST-1996-1711 Grant Agreement Between the U.S. Department of Transportation and the Manistee Blacker Airport Authority, in Association with the Community of Manistee/Ludington, Michigan, Under the Alternate Essential Air Service Program Other Agreement 2014-07-30T04:00:00Z 2014 7 2014-07-30T04:00:00Z   2024-11-12T05:27:59Z   1 0 09000064817df5d8
DOT-OST-1996-1711-0125 DOT Great Lakes Aviation, LTD. - 90-Day Notice to Terminate Air Service at Manistee, Michigan DOT-OST-1996-1711 2014-7-16 Order Setting Annual Service Level and Total Cost Under the Alternate Essential Air Service Program Other Order 2014-07-23T04:00:00Z 2014 7 2014-07-23T04:00:00Z   2024-11-07T23:08:44Z   1 0 09000064817d96ce
DOT-OST-1996-1711-0124 DOT Great Lakes Aviation, LTD. - 90-Day Notice to Terminate Air Service at Manistee, Michigan DOT-OST-1996-1711 Grant Agreement, Addendum 3 Other Agreement 2014-05-21T04:00:00Z 2014 5 2014-05-21T04:00:00Z   2024-11-12T05:26:01Z   1 0 09000064817098b7
DOT-OST-1996-1711-0123 DOT Great Lakes Aviation, LTD. - 90-Day Notice to Terminate Air Service at Manistee, Michigan DOT-OST-1996-1711 Proposal for the Continued Participation of the Manistee Blacker Airport Authority in the Alternate Essential Air Service Program Other Proposal(s) 2014-04-15T04:00:00Z 2014 4 2014-04-15T04:00:00Z   2024-11-07T23:05:26Z   1 0 09000064816b5018
DOT-OST-1996-1711-0122 DOT Great Lakes Aviation, LTD. - 90-Day Notice to Terminate Air Service at Manistee, Michigan DOT-OST-1996-1711 Sun Air International Proposal to Provide Subsidized Essential Air Service Other Proposal(s) 2014-03-05T05:00:00Z 2014 3 2014-03-05T05:00:00Z   2024-11-12T05:25:21Z   1 0 09000064815fcb74
DOT-OST-1996-1711-0121 DOT Great Lakes Aviation, LTD. - 90-Day Notice to Terminate Air Service at Manistee, Michigan DOT-OST-1996-1711 2014-2-1 Order Requesting Proposals Other Order 2014-02-04T05:00:00Z 2014 2 2014-02-04T05:00:00Z   2014-02-14T18:17:06Z   0 0 09000064815468ad

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