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 docket_id = "FMCSA-2014-0420" and document_type = "Notice" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 5

  • 2020 2
  • 2025 2
  • 2014 1
  • 2015 1
  • 2016 1

document_type 1

  • Notice · 7 ✖

agency_id 1

  • FMCSA 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
FMCSA-2014-0420-0129 FMCSA None FMCSA-2014-0420 Exemption Application: Hours of Service of Drivers: Specialized Carriers and Rigging Association Notice Notice of Renewal 2025-12-04T05:00:00Z 2025 12 2025-12-04T05:00:00Z   2025-12-04T18:30:30Z 2025-21936 0 0 09000064b90add41
FMCSA-2014-0420-0113 FMCSA None FMCSA-2014-0420 Exemption Application: Hours of Service of Drivers; Specialized Carriers and Rigging Association Notice Request for Comments 2025-06-20T04:00:00Z 2025 6 2025-06-20T04:00:00Z 2025-07-22T03:59:59Z 2025-07-22T09:00:16Z 2025-11366 0 0 09000064b8e1d82b
FMCSA-2014-0420-0110 FMCSA None FMCSA-2014-0420 Hours of Service of Drivers; Exemption Applications: Specialized Carriers and Rigging Assn. Notice Notice of Final Rule 2020-06-24T00:00:00Z 2020 6 2020-06-24T00:00:00Z   2025-05-15T09:00:11Z 2020-13597 0 0 09000064847043bb
FMCSA-2014-0420-0089 FMCSA None FMCSA-2014-0420 Hours of Service of Drivers; Exemption Applications: Specialized Carriers and Rigging Association Notice Request for Comments 2020-04-30T00:00:00Z 2020 4 2020-04-30T00:00:00Z 2020-06-02T03:59:59Z 2025-05-15T00:56:07Z 2020-09171 0 0 0900006484528438
FMCSA-2014-0420-0087 FMCSA None FMCSA-2014-0420 Hours of Service of Drivers; Exemption Applications: Specialized Carriers and Rigging Association; FAST Act Extension of Expiration Date Notice Notice of Intent 2016-11-14T00:00:00Z 2016 11 2016-11-14T00:00:00Z   2025-05-15T00:55:24Z 2016-27267 0 0 09000064823930c9
FMCSA-2014-0420-0084 FMCSA None FMCSA-2014-0420 Hours of Service of Drivers; Exemption Applications: Specialized Carriers and Rigging Association Notice Notice of Change 2015-06-18T04:00:00Z 2015 6 2015-06-18T04:00:00Z   2015-06-18T13:36:10Z 2015-15018 0 0 0900006481b44b5c
FMCSA-2014-0420-0001 FMCSA None FMCSA-2014-0420 Qualification of Drivers; Exemption Applications: Hours of Service of Drivers: Specialized Carriers and Rigging Association Notice Request for Comments 2014-11-24T00:00:00Z 2014 11 2014-11-24T00:00:00Z 2014-12-25T04:59:59Z 2025-05-15T00:53:46Z 2014-27743 0 0 09000064819413b5

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