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-2013-0161" and posted_year = 2017 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Notice 9
  • Rule 2

posted_year 1

  • 2017 · 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-2013-0161-0079 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Hours of Service of Drivers of Commercial Motor Vehicles: Electronic Logging Devices; Limited 90-Day Waiver for the Transportation of Agricultural Commodities Rule Interim Final Rule 2017-12-20T05:00:00Z 2017 12 2017-12-20T05:00:00Z   2018-02-18T01:53:22Z 2017-27311 0 0 0900006482d3f3c6
FMCSA-2013-0161-0078 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2017-12-11T05:00:00Z 2017 12 2017-12-11T05:00:00Z   2019-10-29T12:24:37Z 2017-26722 0 0 0900006482cf748e
FMCSA-2013-0161-0077 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2017-11-22T05:00:00Z 2017 11 2017-11-22T05:00:00Z   2019-10-29T12:24:45Z 2017-25400 0 0 0900006482c9ed03
FMCSA-2013-0161-0076 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2017-10-17T04:00:00Z 2017 10 2017-10-17T04:00:00Z   2019-10-29T12:24:52Z 2017-22580 0 0 0900006482bd204d
FMCSA-2013-0161-0075 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Notice of Intent 2017-08-23T04:00:00Z 2017 8 2017-08-23T04:00:00Z   2017-08-23T13:03:44Z 2017-17903 0 0 0900006482a9c6eb
FMCSA-2013-0161-0073 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Commercial Driver's License Standards: Regulatory Guidance Concerning the Issuance of Commercial Learner's Permits Rule Final Rule 2017-08-03T04:00:00Z 2017 8 2017-08-03T04:00:00Z   2019-10-28T14:33:32Z 2017-16338 0 0 090000648299994f
FMCSA-2013-0161-0072 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2017-05-30T04:00:00Z 2017 5 2017-05-30T04:00:00Z   2019-10-29T12:25:15Z 2017-11179 0 0 0900006482666071
FMCSA-2013-0161-0071 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2017-05-17T04:00:00Z 2017 5 2017-05-17T04:00:00Z   2017-05-17T17:34:17Z 2017-10050 0 0 09000064825cf3f7
FMCSA-2013-0161-0066 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2017-04-18T04:00:00Z 2017 4 2017-04-18T04:00:00Z   2017-04-18T15:26:23Z 2017-07916 0 0 090000648255c29b
FMCSA-2013-0161-0064 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings: Electronic Logging Device Technical Specification Notice Meeting 2017-04-04T04:00:00Z 2017 4 2017-04-04T04:00:00Z   2019-10-29T12:25:42Z 2017-06618 0 0 0900006482539a70
FMCSA-2013-0161-0063 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2017-03-03T05:00:00Z 2017 3 2017-03-03T05:00:00Z   2017-03-03T16:35:34Z 2017-04317 0 0 09000064824e9488

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