documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "FMCSA-2015-0183" 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-0183-0010 | FMCSA | None FMCSA-2015-0183 | In the Matter of Alberta Ltd. d/b/a First Continental Freight Systems, First Continental Freight LLC, and Alberta Ltd. - Order Denying Motion for Stay | Other | Order | 2015-12-28T05:00:00Z | 2015 | 12 | 2015-12-28T05:00:00Z | 2024-11-11T21:16:49Z | 1 | 0 | 0900006481dc5e05 | ||
| FMCSA-2015-0183-0009 | FMCSA | None FMCSA-2015-0183 | U.S.DOT/FMCSA - Regional Field Administrator's Response to Stay | Other | Response(s) | 2015-10-06T04:00:00Z | 2015 | 10 | 2015-10-06T04:00:00Z | 2015-10-06T15:26:33Z | 0 | 0 | 0900006481cb2595 | ||
| FMCSA-2015-0183-0008 | FMCSA | None FMCSA-2015-0183 | In the Matter of Alberta Ltd. d/b/a First Continental Freight Systems, First Continental Freight LLC, and Alberta Ltd. - Petitioners Petition for Review of Order of an Agency, Board, Commission or Officer | Other | Petition(s) | 2015-08-31T04:00:00Z | 2015 | 8 | 2015-08-31T04:00:00Z | 2024-11-12T05:40:58Z | 1 | 0 | 0900006481c3f205 | ||
| FMCSA-2015-0183-0007 | FMCSA | None FMCSA-2015-0183 | In the Matter of Alberta Ltd. d/b/a First Continental Freight Systems, First Continental Freight LLC, and Alberta Ltd. - Petitioners' Motion to Stay Pending Review of Final Order on Petition for Administrative Review of Denial of Petition for Recision | Other | Motion | 2015-08-24T04:00:00Z | 2015 | 8 | 2015-08-24T04:00:00Z | 2024-11-12T05:40:06Z | 1 | 0 | 0900006481c3182c | ||
| FMCSA-2015-0183-0006 | FMCSA | None FMCSA-2015-0183 | In the Matter of Alberta Ltd. d/b/a First Continental Freight Systems, First Continental Freight LLC, and Alberta Ltd. - Final Order on Petition for Administrative Review of Denial of Petition for Rescission of Operations Out-Of Service and Record Consolidation Order | Other | Order | 2015-07-30T04:00:00Z | 2015 | 7 | 2015-07-30T04:00:00Z | 2024-11-12T05:38:52Z | 1 | 0 | 0900006481bae92b | ||
| FMCSA-2015-0183-0005 | FMCSA | None FMCSA-2015-0183 | In the Matter of Alberta Ltd. d/b/a First Continental Freight Systems, First Continental Freight LLC, and Alberta Ltd. - Petitioners' Response to Interim Order on Petition for Administrative Review | Other | Response(s) | 2015-07-09T04:00:00Z | 2015 | 7 | 2015-07-09T04:00:00Z | 2024-11-12T05:37:59Z | 1 | 0 | 0900006481b72027 | ||
| FMCSA-2015-0183-0004 | FMCSA | None FMCSA-2015-0183 | In the Matter of Alberta Ltd. d/b/a First Continental Freight Systems, First Continental Freight LLC, and Alberta Ltd. - Regional Field Administrator's Response to Petition for Review of Denial of Petition for Rescission | Other | Response(s) | 2015-07-07T04:00:00Z | 2015 | 7 | 2015-07-07T04:00:00Z | 2024-11-11T21:01:36Z | 1 | 0 | 0900006481b4db64 | ||
| FMCSA-2015-0183-0003 | FMCSA | None FMCSA-2015-0183 | Respondent's Petition for Rescission and Respondent's Petition for Administrative Review | Other | Petition(s) | 2015-06-16T04:00:00Z | 2015 | 6 | 2015-06-16T04:00:00Z | 2015-06-16T18:06:27Z | 0 | 0 | 0900006481b2a995 | ||
| FMCSA-2015-0183-0002 | FMCSA | None FMCSA-2015-0183 | In the Matter of Alberta Ltd. d/b/a First Continental Freight Systems, First Continental Freight LLC, and Alberta Ltd. - Interim Order on Petition for Administrative Review of Denial of Petition for Rescission of Operations Out-of-Service and Record Consolidation Order | Other | Order | 2015-06-08T04:00:00Z | 2015 | 6 | 2015-06-08T04:00:00Z | 2024-11-07T23:23:31Z | 1 | 0 | 0900006481b18aa4 | ||
| FMCSA-2015-0183-0001 | FMCSA | None FMCSA-2015-0183 | In the Matter of Alberta Ltd. d/b/a First Continental Freight Systems, First Continental Freight LLC, and Alberta Ltd. - Petition for Administrative Review of Decision Denying Petition for Rescission | Other | Petition(s) | 2015-05-26T04:00:00Z | 2015 | 5 | 2015-05-26T04:00:00Z | 2024-11-07T23:23:16Z | 1 | 0 | 0900006481afd1d1 |
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;