documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "FMCSA-2015-0375" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_month, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FMCSA-2015-0375-0011 | FMCSA | None FMCSA-2015-0375 | In the Matter of Greyhound Lines, Inc. dba Bolt Bus & Yo Bus - Dismissal Order | Other | Dismissal | 2018-03-15T04:00:00Z | 2018 | 3 | 2018-03-15T04:00:00Z | 2018-03-15T14:00:59Z | 0 | 0 | 0900006483011d9e | ||
| FMCSA-2015-0375-0010 | FMCSA | None FMCSA-2015-0375 | In the Matter of Greyhound Lines, Inc. dba Bolt Bus & Yo Bus - Notice of Withdrawal | Other | Withdrawal | 2018-03-09T05:00:00Z | 2018 | 3 | 2018-03-09T05:00:00Z | 2024-11-07T01:23:27Z | 1 | 0 | 0900006482fbfa11 | ||
| FMCSA-2015-0375-0009 | FMCSA | None FMCSA-2015-0375 | In the Matter of Greyhound Lines, Inc. dba Bolt Bus & Yo Bus - Erratum | Other | Erratum | 2018-01-17T05:00:00Z | 2018 | 1 | 2018-01-17T05:00:00Z | 2024-11-07T01:17:11Z | 1 | 0 | 0900006482e1f59d | ||
| FMCSA-2015-0375-0008 | FMCSA | None FMCSA-2015-0375 | In the Matter of Greyhound Lines, Inc. dba Bolt Bus & Yo Bus - Order Directing The Parties to Meet and Confer Regarding Litigation and Scheduling Issues | Other | Order | 2018-01-11T05:00:00Z | 2018 | 1 | 2018-01-11T05:00:00Z | 2024-11-07T01:16:26Z | 1 | 0 | 0900006482dd63d4 | ||
| FMCSA-2015-0375-0007 | FMCSA | None FMCSA-2015-0375 | In the Matter of Greyhound Lines, Inc. dba Bolt Bus & Yo Bus - Notice of Assignment of Proceeding | Other | Adjudication Notice | 2017-12-27T05:00:00Z | 2017 | 12 | 2017-12-27T05:00:00Z | 2024-11-07T01:15:25Z | 1 | 0 | 0900006482d75fa3 | ||
| FMCSA-2015-0375-0006 | FMCSA | None FMCSA-2015-0375 | In the Matter of Greyhound Lines, Inc. dba Bolt Bus & Yo Bus - Order Appointing Administrative Law Judge | Other | Order | 2017-12-04T05:00:00Z | 2017 | 12 | 2017-12-04T05:00:00Z | 2024-11-07T01:12:24Z | 1 | 0 | 0900006482ccbf2c | ||
| FMCSA-2015-0375-0005 | FMCSA | None FMCSA-2015-0375 | In the Matter of Greyhound Lines, Inc. dba Bolt Bus & Yo Bus - Address Change | Other | Amendment | 2017-11-13T05:00:00Z | 2017 | 11 | 2017-11-13T05:00:00Z | 2024-11-07T01:10:24Z | 1 | 0 | 0900006482c6bcfe | ||
| FMCSA-2015-0375-0004 | FMCSA | None FMCSA-2015-0375 | In the Matter of Greyhound Lines, Inc. dba Bolt Bus & Yo Bus - | Other | Order | 2015-12-28T05:00:00Z | 2015 | 12 | 2015-12-28T05:00:00Z | 2024-11-11T21:17:49Z | 1 | 0 | 0900006481dc1e11 | ||
| FMCSA-2015-0375-0003 | FMCSA | None FMCSA-2015-0375 | In the Matter of Greyhound Lines, Inc. dba Bolt Bus & Yo Bus - Response to Regional Field Admnistrator's Motion for Final Order | Other | Response(s) | 2015-11-27T05:00:00Z | 2015 | 11 | 2015-11-27T05:00:00Z | 2015-11-27T14:16:13Z | 0 | 0 | 0900006481d716a3 | ||
| FMCSA-2015-0375-0002 | FMCSA | None FMCSA-2015-0375 | In the Matter of Greyhound Lines, Inc. dba Bolt Bus & Yo Bus - Unopposed Motion to Extend Deadline to File Response | Other | Motion | 2015-11-05T05:00:00Z | 2015 | 11 | 2015-11-05T05:00:00Z | 2015-11-05T14:23:28Z | 0 | 0 | 0900006481d0e762 | ||
| FMCSA-2015-0375-0001 | FMCSA | None FMCSA-2015-0375 | In the Matter of Greyhound Lines, Inc. dba Bolt Bus & Yo Bus - Objection to Respondent's Request for Hearing and Motion for Final Agency Order | Other | Objection(s) | 2015-09-25T04:00:00Z | 2015 | 9 | 2015-09-25T04:00:00Z | 2024-11-12T05:48:22Z | 1 | 0 | 0900006481c8e667 |
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;