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 docket_id = "FMCSA-2007-27748" and document_type = "Rule" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 7

  • 2017 4
  • 2008 2
  • 2007 1
  • 2016 1
  • 2020 1
  • 2021 1
  • 2022 1

document_type 1

  • Rule · 11 ✖

agency_id 1

  • FMCSA 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
FMCSA-2007-27748-1497 FMCSA Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators FMCSA-2007-27748 Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators; Correcting amendment Rule Final Rule 2022-03-18T04:00:00Z 2022 3 2022-03-18T04:00:00Z   2024-11-07T00:36:57Z 2022-05709 1 0 0900006484fd351f
FMCSA-2007-27748-1496 FMCSA Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators FMCSA-2007-27748 Extension of Compliance Date for Entry-Level Driver Training Rule Final Rule 2021-06-30T04:00:00Z 2021 6 2021-06-30T04:00:00Z   2024-11-06T23:48:40Z 2021-13893 1 0 0900006484bc2970
FMCSA-2007-27748-1474 FMCSA Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators FMCSA-2007-27748 Extension of Compliance Date for Entry-Level Driver Training Rule Final Rule with Request for Comments 2020-02-04T05:00:00Z 2020 2 2020-02-04T05:00:00Z 2020-03-21T03:59:59Z 2024-11-12T23:16:53Z 2020-01548 1 0 09000064843250d0
FMCSA-2007-27748-1412 FMCSA Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators FMCSA-2007-27748 Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators Rule Final Rule 2017-05-23T04:00:00Z 2017 5 2017-05-23T04:00:00Z   2019-09-05T13:08:02Z 2017-10556 0 0 090000648260047e
FMCSA-2007-27748-1410 FMCSA Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators FMCSA-2007-27748 Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators Rule Final Rule with Request for Comments 2017-03-21T04:00:00Z 2017 3 2017-03-21T04:00:00Z   2017-03-21T15:30:51Z 2017-05525 0 0 0900006482515968
FMCSA-2007-27748-1403 FMCSA Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators FMCSA-2007-27748 Commercial Driver's License Requirements: Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators Rule Final Rule 2017-02-01T05:00:00Z 2017 2 2017-02-01T05:00:00Z   2019-09-05T17:54:59Z 2017-02150 0 0 09000064824a3c27
FMCSA-2007-27748-1398 FMCSA Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators FMCSA-2007-27748 Commercial Driver's License Requirements: Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators; Correction Rule Final Rule 2017-01-10T05:00:00Z 2017 1 2017-01-10T05:00:00Z   2017-01-10T16:46:45Z 2016-31784 0 0 0900006482456c34
FMCSA-2007-27748-1289 FMCSA Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators FMCSA-2007-27748 Commercial Driver's License Requirements: Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators Rule Final Rule 2016-12-08T05:00:00Z 2016 12 2016-12-08T05:00:00Z   2019-09-05T13:07:43Z 2016-28012 0 0 09000064823eca2a
FMCSA-2007-27748-0769 FMCSA Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators FMCSA-2007-27748 Availability of Supporting Materials Rule Federal Register Publication 2008-06-24T04:00:00Z 2008 6 2008-06-24T04:00:00Z   2019-09-05T13:29:28Z E8-14008 0 0 090000648063a9fa
FMCSA-2007-27748-0326 FMCSA Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators FMCSA-2007-27748 Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators: Updated Information and Extension of Comment Period Rule Federal Register Publication 2008-03-24T04:00:00Z 2008 3 2008-03-24T04:00:00Z 2008-05-24T03:59:59Z 2019-09-05T13:28:36Z E8-05905 0 0 0900006480405799
FMCSA-2007-27748-0001 FMCSA Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators FMCSA-2007-27748 Minimum Training Requirements for Entry-Level Commercial Motor Vehicle Operators Rule Federal Register Publication 2007-12-26T05:00:00Z 2007 12 2007-12-26T05:00:00Z 2008-03-26T03:59:59Z 2019-09-05T13:06:23Z E7-24769 0 0 090000648037e7f7

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