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-1473" and posted_year = 1995 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Other 6
  • Notice 1

posted_year 1

  • 1995 · 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-1473-0066 DOT Essential Air Transportation at Hastings, Kearney, McCook, Nebraska DOT-OST-1996-1473 95-12-12 Order Setting Final Subsidy Rates and Tentatively Renewing Carrier Selection Other Order 1995-12-15T05:00:00Z 1995 12 1995-12-15T05:00:00Z 1995-12-16T04:59:59Z 2024-11-07T18:14:50Z   1 0 0900006480311b97
DOT-OST-1996-1473-0065 DOT Essential Air Transportation at Hastings, Kearney, McCook, Nebraska DOT-OST-1996-1473 State of Nebraska - Comments Other Correspondence 1995-11-30T05:00:00Z 1995 11 1995-11-30T05:00:00Z 1995-12-01T04:59:59Z 2013-09-24T20:14:31Z   0 0 0900006480311b96
DOT-OST-1996-1473-0064 DOT Essential Air Transportation at Hastings, Kearney, McCook, Nebraska DOT-OST-1996-1473 95-10-37 Order Extending Service Obligation Other Order 1995-10-31T05:00:00Z 1995 10 1995-10-31T05:00:00Z 1995-11-01T04:59:59Z 2024-11-07T18:14:50Z   1 0 0900006480311b95
DOT-OST-1996-1473-0063 DOT Essential Air Transportation at Hastings, Kearney, McCook, Nebraska DOT-OST-1996-1473 95-8-28 Order Prohibiting Suspension of Service and Requesting Proposals for Replacement Service Other Order 1995-08-24T04:00:00Z 1995 8 1995-08-24T04:00:00Z 1995-08-25T03:59:59Z 2024-11-07T18:14:50Z   1 0 0900006480311b94
DOT-OST-1996-1473-0062 DOT Essential Air Transportation at Hastings, Kearney, McCook, Nebraska DOT-OST-1996-1473 GP-Express Airlines, Inc. - 90-Day Notice of Intent to Terminate Notice Notice 1995-07-25T04:00:00Z 1995 7 1995-07-25T04:00:00Z 1995-07-26T03:59:59Z 2024-11-07T18:14:25Z   1 0 0900006480311b93
DOT-OST-1996-1473-0061 DOT Essential Air Transportation at Hastings, Kearney, McCook, Nebraska DOT-OST-1996-1473 95-3-14 Final Order Other Order 1995-03-13T05:00:00Z 1995 3 1995-03-13T05:00:00Z 1995-03-14T04:59:59Z 2026-03-04T01:44:46Z   1 0 0900006480311b8f
DOT-OST-1996-1473-0079 DOT Essential Air Transportation at Hastings, Kearney, McCook, Nebraska DOT-OST-1996-1473 Letter to the Honorable J. James Exon re EAS for Hall County Airport Authority (Grand Island, NE) Other Correspondence 1995-03-06T05:00:00Z 1995 3 1995-03-06T05:00:00Z 1995-03-07T04:59:59Z 2024-11-07T18:15:17Z   1 0 0900006480311ba6

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