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

9 rows where agency_id = "FMCSA" and docket_id = "FMCSA-2014-0111" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2014 5
  • 2016 3
  • 2015 1

document_type 2

  • Notice 6
  • Other 3

agency_id 1

  • FMCSA · 9 ✖
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-0111-0015 FMCSA Application for an Exemption from Illumination Fireworks, LLC and ACE Pyro LLC FMCSA-2014-0111 Hours of Service of Drivers: Illumination Fireworks, LLC and ACE Pyro, LLC; 14-Hour Rule During Independence Day Celebrations Notice Notice of Final Rule 2016-07-05T04:00:00Z 2016 7 2016-07-05T04:00:00Z   2024-11-11T21:26:42Z 2016-15798 1 0 09000064820874fa
FMCSA-2014-0111-0013 FMCSA Application for an Exemption from Illumination Fireworks, LLC and ACE Pyro LLC FMCSA-2014-0111 Illumination Fireworks LLC- Petition for Exemption Other Petitions for Exemption 2016-03-17T04:00:00Z 2016 3 2016-03-17T04:00:00Z   2024-11-12T05:58:21Z   1 0 0900006481ec7e93
FMCSA-2014-0111-0012 FMCSA Application for an Exemption from Illumination Fireworks, LLC and ACE Pyro LLC FMCSA-2014-0111 Hours of Service of Drivers; Exemption Applications: Illumination Fireworks, LLC and ACE Pyro, LLC; 14-Hour Rule During Independence Day Celebrations Notice Request for Comments 2016-03-16T04:00:00Z 2016 3 2016-03-16T04:00:00Z 2016-04-16T03:59:59Z 2024-11-12T05:54:33Z 2016-05907 1 0 0900006481ec762d
FMCSA-2014-0111-0011 FMCSA Application for an Exemption from Illumination Fireworks, LLC and ACE Pyro LLC FMCSA-2014-0111 Hours of Service of Drivers; Exemption Renewals: Illumination Fireworks, LLC and ACE Pyro, LLC; Exemptions from the 14-Hour Rule during Independence Day Celebrations Notice Notice of Final Rule 2015-06-26T04:00:00Z 2015 6 2015-06-26T04:00:00Z   2024-11-11T21:01:55Z 2015-15723 1 0 0900006481b57271
FMCSA-2014-0111-0008 FMCSA Application for an Exemption from Illumination Fireworks, LLC and ACE Pyro LLC FMCSA-2014-0111 Hours of Service of Drivers; Exemption Applications: Illumination Fireworks, LLC and ACE Pyro, LLC Notice Request for Comments 2014-10-14T04:00:00Z 2014 10 2014-10-14T04:00:00Z 2014-11-14T04:59:59Z 2024-11-07T23:10:56Z 2014-24287 1 0 09000064818bca51
FMCSA-2014-0111-0007 FMCSA Application for an Exemption from Illumination Fireworks, LLC and ACE Pyro LLC FMCSA-2014-0111 Illumination Fireworks and Ace Pyro, LLC - Application for Exemption Other Application 2014-09-22T04:00:00Z 2014 9 2014-09-22T04:00:00Z   2024-11-07T23:10:02Z   1 0 0900006481877fb9
FMCSA-2014-0111-0006 FMCSA Application for an Exemption from Illumination Fireworks, LLC and ACE Pyro LLC FMCSA-2014-0111 Hours of Service of Drivers; Exemption Applications: Illumination Fireworks, LLC; ACE Pyro LLC Notice Notice of Change 2014-06-27T04:00:00Z 2014 6 2014-06-27T04:00:00Z   2014-06-27T14:08:05Z 2014-15043 0 0 090000648176f73c
FMCSA-2014-0111-0002 FMCSA Application for an Exemption from Illumination Fireworks, LLC and ACE Pyro LLC FMCSA-2014-0111 Hours of Service of Drivers; Applications for Exemption from the 14-Hour Rule during Independence Day Celebrations: Illumination Fireworks, LLC and ACE Pyro LLC Notice Request for Comments 2014-05-13T04:00:00Z 2014 5 2014-05-13T04:00:00Z 2014-06-03T03:59:59Z 2024-11-12T05:25:47Z 2014-10978 1 0 09000064816f4160
FMCSA-2014-0111-0001 FMCSA Application for an Exemption from Illumination Fireworks, LLC and ACE Pyro LLC FMCSA-2014-0111 Illumination Fireworks, LLC and ACE Pyro, LLC - Application for Exemption Other Application 2014-05-12T04:00:00Z 2014 5 2014-05-12T04:00:00Z   2024-11-11T20:52:30Z   1 0 09000064816f0494

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