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-2018-0248" and document_type = "Proposed Rule" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2018 7
  • 2019 4

document_type 1

  • Proposed 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-2018-0248-6697 FMCSA None FMCSA-2018-0248 Hours of Service of Drivers; Extension of Comment Period Proposed Rule Notice of Proposed Rulemaking (NPRM) 2019-09-19T04:00:00Z 2019 9 2019-09-19T04:00:00Z   2025-07-07T21:21:10Z 2019-20225 0 0 0900006483f9b1a5
FMCSA-2018-0248-6270 FMCSA None FMCSA-2018-0248 Hours of Service of Drivers Proposed Rule Public Hearing 2019-09-03T04:00:00Z 2019 9 2019-09-03T04:00:00Z   2025-07-07T21:20:18Z 2019-18978 0 0 0900006483ee2325
FMCSA-2018-0248-5454 FMCSA None FMCSA-2018-0248 Hours of Service of Drivers Proposed Rule Notice of Proposed Rulemaking (NPRM) 2019-08-22T04:00:00Z 2019 8 2019-08-22T04:00:00Z 2019-10-22T03:59:59Z 2026-02-10T19:39:29Z 2019-17810 0 0 0900006483e8c2bb
FMCSA-2018-0248-5400 FMCSA None FMCSA-2018-0248 Hours of Service of Drivers Proposed Rule Public Meeting 2019-08-20T04:00:00Z 2019 8 2019-08-20T04:00:00Z   2025-07-07T21:17:50Z 2019-17837 0 0 0900006483e73d9a
FMCSA-2018-0248-3898 FMCSA None FMCSA-2018-0248 Hours of Service Proposed Rule Advance Notice of Proposed Rulemaking (ANPRM) 2018-10-04T04:00:00Z 2018 10 2018-10-04T04:00:00Z   2025-07-07T20:56:38Z 2018-21628 0 0 0900006483794f73
FMCSA-2018-0248-3371 FMCSA None FMCSA-2018-0248 Meetings: Hours of Service; Public Listening Sessions Proposed Rule Advance Notice of Proposed Rulemaking (ANPRM) 2018-09-27T04:00:00Z 2018 9 2018-09-27T04:00:00Z   2025-07-07T20:55:13Z 2018-21087 0 0 0900006483779f4b
FMCSA-2018-0248-2722 FMCSA None FMCSA-2018-0248 Hours of Service Proposed Rule Advance Notice of Proposed Rulemaking (ANPRM) 2018-09-20T04:00:00Z 2018 9 2018-09-20T04:00:00Z   2025-07-07T20:53:26Z 2018-20427 0 0 0900006483735957
FMCSA-2018-0248-2723 FMCSA None FMCSA-2018-0248 Hours of Service of Drivers Proposed Rule Advance Notice of Proposed Rulemaking (ANPRM) 2018-09-20T04:00:00Z 2018 9 2018-09-20T04:00:00Z 2018-10-11T03:59:59Z 2025-07-07T20:53:27Z 2018-20430 0 0 0900006483735b65
FMCSA-2018-0248-1632 FMCSA None FMCSA-2018-0248 Hours of Service Proposed Rule Notice of Proposed Rulemaking (NPRM) 2018-09-06T04:00:00Z 2018 9 2018-09-06T04:00:00Z   2025-07-07T20:45:31Z 2018-19255 0 0 09000064836af4dc
FMCSA-2018-0248-0160 FMCSA None FMCSA-2018-0248 Hours of Service of Drivers Proposed Rule Advance Notice of Proposed Rulemaking (ANPRM) 2018-08-23T04:00:00Z 2018 8 2018-08-23T04:00:00Z 2018-10-11T03:59:59Z 2025-07-07T20:37:57Z 2018-18379 0 0 0900006483648b16
FMCSA-2018-0248-0159 FMCSA None FMCSA-2018-0248 Hours of Service Proposed Rule Advance Notice of Proposed Rulemaking (ANPRM) 2018-08-23T04:00:00Z 2018 8 2018-08-23T04:00:00Z   2025-07-07T20:37:57Z 2018-18380 0 0 09000064836489fe

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