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

12 rows where docket_id = "FMCSA-2013-0161" and posted_year = 2014 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, posted_date (date), comment_start_date (date), last_modified (date)

document_type 2

  • Notice 7
  • Rule 5

posted_year 1

  • 2014 · 12 ✖

agency_id 1

  • FMCSA 12
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-0026 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Hours of Service of Drivers Rule Final Rule 2014-12-22T05:00:00Z 2014 12 2014-12-22T05:00:00Z   2014-12-22T17:27:48Z 2014-30028 0 0 090000648198b28a
FMCSA-2013-0161-0025 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice   2014-11-06T05:00:00Z 2014 11 2014-11-06T05:00:00Z   2016-09-14T15:25:14Z 2014-26519 0 0 090000648191b277
FMCSA-2013-0161-0024 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Guidance: Applicability of Language Requirement to Drivers Who Do Not Meet the Hearing Standard Rule Policy Statement 2014-10-01T04:00:00Z 2014 10 2014-10-01T04:00:00Z   2014-10-02T14:38:42Z 2014-23435 0 0 090000648189f978
FMCSA-2013-0161-0023 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2014-09-22T04:00:00Z 2014 9 2014-09-22T04:00:00Z   2014-09-23T14:12:44Z 2014-22555 0 0 0900006481885b19
FMCSA-2013-0161-0022 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2014-08-05T04:00:00Z 2014 8 2014-08-05T04:00:00Z   2014-08-05T14:36:09Z 2014-18563 0 0 09000064818029cd
FMCSA-2013-0161-0020 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Hours of Service for Commercial Motor Vehicle Drivers: Regulatory Guidance Concerning Records of Duty Status Generated by Logging Software Programs Rule Policy Statement 2014-07-10T04:00:00Z 2014 7 2014-07-10T04:00:00Z   2014-07-10T14:20:21Z 2014-15951 0 0 090000648179cd6d
FMCSA-2013-0161-0021 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2014-07-10T04:00:00Z 2014 7 2014-07-10T04:00:00Z   2014-07-10T14:23:40Z 2014-16284 0 0 090000648179cda5
FMCSA-2013-0161-0019 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2014-06-03T04:00:00Z 2014 6 2014-06-03T04:00:00Z   2014-06-03T14:41:45Z 2014-13000 0 0 0900006481725ded
FMCSA-2013-0161-0018 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Regulatory Guidances: Automatic On-Board Recording Devices Rule Final Rule 2014-05-12T04:00:00Z 2014 5 2014-05-12T04:00:00Z   2014-05-12T13:48:07Z 2014-10822 0 0 09000064816f06a8
FMCSA-2013-0161-0017 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Rescissions of Certain Emergency Exemptions Rule Final Rule 2014-04-10T04:00:00Z 2014 4 2014-04-10T04:00:00Z   2014-04-10T13:42:36Z 2014-08021 0 0 09000064816ad5a3
FMCSA-2013-0161-0016 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2014-03-31T04:00:00Z 2014 3 2014-03-31T04:00:00Z   2014-03-31T14:19:48Z 2014-07218 0 0 09000064816911d2
FMCSA-2013-0161-0015 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2014-02-14T05:00:00Z 2014 2 2014-02-14T05:00:00Z   2014-02-14T14:58:00Z 2014-03459 0 0 0900006481566106

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