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

9 rows where docket_id = "FMCSA-2011-0199" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 2

  • 2011 8
  • 2012 1

document_type 1

  • Other · 9 ✖

agency_id 1

  • FMCSA 9
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-2011-0199-0009 FMCSA MSC - In the Matter of Mid-States Recovery Service, LLC - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2011-0199 In the Matter of Mid-States Recovery Service, LLC - Order of Dismissal Other Order 2012-01-04T05:00:00Z 2012 1 2012-01-04T05:00:00Z   2012-01-04T16:37:17Z   0 0 0900006480f8dafb
FMCSA-2011-0199-0008 FMCSA MSC - In the Matter of Mid-States Recovery Service, LLC - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2011-0199 In the Matter of Mid-States Recovery Service, LLC - Order of Dismissal Other Order 2011-12-16T05:00:00Z 2011 12 2011-12-16T05:00:00Z   2024-11-07T01:39:48Z   1 0 0900006480f848f1
FMCSA-2011-0199-0007 FMCSA MSC - In the Matter of Mid-States Recovery Service, LLC - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2011-0199 In the Matter of Mid-States Recovery Service, LLC - Notice of Settlement and Motion to Close the Docket Other Notification of Settlement 2011-12-12T05:00:00Z 2011 12 2011-12-12T05:00:00Z   2024-11-12T04:17:02Z   1 0 0900006480f7f329
FMCSA-2011-0199-0006 FMCSA MSC - In the Matter of Mid-States Recovery Service, LLC - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2011-0199 In the Matter of Mid-States Recovery Service, LLC - Motion for Continuation of Hearing Date and for Extension of Time for Filing Dispositive Motions Other Motion 2011-11-08T05:00:00Z 2011 11 2011-11-08T05:00:00Z   2024-11-12T05:04:38Z   1 0 0900006480f6388e
FMCSA-2011-0199-0005 FMCSA MSC - In the Matter of Mid-States Recovery Service, LLC - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2011-0199 In the Matter of Mid-States Recovery Service, LLC - Order Granting Field Administrator's Motion Other Order 2011-11-04T04:00:00Z 2011 11 2011-11-04T04:00:00Z   2011-11-04T19:31:39Z   0 0 0900006480f66611
FMCSA-2011-0199-0004 FMCSA MSC - In the Matter of Mid-States Recovery Service, LLC - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2011-0199 In the Matter of Mid-States Recovery Service, LLC - Procedural Order Other Order 2011-09-07T04:00:00Z 2011 9 2011-09-07T04:00:00Z   2011-09-07T18:15:38Z   0 0 0900006480f12367
FMCSA-2011-0199-0003 FMCSA MSC - In the Matter of Mid-States Recovery Service, LLC - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2011-0199 In the Matter of Mid-States Recovery Service, LLC - Notice of Assignment of Proceeding Other Adjudication Notice 2011-08-30T04:00:00Z 2011 8 2011-08-30T04:00:00Z   2011-08-30T15:13:50Z   0 0 0900006480f09326
FMCSA-2011-0199-0002 FMCSA MSC - In the Matter of Mid-States Recovery Service, LLC - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2011-0199 In the Matter of Mid-States Recovery Service, LLC - Order Appointing Administrative Law Judge Other Order 2011-08-08T04:00:00Z 2011 8 2011-08-08T04:00:00Z   2011-08-08T20:34:39Z   0 0 0900006480ed99f8
FMCSA-2011-0199-0001 FMCSA MSC - In the Matter of Mid-States Recovery Service, LLC - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2011-0199 In the Matter of Mid-States Recovery Service, LLC - Field Administrators Consent to Respondents Request for Formal Hearing Other Consent 2011-06-29T04:00:00Z 2011 6 2011-06-29T04:00:00Z   2024-11-07T22:31:36Z   1 0 0900006480eb663f

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 3495.701ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API