documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "FRA-2014-0107" 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-0107-0032 | FRA | Leon Reid - Petition for Conductor Certification Review FRA-2014-0107 | Joint Motion to Consolidate | Other | Motion | 2019-07-02T04:00:00Z | 2019 | 7 | 2019-07-02T04:00:00Z | 2019-07-02T14:05:42Z | 0 | 0 | 0900006483d4929e | ||
| FRA-2014-0107-0031 | FRA | Leon Reid - Petition for Conductor Certification Review FRA-2014-0107 | Co-Respondent Notice of Contacts | Other | Additional Information | 2019-06-26T04:00:00Z | 2019 | 6 | 2019-06-26T04:00:00Z | 2019-06-26T20:02:17Z | 0 | 0 | 0900006483d44dbf | ||
| FRA-2014-0107-0030 | FRA | Leon Reid - Petition for Conductor Certification Review FRA-2014-0107 | 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:45:22Z | 0 | 0 | 0900006483d2d4ad | ||
| FRA-2014-0107-0029 | FRA | Leon Reid - Petition for Conductor Certification Review FRA-2014-0107 | US DOT/FRA- Motion Granted | Other | Motion | 2019-05-20T04:00:00Z | 2019 | 5 | 2019-05-20T04:00:00Z | 2019-05-20T13:22:50Z | 0 | 0 | 0900006483c8bac2 | ||
| FRA-2014-0107-0028 | FRA | Leon Reid - Petition for Conductor Certification Review FRA-2014-0107 | 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:11:14Z | 0 | 0 | 0900006483c6e349 | ||
| FRA-2014-0107-0027 | FRA | Leon Reid - Petition for Conductor Certification Review FRA-2014-0107 | Scheduling Order | Other | Order | 2019-05-06T04:00:00Z | 2019 | 5 | 2019-05-06T04:00:00Z | 2019-05-06T18:42:45Z | 0 | 0 | 0900006483c3138e | ||
| FRA-2014-0107-0025 | FRA | Leon Reid - Petition for Conductor Certification Review FRA-2014-0107 | Petitioner's Proposed Statement of Claims | Other | Statement | 2019-03-18T04:00:00Z | 2019 | 3 | 2019-03-18T04:00:00Z | 2019-03-18T17:44:02Z | 0 | 0 | 0900006483af9ed0 | ||
| FRA-2014-0107-0024 | FRA | Leon Reid - Petition for Conductor Certification Review FRA-2014-0107 | Petitioner's Statement of Contacts | Other | Statement | 2019-03-18T04:00:00Z | 2019 | 3 | 2019-03-18T04:00:00Z | 2019-03-18T17:43:01Z | 0 | 0 | 0900006483af9e98 | ||
| FRA-2014-0107-0026 | FRA | Leon Reid - Petition for Conductor Certification Review FRA-2014-0107 | Petitioner's Counsel's Affidavit | Other | Affidavit(s) | 2019-03-18T04:00:00Z | 2019 | 3 | 2019-03-18T04:00:00Z | 2019-03-18T17:48:49Z | 0 | 0 | 0900006483af9ed6 | ||
| FRA-2014-0107-0023 | FRA | Leon Reid - Petition for Conductor Certification Review FRA-2014-0107 | Petitioner's Proposed Statement of Facts | Other | Statement | 2019-03-18T04:00:00Z | 2019 | 3 | 2019-03-18T04:00:00Z | 2019-03-18T17:41:29Z | 0 | 0 | 0900006483af9b99 | ||
| FRA-2014-0107-0022 | FRA | Leon Reid - Petition for Conductor Certification Review FRA-2014-0107 | Filing of Statement of Contacts, Statement of Claims and Proposed Statement of Facts - L. Reid | Other | Additional Information | 2019-03-13T04:00:00Z | 2019 | 3 | 2019-03-13T04:00:00Z | 2019-03-13T15:01:18Z | 0 | 0 | 0900006483acd6c6 | ||
| FRA-2014-0107-0021 | FRA | Leon Reid - Petition for Conductor Certification Review FRA-2014-0107 | US DOT/FRA- Show Cause Order | Other | Order | 2019-02-22T05:00:00Z | 2019 | 2 | 2019-02-22T05:00:00Z | 2019-02-22T17:51:41Z | 0 | 0 | 0900006483a9a4e2 |
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;