home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

7 rows where docket_id = "FMCSA-2007-28658" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 2

  • 2009 5
  • 2007 2

document_type 1

  • Other · 7 ✖

agency_id 1

  • FMCSA 7
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-2007-28658-0008 FMCSA MSC - In the Matter of Big "O" Movers and Storage, Inc. - Objection to Respondent's Request for Hearing FMCSA-2007-28658 In the Matter of Big "O" Movers and Storage, Inc. - Order Denying Petition For Reconsideration Other Order 2009-12-01T05:00:00Z 2009 12 2009-12-01T05:00:00Z   2013-07-27T23:01:05Z   0 0 0900006480a60a79
FMCSA-2007-28658-0007 FMCSA MSC - In the Matter of Big "O" Movers and Storage, Inc. - Objection to Respondent's Request for Hearing FMCSA-2007-28658 In the Matter Big "O" Movers & Storage, Inc. - Correction to Field Administrator's Motion to Deny Petition for Reconsideration Other Other 2009-11-04T05:00:00Z 2009 11 2009-11-04T05:00:00Z   2013-07-27T22:58:54Z   0 0 0900006480a511b5
FMCSA-2007-28658-0006 FMCSA MSC - In the Matter of Big "O" Movers and Storage, Inc. - Objection to Respondent's Request for Hearing FMCSA-2007-28658 In the Matter of Big "O" Movers and Storage, Inc. - Field Administrator's Motion to Deny the Petition for Reconsideration and Request for Stay Other Motion 2009-11-03T05:00:00Z 2009 11 2009-11-03T05:00:00Z   2013-07-27T22:58:32Z   0 0 0900006480a4f47d
FMCSA-2007-28658-0005 FMCSA MSC - In the Matter of Big "O" Movers and Storage, Inc. - Objection to Respondent's Request for Hearing FMCSA-2007-28658 In the Matter of Big "O" Movers and Storage, Inc. - Notice of Filing Motion for Reconsideration of Order to Cease All Interstate Transportation and Registration Suspension Other Other 2009-11-02T05:00:00Z 2009 11 2009-11-02T05:00:00Z   2024-11-07T22:08:45Z   1 0 0900006480a4ebd8
FMCSA-2007-28658-0003 FMCSA MSC - In the Matter of Big "O" Movers and Storage, Inc. - Objection to Respondent's Request for Hearing FMCSA-2007-28658 In the Matter of Big "O" Movers and Storage, Inc. - Final Order Other Final Order 2009-06-12T04:00:00Z 2009 6 2009-06-12T04:00:00Z   2024-11-12T04:44:20Z   1 0 09000064809cdba3
FMCSA-2007-28658-0002 FMCSA MSC - In the Matter of Big "O" Movers and Storage, Inc. - Objection to Respondent's Request for Hearing FMCSA-2007-28658 In the Matter of Big O Movers and Storage, Inc. - Motion for Entry of Default Judgment or in the Alternative for Judgment Order and Memorandum in Support Other Motion 2007-07-09T04:00:00Z 2007 7 2007-07-09T04:00:00Z 2007-07-10T03:59:59Z 2024-11-08T04:26:49Z   1 0 09000064802b4695
FMCSA-2007-28658-0001 FMCSA MSC - In the Matter of Big "O" Movers and Storage, Inc. - Objection to Respondent's Request for Hearing FMCSA-2007-28658 In the Matter of Big O Movers and Storage, Inc - Objection to Respondent's Request for Hearing and Memorandum in Support Other Objection(s) 2007-07-03T04:00:00Z 2007 7 2007-07-03T04:00:00Z 2007-07-04T03:59:59Z 2024-11-08T04:26:49Z   1 0 09000064802b4694

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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;
Powered by Datasette · Queries took 4047.61ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API