documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "FRA-2014-0108" 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-0108-0031 | FRA | John Potkul - Petition for Conductor Certification Review FRA-2014-0108 | Joint Motion to Consolidate | Other | Motion | 2019-07-02T04:00:00Z | 2019 | 7 | 2019-07-02T04:00:00Z | 2019-07-02T14:04:09Z | 0 | 0 | 0900006483d492a3 | ||
| FRA-2014-0108-0030 | FRA | John Potkul - Petition for Conductor Certification Review FRA-2014-0108 | Co-Respondent Notice of Contacts | Other | Additional Information | 2019-06-26T04:00:00Z | 2019 | 6 | 2019-06-26T04:00:00Z | 2019-06-26T20:01:16Z | 0 | 0 | 0900006483d44af4 | ||
| FRA-2014-0108-0029 | FRA | John Potkul - Petition for Conductor Certification Review FRA-2014-0108 | 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:47:16Z | 0 | 0 | 0900006483d2d016 | ||
| FRA-2014-0108-0028 | FRA | John Potkul - Petition for Conductor Certification Review FRA-2014-0108 | US DOT/FRA- Motion Granted | Other | Motion | 2019-05-20T04:00:00Z | 2019 | 5 | 2019-05-20T04:00:00Z | 2019-05-20T13:27:12Z | 0 | 0 | 0900006483c8bac6 | ||
| FRA-2014-0108-0027 | FRA | John Potkul - Petition for Conductor Certification Review FRA-2014-0108 | 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:13:20Z | 0 | 0 | 0900006483c6e0e4 | ||
| FRA-2014-0108-0026 | FRA | John Potkul - Petition for Conductor Certification Review FRA-2014-0108 | Scheduling Order | Other | Order | 2019-05-06T04:00:00Z | 2019 | 5 | 2019-05-06T04:00:00Z | 2019-05-06T19:43:01Z | 0 | 0 | 0900006483c31394 | ||
| FRA-2014-0108-0024 | FRA | John Potkul - Petition for Conductor Certification Review FRA-2014-0108 | Petitioner's Statement of Contacts | Other | Statement | 2019-03-18T04:00:00Z | 2019 | 3 | 2019-03-18T04:00:00Z | 2019-03-18T17:53:18Z | 0 | 0 | 0900006483af9810 | ||
| FRA-2014-0108-0022 | FRA | John Potkul - Petition for Conductor Certification Review FRA-2014-0108 | Petitioner's Counsel's Affidavit | Other | Affidavit(s) | 2019-03-18T04:00:00Z | 2019 | 3 | 2019-03-18T04:00:00Z | 2019-03-18T17:50:50Z | 0 | 0 | 0900006483af9912 | ||
| FRA-2014-0108-0025 | FRA | John Potkul - Petition for Conductor Certification Review FRA-2014-0108 | Petitioner's Statement of Facts | Other | Statement | 2019-03-18T04:00:00Z | 2019 | 3 | 2019-03-18T04:00:00Z | 2019-03-18T17:54:02Z | 0 | 0 | 0900006483af9759 | ||
| FRA-2014-0108-0023 | FRA | John Potkul - Petition for Conductor Certification Review FRA-2014-0108 | Petitioner's Proposed Statement of Claims | Other | Statement | 2019-03-18T04:00:00Z | 2019 | 3 | 2019-03-18T04:00:00Z | 2019-03-18T17:52:03Z | 0 | 0 | 0900006483af9474 | ||
| FRA-2014-0108-0021 | FRA | John Potkul - Petition for Conductor Certification Review FRA-2014-0108 | Filing of Statement of Contacts, Statement of Claims and Proposed Statement of Facts - J. Potkul | Other | Additional Information | 2019-03-13T04:00:00Z | 2019 | 3 | 2019-03-13T04:00:00Z | 2019-03-13T14:52:52Z | 0 | 0 | 0900006483acd6b4 | ||
| FRA-2014-0108-0020 | FRA | John Potkul - Petition for Conductor Certification Review FRA-2014-0108 | US DOT/FRA- Show Cause Order | Other | Order | 2019-02-22T05:00:00Z | 2019 | 2 | 2019-02-22T05:00:00Z | 2019-02-22T17:53:11Z | 0 | 0 | 0900006483a9a50a |
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;