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

11 rows where agency_id = "DOT", document_type = "Rule" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2014 · 11 ✖

document_type 1

  • Rule · 11 ✖

agency_id 1

  • DOT · 11 ✖
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-2014-0231-0001 DOT None DOT-OST-2014-0231 Final Rule - Carriage of Musical Instruments Rule Final Rule 2014-12-30T05:00:00Z 2014 12 2014-12-30T05:00:00Z   2014-12-30T18:43:51Z   0 0 090000648199a325
DOT-OST-2009-0092-0385 DOT None DOT-OST-2009-0092 Uniform Administrative Requirements, Cost Principles, and Audit Requirements for Federal Awards: Federal Awarding Agency Regulatory Implementation Rule Interim Final Rule 2014-12-19T05:00:00Z 2014 12 2014-12-19T05:00:00Z 2015-02-18T04:59:59Z 2015-03-08T13:31:46Z 2014-28697 0 0 0900006481985f45
DOT-OST-2014-0061-0009 DOT None DOT-OST-2014-0061 Essential Air Service Enforcement Policy Rule Final Rule 2014-10-09T04:00:00Z 2014 10 2014-10-09T04:00:00Z   2014-10-09T15:35:29Z 2014-24190 0 0 09000064818b5a57
DOT-OST-2014-0142-0001 DOT None DOT-OST-2014-0142 Maintenance of and Access to Records Pertaining to Individuals Rule   2014-10-02T04:00:00Z 2014 10 2014-10-02T04:00:00Z   2024-11-07T23:10:16Z 2014-23470 1 0 09000064818a2ced
DOT-OST-2012-0147-0329 DOT None DOT-OST-2012-0147 Disadvantaged Business Enterprise; Modifications Rule Final Rule 2014-10-02T04:00:00Z 2014 10 2014-10-02T04:00:00Z   2014-10-02T18:48:37Z 2014-23173 0 0 09000064818a2b59
DOT-OST-2014-0119-0001 DOT None DOT-OST-2014-0119 Transportation Acquisition Regulations: Organization and Delegation of Powers and Duties Rule Final Rule 2014-09-12T04:00:00Z 2014 9 2014-09-12T04:00:00Z   2014-09-12T15:19:39Z 2014-21673 0 0 090000648186ce95
DOT-OST-2010-0211-5439 DOT None DOT-OST-2010-0211 Reports by Air Carriers on Incidents Involving Animals During Air Transport Rule Final Rule 2014-07-03T04:00:00Z 2014 7 2014-07-03T04:00:00Z   2014-07-03T13:45:47Z 2014-15503 0 0 090000648178eb99
DOT-OST-2010-0211-5437 DOT None DOT-OST-2010-0211 Final Rule; Reports by Air Carriers on Incidents Involving Animals During Air Transport (Original Copy) Rule Final Rule 2014-07-02T04:00:00Z 2014 7     2024-01-24T14:58:47Z   0 0 09000064817873d6
DOT-OST-2009-0092-0353 DOT None DOT-OST-2009-0092 Civil Rights Amendments Rule Final Rule 2014-04-16T04:00:00Z 2014 4 2014-04-16T04:00:00Z   2014-04-16T13:53:38Z 2014-08525 0 0 09000064816b5e7b
DOT-OST-2010-0297-0004 DOT None DOT-OST-2010-0297 Public Availability of Information; Freedom of Information Act Rule Final Rule 2014-03-25T04:00:00Z 2014 3 2014-03-25T04:00:00Z   2014-03-25T14:24:45Z 2014-06503 0 0 090000648167c90b
DOT-OST-2012-0123-0002 DOT None DOT-OST-2012-0123 Organization and Delegation of Powers and Duties Rule Final Rule 2014-03-21T04:00:00Z 2014 3 2014-03-21T04:00:00Z   2014-03-21T14:45:21Z 2014-06172 0 0 0900006481674c94

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