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 docket_id = "FMCSA-2014-0327" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2014 7
  • 2015 3

document_type 1

  • Other 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-0327-0010 FMCSA None FMCSA-2014-0327 In the Matter of RG Transportation, Inc. - Regional Field Administrator's Notice of 49 C.F.R. 385.17 Safety Rating Upgrade Other Adjudication Notice 2015-03-23T04:00:00Z 2015 3 2015-03-23T04:00:00Z   2024-11-07T23:14:54Z   1 0 0900006481a4ae64
FMCSA-2014-0327-0008 FMCSA None FMCSA-2014-0327 In the Matter of RG Transportation, Inc. - Second Interim Order on Petition for Administrative Review of Safety Rating Other Order 2015-01-02T05:00:00Z 2015 1 2015-01-02T05:00:00Z   2024-11-11T20:56:08Z   1 0 090000648198400b
FMCSA-2014-0327-0009 FMCSA None FMCSA-2014-0327 In the Matter of RG Transportation, Inc. - Regional Field Administrator's Response to Second Interim Order on Petition for Administrative Review of Safety Rating Other Response(s) 2015-01-02T05:00:00Z 2015 1 2015-01-02T05:00:00Z   2024-11-12T05:29:38Z   1 0 090000648199d9ea
FMCSA-2014-0327-0007 FMCSA None FMCSA-2014-0327 In the Matter of RG Transportation, Inc. - Petitioner's Rebuttal to Field Administrator's Response Other Administrative Adjudication 2014-12-15T05:00:00Z 2014 12 2014-12-15T05:00:00Z   2024-11-12T05:29:39Z   1 0 0900006481976a10
FMCSA-2014-0327-0006 FMCSA None FMCSA-2014-0327 In the Matter of RG Transportation, Inc. - Regional Field Administrator's Response to Request for Administrative Review Other Response(s) 2014-10-27T04:00:00Z 2014 10 2014-10-27T04:00:00Z   2024-11-12T05:31:25Z   1 0 09000064818ff364
FMCSA-2014-0327-0005 FMCSA None FMCSA-2014-0327 In the Matter of RG Transportation, Inc. - Interim Order on Petition for Administrative Review for Safety Rating Other Order 2014-10-15T04:00:00Z 2014 10 2014-10-15T04:00:00Z   2024-11-07T23:09:21Z   1 0 09000064818bd540
FMCSA-2014-0327-0002 FMCSA None FMCSA-2014-0327 In the Matter of RG Transportation, Inc. - Petition for Safety Rating Review Other Petition(s) 2014-07-28T04:00:00Z 2014 7 2014-07-28T04:00:00Z   2024-11-07T23:08:54Z   1 0 09000064817e63df
FMCSA-2014-0327-0001 FMCSA None FMCSA-2014-0327 In the Matter of RG Transportation, Inc. - Petition for Safety Rating Review Without Exhibits Other Petition(s) 2014-07-28T04:00:00Z 2014 7 2014-07-28T04:00:00Z   2024-11-12T05:27:47Z   1 0 09000064817e63dd
FMCSA-2014-0327-0003 FMCSA None FMCSA-2014-0327 In the Matter of RG Transportation, Inc. - Request for Redacted Exhibits Other Request 2014-07-28T04:00:00Z 2014 7 2014-07-28T04:00:00Z   2024-11-12T05:27:19Z   1 0 09000064817e7b51
FMCSA-2014-0327-0004 FMCSA None FMCSA-2014-0327 In the Matter of RG Transportation, Inc. - E-mail dated 7/28/2014 Other Administrative Adjudication 2014-07-28T04:00:00Z 2014 7 2014-07-28T04:00:00Z   2024-11-12T05:27:18Z   1 0 09000064817e7bb5

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