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

10 rows where agency_id = "FMCSA", document_type = "Proposed Rule" and posted_year = 2023 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2023 · 10 ✖

document_type 1

  • Proposed Rule · 10 ✖

agency_id 1

  • FMCSA · 10 ✖
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
FMCSA-2022-0003-0019 FMCSA None FMCSA-2022-0003 Safety Fitness Determinations Proposed Rule Extension of Comment Period 2023-10-23T04:00:00Z 2023 10 2023-10-23T04:00:00Z   2023-11-04T22:28:27Z 2023-23303 0 0 09000064861236e0
FMCSA-2022-0003-0005 FMCSA None FMCSA-2022-0003 Safety Fitness Determinations Proposed Rule Advance Notice of Proposed Rulemaking (ANPRM) 2023-08-29T04:00:00Z 2023 8 2023-08-29T04:00:00Z 2023-11-30T04:59:59Z 2023-12-01T02:00:30Z 2023-18494 0 0 0900006485f0964e
FMCSA-2023-0122-0001 FMCSA None FMCSA-2023-0122 Incorporation by Reference; North American Standard Out-of-Service Criteria; Hazardous Materials Safety Permits Proposed Rule Notice of Proposed Rulemaking (NPRM) 2023-07-24T04:00:00Z 2023 7 2023-07-24T04:00:00Z 2023-08-24T03:59:59Z 2023-09-15T14:50:52Z 2023-15412 0 0 0900006485d2156c
FMCSA-2022-0171-0001 FMCSA None FMCSA-2022-0171 Automatic Emergency Braking Test Devices: Heavy Vehicle Automatic Emergency Braking Proposed Rule Notice of Proposed Rulemaking (NPRM) 2023-07-06T04:00:00Z 2023 7 2023-07-06T04:00:00Z 2023-09-06T03:59:59Z 2025-06-04T16:58:51Z 2023-13622 0 0 0900006485c6c033
FMCSA-2023-0007-0001 FMCSA None FMCSA-2023-0007 Exemption from Operating Authority Regulations for Providers of Recreational Activities Proposed Rule Notice of Proposed Rulemaking (NPRM) 2023-06-21T04:00:00Z 2023 6 2023-06-21T04:00:00Z 2023-08-22T03:59:59Z 2023-08-22T01:03:27Z 2023-13081 0 0 0900006485b91207
FMCSA-2023-0008-0002 FMCSA None FMCSA-2023-0008 Fees for the Unified Carrier Registration Plan and Agreement Proposed Rule Notice of Proposed Rulemaking (NPRM) 2023-03-16T04:00:00Z 2023 3 2023-03-16T04:00:00Z 2023-04-18T03:59:59Z 2023-04-18T12:14:07Z 2023-05292 0 0 09000064857b8e51
FMCSA-2022-0134-0111 FMCSA None FMCSA-2022-0134 Definitions of Broker and Bona Fide Agents Proposed Rule Request for Comment 2023-03-08T05:00:00Z 2023 3 2023-03-08T05:00:00Z 2023-04-07T03:59:59Z 2024-11-12T23:52:02Z 2023-04717 1 0 0900006485776dbc
FMCSA-2016-0102-0139 FMCSA None FMCSA-2016-0102 Broker and Freight Forwarder Financial Responsibility Proposed Rule Notice of Proposed Rulemaking (NPRM) 2023-03-08T05:00:00Z 2023 3 2023-03-08T05:00:00Z 2023-04-07T03:59:59Z 2023-04-12T01:00:47Z 2023-04716 0 0 0900006485776d34
FMCSA-2018-0037-0323 FMCSA None FMCSA-2018-0037 Safe Integration of Automated Driving Systems-Equipped Commercial Motor Vehicles Proposed Rule Advance Notice of Proposed Rulemaking (ANPRM) 2023-02-01T05:00:00Z 2023 2 2023-02-01T05:00:00Z 2023-03-21T03:59:59Z 2026-03-04T10:00:19Z 2023-02073 0 0 0900006485625978
FMCSA-2016-0102-0081 FMCSA None FMCSA-2016-0102 Broker and Freight Forwarder Financial Responsibility Proposed Rule Notice of Proposed Rulemaking (NPRM) 2023-01-05T05:00:00Z 2023 1 2023-01-05T05:00:00Z 2023-03-07T04:59:59Z 2023-04-10T13:12:56Z 2022-28259 0 0 090000648558a92d

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