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

6 rows where agency_id = "DOT", document_type = "Proposed Rule" and posted_year = 2021 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2021 · 6 ✖

document_type 1

  • Proposed Rule · 6 ✖

agency_id 1

  • DOT · 6 ✖
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-2009-0092-0536 DOT None DOT-OST-2009-0092 Streamline and Update the Department of Transportation Acquisition Regulation Proposed Rule Request for Comment 2021-12-07T05:00:00Z 2021 12 2021-12-07T05:00:00Z 2022-02-08T04:59:59Z 2024-11-07T00:34:19Z 2021-24421 1 0 0900006484ea7b39
DOT-OST-2019-0180-0344 DOT None DOT-OST-2019-0180 Accessible Lavatories on Single-Aisle Aircraft: Part 1; Reopening of Comment Period and Public Meeting Proposed Rule Request for Comment 2021-11-19T05:00:00Z 2021 11 2021-11-19T05:00:00Z 2022-01-18T04:59:59Z 2024-11-12T23:34:27Z 2021-25000 1 0 0900006484e65f30
DOT-OST-2021-0113-0001 DOT None DOT-OST-2021-0113 Petition for Rulemaking: Airport Concession Disadvantaged Business Enterprise Program Proposed Rule Advance Notice of Proposed Rulemaking (ANPRM) 2021-10-20T04:00:00Z 2021 10 2021-10-20T04:00:00Z   2021-10-20T12:28:48Z 2021-22626 0 0 0900006484dce985
DOT-OST-2016-0208-0080 DOT None DOT-OST-2016-0208 Refunding Fees for Delayed Checked Bags and Ancillary Services That Are Not Provided Proposed Rule Notice of Proposed Rulemaking (NPRM) 2021-07-21T04:00:00Z 2021 7 2021-07-21T04:00:00Z 2021-09-21T03:59:59Z 2024-04-24T12:46:28Z 2021-13736 0 0 0900006484c05320
DOT-OST-2021-0036-0001 DOT None DOT-OST-2021-0036 Regulatory Review Proposed Rule Request for Comment 2021-05-05T04:00:00Z 2021 5 2021-05-05T04:00:00Z 2021-06-05T03:59:59Z 2024-11-06T23:46:21Z 2021-09239 1 0 0900006484ace05f
DOT-OST-2018-0132-0001 DOT None DOT-OST-2018-0132 Origin-Destination Survey of Airline Passengers; Updates Proposed Rule Notice of Proposed Rulemaking (NPRM) 2021-01-19T05:00:00Z 2021 1 2021-01-19T05:00:00Z 2021-03-20T03:59:59Z 2025-08-12T16:07:44Z 2020-29229 0 0 09000064849f8057

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