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 = 2019 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, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

document_type 2

  • Notice 9
  • Rule 3

posted_year 1

  • 2019 · 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-0140 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Annual Random Controlled Substances Testing Percentage Rate for Calendar Year 2020 Notice Notice of Change 2019-12-27T05:00:00Z 2019 12 2019-12-27T05:00:00Z   2024-11-12T23:14:52Z 2019-28164 1 0 09000064842528ae
FMCSA-2013-0161-0139 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Revisions to Civil Penalty Amounts Rule Final Rule 2019-10-29T04:00:00Z 2019 10 2019-10-29T04:00:00Z   2024-11-12T23:10:26Z C1-2019-14101 1 0 0900006484103d26
FMCSA-2013-0161-0137 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2019-10-09T04:00:00Z 2019 10 2019-10-09T04:00:00Z   2019-10-29T12:17:19Z 2019-22245 0 0 09000064840636a6
FMCSA-2013-0161-0138 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2019-10-09T04:00:00Z 2019 10 2019-10-09T04:00:00Z   2019-10-29T12:17:03Z 2019-22244 0 0 09000064840637a1
FMCSA-2013-0161-0136 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 General Technical, Organizational, Conforming, and Correcting Amendments to the Federal Motor Carrier Safety Regulations Rule Final Rule 2019-09-30T04:00:00Z 2019 9 2019-09-30T04:00:00Z   2019-10-29T12:17:25Z 2019-20591 0 0 0900006483feac78
FMCSA-2013-0161-0135 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 National Hazardous Materials Route Registry Notice Notice of Change 2019-09-24T04:00:00Z 2019 9 2019-09-24T04:00:00Z   2019-10-29T12:17:36Z 2019-20587 0 0 0900006483fbc93d
FMCSA-2013-0161-0134 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2019-09-10T04:00:00Z 2019 9 2019-09-10T04:00:00Z   2019-09-10T13:29:12Z 2019-19620 0 0 0900006483f24c7e
FMCSA-2013-0161-0133 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2019-09-03T04:00:00Z 2019 9 2019-09-03T04:00:00Z   2019-10-29T12:17:49Z 2019-18984 0 0 0900006483ee2165
FMCSA-2013-0161-0132 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2019-08-12T04:00:00Z 2019 8 2019-08-12T04:00:00Z   2019-10-29T12:17:56Z 2019-17340 0 0 0900006483e2d55e
FMCSA-2013-0161-0131 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Revisions to Civil Penalty Amounts Rule Final Rule 2019-07-31T04:00:00Z 2019 7 2019-07-31T04:00:00Z   2019-10-29T12:18:03Z 2019-14101 0 0 0900006483dd4981
FMCSA-2013-0161-0130 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2019-07-19T04:00:00Z 2019 7 2019-07-19T04:00:00Z   2019-10-29T12:18:52Z 2019-15522 0 0 0900006483da06a7
FMCSA-2013-0161-0129 FMCSA Federal Registers for Applications, Notices, and Orders - Miscellaneous FMCSA-2013-0161 Meetings; Sunshine Act Notice Meeting 2019-03-21T04:00:00Z 2019 3 2019-03-21T04:00:00Z   2019-10-29T12:19:00Z 2019-05518 0 0 0900006483b0d1d1

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