documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "FRA-2008-0150" and posted_year = 2010 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, last_modified, open_for_comment, 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-2008-0150-0020 | FRA | Jeffrey M. Carr - EQAL 2007-89 FRA-2008-0150 | U.S. DOT/FRA - Order No. 5 Decision and Order | Other | Decision | 2010-06-02T04:00:00Z | 2010 | 6 | 2010-06-02T04:00:00Z | 2013-07-27T23:20:47Z | 0 | 0 | 0900006480afa1eb | ||
| FRA-2008-0150-0019 | FRA | Jeffrey M. Carr - EQAL 2007-89 FRA-2008-0150 | U.S. DOT/FRA - Order No. 4 Modifying Discovery Schedule | Other | Order | 2010-06-02T04:00:00Z | 2010 | 6 | 2010-06-02T04:00:00Z | 2013-07-27T23:20:47Z | 0 | 0 | 0900006480afa1e9 | ||
| FRA-2008-0150-0018 | FRA | Jeffrey M. Carr - EQAL 2007-89 FRA-2008-0150 | Hearing Petitioner J. M. Carr's Reply Brief | Other | Brief | 2010-05-17T04:00:00Z | 2010 | 5 | 2010-05-17T04:00:00Z | 2013-08-11T01:34:27Z | 0 | 0 | 0900006480aecf79 | ||
| FRA-2008-0150-0017 | FRA | Jeffrey M. Carr - EQAL 2007-89 FRA-2008-0150 | Co-Respondents' Brief In Response To Petitioner's Brief | Other | Brief | 2010-05-11T04:00:00Z | 2010 | 5 | 2010-05-11T04:00:00Z | 2013-08-11T01:34:16Z | 0 | 0 | 0900006480ae808f | ||
| FRA-2008-0150-0016 | FRA | Jeffrey M. Carr - EQAL 2007-89 FRA-2008-0150 | U.S. DOT/FRA-2008-0150 - (EQAL-2007-89) Hearing Petitioner's Brief Encompassing Case (HP Carr) Filed in Accordance with Order No. 3 | Other | Petition(s) | 2010-04-23T04:00:00Z | 2010 | 4 | 2010-04-23T04:00:00Z | 2024-11-07T22:17:38Z | 1 | 0 | 0900006480addc89 | ||
| FRA-2008-0150-0015 | FRA | Jeffrey M. Carr - EQAL 2007-89 FRA-2008-0150 | Union Pacific's Declaration of Cecil Copeland | Other | Other | 2010-04-14T04:00:00Z | 2010 | 4 | 2010-04-14T04:00:00Z | 2013-07-27T23:15:10Z | 0 | 0 | 0900006480ad34d8 | ||
| FRA-2008-0150-0013 | FRA | Jeffrey M. Carr - EQAL 2007-89 FRA-2008-0150 | Attached | Other | Other | 2010-04-05T04:00:00Z | 2010 | 4 | 2010-04-05T04:00:00Z | 2013-07-27T23:14:16Z | 0 | 0 | 0900006480ace499 | ||
| FRA-2008-0150-0014 | FRA | Jeffrey M. Carr - EQAL 2007-89 FRA-2008-0150 | Attached | Other | Motion | 2010-04-05T04:00:00Z | 2010 | 4 | 2010-04-05T04:00:00Z | 2013-08-11T01:33:33Z | 0 | 0 | 0900006480ace0b0 | ||
| FRA-2008-0150-0012 | FRA | Jeffrey M. Carr - EQAL 2007-89 FRA-2008-0150 | U.S. DOT/FRA - Order No. 3 Setting Discovery and Briefing Schedule | Other | Order | 2010-03-24T04:00:00Z | 2010 | 3 | 2010-03-24T04:00:00Z | 2024-11-12T04:50:40Z | 1 | 0 | 0900006480ac4cbd | ||
| FRA-2008-0150-0011 | FRA | Jeffrey M. Carr - EQAL 2007-89 FRA-2008-0150 | Attached | Other | Agreement | 2010-02-09T05:00:00Z | 2010 | 2 | 2010-01-20T05:00:00Z | 2013-07-27T23:06:07Z | 0 | 0 | 0900006480a8de92 | ||
| FRA-2008-0150-0010 | FRA | Jeffrey M. Carr - EQAL 2007-89 FRA-2008-0150 | Respondents' Joint Response to Petitioner's Statement of Issues | Other | Response(s) | 2010-01-20T05:00:00Z | 2010 | 1 | 2010-01-20T05:00:00Z | 2013-07-27T23:04:36Z | 0 | 0 | 0900006480a7f05c | ||
| FRA-2008-0150-0009 | FRA | Jeffrey M. Carr - EQAL 2007-89 FRA-2008-0150 | J.M. Carr, Locomotive Engineer Certification (EQAL 07-89) | Other | Other | 2010-01-05T05:00:00Z | 2010 | 1 | 2010-01-05T05:00:00Z | 2013-07-27T23:03:36Z | 0 | 0 | 0900006480a76614 |
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;