documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "FRA-1999-4986" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_start_date, comment_end_date, last_modified, posted_date (date), comment_start_date (date), comment_end_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-1999-4986-0011 | FRA | Brotherhood of Locomotive Engineers - Locomotive Engineering Certification Hearing FRA-1999-4986 | U.S. DOT/FRA - Order of Dismissal | Other | Order | 2001-05-23T04:00:00Z | 2001 | 5 | 2001-05-23T04:00:00Z | 2001-06-02T03:59:59Z | 2024-11-07T19:11:26Z | 1 | 0 | 09000064803295be | |
| FRA-1999-4986-0010 | FRA | Brotherhood of Locomotive Engineers - Locomotive Engineering Certification Hearing FRA-1999-4986 | U.S. DOT/FRA - Reqest for a Joint Status Report by April 19, 2001 | Other | Request | 2001-03-09T05:00:00Z | 2001 | 3 | 2001-03-09T05:00:00Z | 2001-03-13T04:59:59Z | 2024-11-07T19:11:26Z | 1 | 0 | 09000064803295bd | |
| FRA-1999-4986-0009 | FRA | Brotherhood of Locomotive Engineers - Locomotive Engineering Certification Hearing FRA-1999-4986 | Brotherhood of Locomotive Engineers - Extension of Time | Other | Extension of Time | 2000-11-14T05:00:00Z | 2000 | 11 | 2000-11-14T05:00:00Z | 2000-11-15T04:59:59Z | 2024-11-07T19:11:28Z | 1 | 0 | 09000064803295c6 | |
| FRA-1999-4986-0008 | FRA | Brotherhood of Locomotive Engineers - Locomotive Engineering Certification Hearing FRA-1999-4986 | Brotherhood of Locomotive Engineers - Request for a Thirty-Day Extension | Other | Request | 2000-10-13T04:00:00Z | 2000 | 10 | 2000-10-13T04:00:00Z | 2000-10-17T03:59:59Z | 2024-11-07T19:11:28Z | 1 | 0 | 09000064803295c5 | |
| FRA-1999-4986-0002 | FRA | Brotherhood of Locomotive Engineers - Locomotive Engineering Certification Hearing FRA-1999-4986 | U.S. DOT/FRA - Acknowledgement Receipt of Written Request | Other | Acknowledgement Letter/Receipt | 2000-09-06T04:00:00Z | 2000 | 9 | 2000-09-06T04:00:00Z | 2000-09-07T03:59:59Z | 2024-11-07T19:11:27Z | 1 | 0 | 09000064803295bf | |
| FRA-1999-4986-0007 | FRA | Brotherhood of Locomotive Engineers - Locomotive Engineering Certification Hearing FRA-1999-4986 | Union Pacific Railroad Company - Notice of Contacts | Notice | Notice | 2000-09-06T04:00:00Z | 2000 | 9 | 2000-09-06T04:00:00Z | 2000-09-07T03:59:59Z | 2024-11-07T19:11:28Z | 1 | 0 | 09000064803295c4 | |
| FRA-1999-4986-0003 | FRA | Brotherhood of Locomotive Engineers - Locomotive Engineering Certification Hearing FRA-1999-4986 | U.S DOT/FRA - Initial Scheduling Order | Other | Order | 2000-09-06T04:00:00Z | 2000 | 9 | 2000-09-06T04:00:00Z | 2000-09-07T03:59:59Z | 2024-11-07T19:11:27Z | 1 | 0 | 09000064803295c0 | |
| FRA-1999-4986-0004 | FRA | Brotherhood of Locomotive Engineers - Locomotive Engineering Certification Hearing FRA-1999-4986 | U.S. DOT/FRA - Correction to Initial Scheduling Order | Other | Correction(s) | 2000-09-06T04:00:00Z | 2000 | 9 | 2000-09-06T04:00:00Z | 2000-09-07T03:59:59Z | 2024-11-07T19:11:27Z | 1 | 0 | 09000064803295c1 | |
| FRA-1999-4986-0005 | FRA | Brotherhood of Locomotive Engineers - Locomotive Engineering Certification Hearing FRA-1999-4986 | The Brotherhood of Locomotive Engineers - Petitioner Cummin's Change to Service List and Provisions of Contact Numbers | Other | Answer | 2000-09-06T04:00:00Z | 2000 | 9 | 2000-09-06T04:00:00Z | 2000-09-07T03:59:59Z | 2024-11-07T19:11:27Z | 1 | 0 | 09000064803295c2 | |
| FRA-1999-4986-0006 | FRA | Brotherhood of Locomotive Engineers - Locomotive Engineering Certification Hearing FRA-1999-4986 | Brotherhood of Locomotive Engineers - Extension of Ten (10) Business Days to File Statement of Issues | Other | Request for Extension of Time in which to file a document | 2000-09-06T04:00:00Z | 2000 | 9 | 2000-09-06T04:00:00Z | 2000-09-07T03:59:59Z | 2024-11-07T19:11:28Z | 1 | 0 | 09000064803295c3 | |
| FRA-1999-4986-0001 | FRA | Brotherhood of Locomotive Engineers - Locomotive Engineering Certification Hearing FRA-1999-4986 | Brotherhood of Locomotive Engineers - Request for Hearing - Locomotive Certification Case | Other | Request for Hearing | 1998-12-16T05:00:00Z | 1998 | 12 | 1998-12-16T05:00:00Z | 1999-01-21T04:59:59Z | 2024-11-07T19:11:26Z | 1 | 0 | 09000064803295bc |
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;