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

10 rows where agency_id = "FMCSA" and docket_id = "FMCSA-2014-0379" 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 6

  • 2015 2
  • 2019 2
  • 2021 2
  • 2023 2
  • 2014 1
  • 2017 1

document_type 1

  • Notice 10

agency_id 1

  • FMCSA · 10 ✖
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-2014-0379-0012 FMCSA None FMCSA-2014-0379 Qualification of Drivers; Exemption Applications: Epilepsy and Seizure Disorders Notice Notice of Renewal 2023-05-24T04:00:00Z 2023 5 2023-05-24T04:00:00Z   2024-11-07T01:15:11Z 2023-11065 1 0 0900006485a47c94
FMCSA-2014-0379-0011 FMCSA None FMCSA-2014-0379 Exemption Application: Qualification of Drivers; Epilepsy and Seizure Disorders Notice Notice of Renewal 2023-04-12T04:00:00Z 2023 4 2023-04-12T04:00:00Z 2023-05-13T03:59:59Z 2024-11-07T00:50:03Z 2023-07649 1 0 09000064859344b4
FMCSA-2014-0379-0010 FMCSA None FMCSA-2014-0379 Qualification of Drivers; Exemption Applications: Epilepsy and Seizure Disorders Notice Notice of Final Rule 2021-06-09T04:00:00Z 2021 6 2021-06-09T04:00:00Z   2021-06-24T14:07:12Z 2021-12065 0 0 0900006484b5fbc6
FMCSA-2014-0379-0009 FMCSA None FMCSA-2014-0379 Qualification of Drivers; Exemption Applications: Epilepsy and Seizure Disorders Notice Request for Comments 2021-04-22T04:00:00Z 2021 4 2021-04-22T04:00:00Z 2021-05-25T03:59:59Z 2024-11-06T23:47:07Z 2021-08341 1 0 0900006484ab2dd3
FMCSA-2014-0379-0008 FMCSA None FMCSA-2014-0379 Qualification of Drivers; Exemption Applications: Epilepsy and Seizure Disorders Notice Notice of Intent 2019-07-15T04:00:00Z 2019 7 2019-07-15T04:00:00Z   2024-11-12T23:03:55Z 2019-14979 1 0 0900006483d8f011
FMCSA-2014-0379-0007 FMCSA None FMCSA-2014-0379 Qualification of Drivers; Exemption Applications: Epilepsy and Seizure Disorders Notice Request for Comments 2019-03-28T04:00:00Z 2019 3 2019-03-28T04:00:00Z 2019-04-30T03:59:59Z 2024-11-12T22:57:27Z 2019-05948 1 0 0900006483b3a540
FMCSA-2014-0379-0006 FMCSA None FMCSA-2014-0379 Qualification of Drivers; Exemption Applications: Epilepsy and Seizure Disorders Notice Request for Comments 2017-05-23T04:00:00Z 2017 5 2017-05-23T04:00:00Z 2017-06-23T03:59:59Z 2024-11-07T01:00:05Z 2017-10569 1 0 0900006482600dbe
FMCSA-2014-0379-0005 FMCSA None FMCSA-2014-0379 Qualification of Drivers; Exemption Applications: Epilepsy and Seizure Disorders Notice   2015-09-14T04:00:00Z 2015 9 2015-09-14T04:00:00Z   2015-09-14T13:30:14Z 2015-23036 0 0 0900006481c6c14c
FMCSA-2014-0379-0004 FMCSA None FMCSA-2014-0379 Qualification of Drivers; Exemption Applications: Epilepsy and Seizure Disorders; Denials Notice Notice of Intent 2015-06-04T04:00:00Z 2015 6 2015-06-04T04:00:00Z   2015-06-04T14:41:47Z 2015-13657 0 0 0900006481b1ab23
FMCSA-2014-0379-0001 FMCSA None FMCSA-2014-0379 Qualification of Drivers; Exemption Applications: Epilepsy and Seizure Disorders Notice Request for Comments 2014-11-24T05:00:00Z 2014 11 2014-11-24T05:00:00Z 2014-12-25T04:59:59Z 2014-12-11T16:10:39Z 2014-27755 0 0 090000648194144e

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