documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "FRA-2014-0109" and posted_year = 2019 sorted by posted_date descending
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)
| 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-0109-0033 | FRA | John Lineman - Petition for Conductor Certification Review FRA-2014-0109 | Joint Motion for Consolidation- | Other | Motion | 2019-07-02T04:00:00Z | 2019 | 7 | 2019-07-02T04:00:00Z | 2019-07-02T14:02:59Z | 0 | 0 | 0900006483d48ff0 | ||
| FRA-2014-0109-0032 | FRA | John Lineman - Petition for Conductor Certification Review FRA-2014-0109 | Notice of Contacts for Co-Respondent New Jersey Transit | Other | Additional Information | 2019-06-26T04:00:00Z | 2019 | 6 | 2019-06-26T04:00:00Z | 2019-06-26T19:59:48Z | 0 | 0 | 0900006483d44e8c | ||
| FRA-2014-0109-0031 | FRA | John Lineman - Petition for Conductor Certification Review FRA-2014-0109 | Respondent's Joint Response to Petitioner's Statement of Claims | Other | Statement | 2019-06-25T04:00:00Z | 2019 | 6 | 2019-06-25T04:00:00Z | 2019-06-25T13:48:38Z | 0 | 0 | 0900006483d2d027 | ||
| FRA-2014-0109-0030 | FRA | John Lineman - Petition for Conductor Certification Review FRA-2014-0109 | US DOT/FRA- Motion Granted | Other | Motion | 2019-05-20T04:00:00Z | 2019 | 5 | 2019-05-20T04:00:00Z | 2019-05-20T13:29:10Z | 0 | 0 | 0900006483c8bac8 | ||
| FRA-2014-0109-0029 | FRA | John Lineman - Petition for Conductor Certification Review FRA-2014-0109 | New Jersey Transit Railways/FRA Consent Motion for an Extension of Deadlines set forth in Scheduling Order No. 3, FRA DKTs 2014-0107, 0108, 0109. 5.13.19 | Other | Extension of Time | 2019-05-16T04:00:00Z | 2019 | 5 | 2019-05-16T04:00:00Z | 2019-05-16T14:14:38Z | 0 | 0 | 0900006483c6e56b | ||
| FRA-2014-0109-0028 | FRA | John Lineman - Petition for Conductor Certification Review FRA-2014-0109 | Scheduling Order | Other | Order | 2019-05-06T04:00:00Z | 2019 | 5 | 2019-05-06T04:00:00Z | 2019-05-06T20:05:55Z | 0 | 0 | 0900006483c31398 | ||
| FRA-2014-0109-0026 | FRA | John Lineman - Petition for Conductor Certification Review FRA-2014-0109 | Petitioner's Statement of Facts | Other | Statement | 2019-03-18T04:00:00Z | 2019 | 3 | 2019-03-18T04:00:00Z | 2019-03-18T18:05:36Z | 0 | 0 | 0900006483af9133 | ||
| FRA-2014-0109-0027 | FRA | John Lineman - Petition for Conductor Certification Review FRA-2014-0109 | Petitioner's Counsel's Affidavit | Other | Affidavit(s) | 2019-03-18T04:00:00Z | 2019 | 3 | 2019-03-18T04:00:00Z | 2019-03-18T18:12:38Z | 0 | 0 | 0900006483af9301 | ||
| FRA-2014-0109-0024 | FRA | John Lineman - Petition for Conductor Certification Review FRA-2014-0109 | Petitioner's Proposed Statement of Claims | Other | Statement | 2019-03-18T04:00:00Z | 2019 | 3 | 2019-03-18T04:00:00Z | 2019-03-18T18:03:32Z | 0 | 0 | 0900006483af92c3 | ||
| FRA-2014-0109-0025 | FRA | John Lineman - Petition for Conductor Certification Review FRA-2014-0109 | Petitioner's Statement of Contacts | Other | Statement | 2019-03-18T04:00:00Z | 2019 | 3 | 2019-03-18T04:00:00Z | 2019-03-18T18:04:35Z | 0 | 0 | 0900006483af9270 | ||
| FRA-2014-0109-0023 | FRA | John Lineman - Petition for Conductor Certification Review FRA-2014-0109 | Filing of Statement of Contacts, Statement of Claims and Proposed Statement of Facts - J. Lineman | Other | Additional Information | 2019-03-13T04:00:00Z | 2019 | 3 | 2019-03-13T04:00:00Z | 2019-03-13T15:18:32Z | 0 | 0 | 0900006483acd6d3 | ||
| FRA-2014-0109-0022 | FRA | John Lineman - Petition for Conductor Certification Review FRA-2014-0109 | US DOT/FRA-Show Cause Order | Other | Order | 2019-02-22T05:00:00Z | 2019 | 2 | 2019-02-22T05:00:00Z | 2019-02-22T17:55:14Z | 0 | 0 | 0900006483a99fa6 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;