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 agency_id = "DOT", document_type = "Proposed Rule" and posted_year = 2025 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2025 · 7 ✖

document_type 1

  • Proposed Rule · 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-2024-0062-0362 DOT None DOT-OST-2024-0062 Airline Passenger Rights Proposed Rule Withdrawal 2025-11-17T05:00:00Z 2025 11 2025-11-17T05:00:00Z   2025-11-17T21:01:45Z 2025-20042 0 0 09000064b9085914
DOT-OST-2025-0633-0001 DOT None DOT-OST-2025-0633 Procedures in Regulating and Enforcing Unfair or Deceptive Practices Proposed Rule Notice of Proposed Rulemaking (NPRM) 2025-10-30T04:00:00Z 2025 10 2025-10-30T04:00:00Z 2025-12-02T04:59:59Z 2025-12-02T10:00:23Z 2025-19692 0 0 09000064b9058008
DOT-OST-2021-0093-0484 DOT None DOT-OST-2021-0093 Procedures for Transportation Workplace Drug and Alcohol Testing Programs Proposed Rule Request for Comment 2025-10-01T04:00:00Z 2025 10 2025-10-01T04:00:00Z 2025-11-16T04:59:59Z 2025-11-16T10:00:11Z 2025-19119 0 0 09000064b8fec9fb
DOT-OST-2025-0049-0001 DOT None DOT-OST-2025-0049 Procedures for Transportation Workplace Drug and Alcohol Testing Programs: Addition of Fentanyl to the Department of Transportation's Drug-Testing Panel; Harmonization with Certain Items in the HHS Mandatory Guidelines for Urine and Oral Fluid; and Technical Amendments Proposed Rule Notice of Proposed Rulemaking (NPRM) 2025-09-02T04:00:00Z 2025 9 2025-09-02T04:00:00Z 2025-10-18T03:59:59Z 2025-10-22T09:00:15Z 2025-16720 0 0 09000064b8f3249d
DOT-OST-2025-0007-0001 DOT None DOT-OST-2025-0007 Administrative Rulemaking, Guidance, and Enforcement Procedures Proposed Rule Notice of Proposed Rulemaking (NPRM) 2025-05-16T04:00:00Z 2025 5 2025-05-16T04:00:00Z 2025-06-17T03:59:59Z 2025-06-18T09:00:08Z 2025-08724 0 0 09000064b8d62a98
DOT-OST-2025-0026-0001 DOT None DOT-OST-2025-0026 Ensuring Lawful Regulation; Reducing Regulation and Controlling Regulatory Costs Proposed Rule Request for Comment 2025-04-03T04:00:00Z 2025 4 2025-04-03T04:00:00Z 2025-05-06T03:59:59Z 2025-09-24T09:00:22Z 2025-05557 0 0 0900006486a6519f
DOT-OST-2020-0229-0054 DOT None DOT-OST-2020-0229 Procedures for Considering Environmental Impacts Proposed Rule Withdrawal 2025-01-17T05:00:00Z 2025 1 2025-01-17T05:00:00Z   2025-01-21T14:20:07Z 2025-01199 0 0 09000064868cb7df

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