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-2013-0275" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2013 4
  • 2015 2
  • 2017 1

document_type 2

  • Notice 5
  • Other 2

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-2013-0275-0014 FMCSA Hours of Service of Drivers: United States Department of Defense (DOD) Application for Exemption FMCSA-2013-0275 Hours of Service of Drivers: U.S. Department of Defense (DOD); Application for Renewal of Exemption Notice Request for Comments 2017-10-20T04:00:00Z 2017 10 2017-10-20T04:00:00Z 2017-11-21T04:59:59Z 2024-11-07T00:59:15Z 2017-22832 1 0 0900006482be92a9
FMCSA-2013-0275-0013 FMCSA Hours of Service of Drivers: United States Department of Defense (DOD) Application for Exemption FMCSA-2013-0275 Hours of Service of Drivers; Exemption Renewals: U.S. Department of Defense Notice Notice of Final Rule 2015-10-07T04:00:00Z 2015 10 2015-10-07T04:00:00Z   2024-11-12T05:49:16Z 2015-25520 1 0 0900006481cb6340
FMCSA-2013-0275-0012 FMCSA Hours of Service of Drivers: United States Department of Defense (DOD) Application for Exemption FMCSA-2013-0275 Hours of Service of Drivers; Exemption Applications: U.S. Department of Defense Notice Request for Comments 2015-04-16T04:00:00Z 2015 4 2015-04-16T04:00:00Z 2015-05-19T03:59:59Z 2015-04-16T13:14:15Z 2015-08724 0 0 0900006481aa91ce
FMCSA-2013-0275-0010 FMCSA Hours of Service of Drivers: United States Department of Defense (DOD) Application for Exemption FMCSA-2013-0275 Hours of Service of Drivers; Exemption Applications: Department of Defense Notice Notice of Change 2013-10-28T04:00:00Z 2013 10 2013-10-28T04:00:00Z   2013-10-28T14:33:07Z 2013-25375 0 0 0900006481463185
FMCSA-2013-0275-0003 FMCSA Hours of Service of Drivers: United States Department of Defense (DOD) Application for Exemption FMCSA-2013-0275 Hours of Service of Drivers; Exemption Applications: U.S. Department of Defense Notice Request for Comments 2013-08-12T04:00:00Z 2013 8 2013-08-12T04:00:00Z 2013-09-12T03:59:59Z 2024-11-07T22:58:20Z 2013-19396 1 0 09000064813ac4c0
FMCSA-2013-0275-0002 FMCSA Hours of Service of Drivers: United States Department of Defense (DOD) Application for Exemption FMCSA-2013-0275 U.S. DOT/FMCSA - Waiver Decision Other Decision 2013-07-30T04:00:00Z 2013 7 2013-07-30T04:00:00Z   2024-11-07T22:53:50Z   1 0 090000648138516e
FMCSA-2013-0275-0001 FMCSA Hours of Service of Drivers: United States Department of Defense (DOD) Application for Exemption FMCSA-2013-0275 Department of the Army Military Surface Deployment and Distributation Command - Request for Exemption Other Request 2013-07-02T04:00:00Z 2013 7 2013-07-02T04:00:00Z   2024-11-12T05:15:56Z   1 0 090000648134ec94

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