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 = "FRA-2014-0110" and posted_year = 2016 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 1

  • 2016 · 12 ✖

document_type 1

  • Other 12

agency_id 1

  • FRA 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
FRA-2014-0110-0044 FRA CSX Transportation, Inc. - Request for Administrative Hearing for Engineer R.E. McKnight FRA-2014-0110 Reply of Robert E. McKnight In Support of Motion to Strike The Federal Railroad Administration's Response in Part Other Reply 2016-03-24T04:00:00Z 2016 3 2016-03-24T04:00:00Z   2024-11-12T05:55:10Z   1 0 0900006481ed602e
FRA-2014-0110-0043 FRA CSX Transportation, Inc. - Request for Administrative Hearing for Engineer R.E. McKnight FRA-2014-0110 FRA's Opposition to Hearing Respondent's Motion to Strike the Federal Railroad Administration's Response in Part Other Objection(s) 2016-03-18T04:00:00Z 2016 3 2016-03-18T04:00:00Z   2024-11-12T05:56:09Z   1 0 0900006481ec61a5
FRA-2014-0110-0042 FRA CSX Transportation, Inc. - Request for Administrative Hearing for Engineer R.E. McKnight FRA-2014-0110 Co-Hearing Petitioner CSXT Transportation, Inc. Opposition to Respondent Robert McKnight's Motion to Strike Other Objection(s) 2016-03-14T04:00:00Z 2016 3 2016-03-14T04:00:00Z   2024-11-12T05:58:13Z   1 0 0900006481ec06d7
FRA-2014-0110-0041 FRA CSX Transportation, Inc. - Request for Administrative Hearing for Engineer R.E. McKnight FRA-2014-0110 Motion of Robert McKnight to Strike the Federal Railroad Administration's Response in Part Other Motion 2016-03-10T05:00:00Z 2016 3 2016-03-10T05:00:00Z   2024-11-12T06:01:04Z   1 0 0900006481eb4175
FRA-2014-0110-0040 FRA CSX Transportation, Inc. - Request for Administrative Hearing for Engineer R.E. McKnight FRA-2014-0110 U.S.DOT/FRA - FRA's Response to hearing Petitioner's Appeal and Hearing Respondent's Appeal Other Response(s) 2016-03-01T05:00:00Z 2016 3 2016-03-01T05:00:00Z   2024-11-12T06:01:35Z   1 0 0900006481e92eb2
FRA-2014-0110-0039 FRA CSX Transportation, Inc. - Request for Administrative Hearing for Engineer R.E. McKnight FRA-2014-0110 Respondent Robert E. McKnight's Reply to CSXT's Appeal to the Administrator, with Exhibits 1 to 3 Other Reply 2016-03-01T05:00:00Z 2016 3 2016-03-01T05:00:00Z   2024-11-12T05:58:43Z   1 0 0900006481e8ee1d
FRA-2014-0110-0038 FRA CSX Transportation, Inc. - Request for Administrative Hearing for Engineer R.E. McKnight FRA-2014-0110 CSX Transportation, Inc. - Appeal Other Appeal 2016-02-19T05:00:00Z 2016 2 2016-02-19T05:00:00Z   2024-11-12T06:02:26Z   1 0 0900006481e75ea4
FRA-2014-0110-0037 FRA CSX Transportation, Inc. - Request for Administrative Hearing for Engineer R.E. McKnight FRA-2014-0110 CSX Transportation - Reply to McKnight's Appeal to the Administrator Other Reply 2016-02-16T05:00:00Z 2016 2 2016-02-16T05:00:00Z   2024-11-12T05:59:28Z   1 0 0900006481e6ab50
FRA-2014-0110-0036 FRA CSX Transportation, Inc. - Request for Administrative Hearing for Engineer R.E. McKnight FRA-2014-0110 Co-Hearing Petitioner CSX Tranportation, Inc.'s Appeal to the Administrator Other Appeal 2016-02-09T05:00:00Z 2016 2 2016-02-09T05:00:00Z   2024-11-12T06:05:06Z   1 0 0900006481e5d2e9
FRA-2014-0110-0034 FRA CSX Transportation, Inc. - Request for Administrative Hearing for Engineer R.E. McKnight FRA-2014-0110 Robert E. McKnight's-Appeal Other Appeal 2016-02-03T05:00:00Z 2016 2 2016-02-03T05:00:00Z   2024-11-11T21:23:24Z   1 0 0900006481e1cbc1
FRA-2014-0110-0035 FRA CSX Transportation, Inc. - Request for Administrative Hearing for Engineer R.E. McKnight FRA-2014-0110 Robert E. McKnight - Joint Motion for Extension of Time Within Which to File Replies to Appeals Other Motion 2016-02-03T05:00:00Z 2016 2 2016-02-03T05:00:00Z   2024-11-12T05:58:33Z   1 0 0900006481e3464d
FRA-2014-0110-0033 FRA CSX Transportation, Inc. - Request for Administrative Hearing for Engineer R.E. McKnight FRA-2014-0110 U.S. DOT/FRA - Administrator's Order Other Order 2016-02-01T05:00:00Z 2016 2 2016-02-01T05:00:00Z   2024-11-12T05:59:19Z   1 0 0900006481e1b24c

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