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-2011-0251" and posted_year = 2011 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, open_for_comment, withdrawn, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2011 · 7 ✖

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-2011-0251-0007 FMCSA MSC - In the Matter of Continental Express, Inc. - Field Administrator’s Motion for Final Order and Memorandum in Support FMCSA-2011-0251 In the Matter of Continental Express, Inc. - Respondent's Motion to Strike and Memorandum Contra to Field Administrator's Motion for Leave to Supplement Evidence Other Motion 2011-12-06T05:00:00Z 2011 12 2011-12-06T05:00:00Z   2024-11-12T04:16:10Z   1 0 0900006480f7bb50
FMCSA-2011-0251-0006 FMCSA MSC - In the Matter of Continental Express, Inc. - Field Administrator’s Motion for Final Order and Memorandum in Support FMCSA-2011-0251 In the Matter of Continental Express, Inc. - Respondent's Motion to Strike and Memorandum Contra to Field Administrator's Motion for Leave to Supplement Evidence Other Motion 2011-12-02T05:00:00Z 2011 12 2011-12-02T05:00:00Z   2011-12-02T18:23:53Z   0 0 0900006480f79dd7
FMCSA-2011-0251-0005 FMCSA MSC - In the Matter of Continental Express, Inc. - Field Administrator’s Motion for Final Order and Memorandum in Support FMCSA-2011-0251 In the Matter of Continental Express, Inc. - Motion For Leave To Supplement Evidence Other Motion 2011-10-25T04:00:00Z 2011 10 2011-10-25T04:00:00Z   2024-11-12T05:04:00Z   1 0 0900006480f5b31b
FMCSA-2011-0251-0003 FMCSA MSC - In the Matter of Continental Express, Inc. - Field Administrator’s Motion for Final Order and Memorandum in Support FMCSA-2011-0251 In the Matter of Continental Express, Inc. - Notice of Appearance Other Adjudication Notice 2011-10-06T04:00:00Z 2011 10 2011-10-06T04:00:00Z   2024-11-12T05:03:34Z   1 0 0900006480f4d5f9
FMCSA-2011-0251-0004 FMCSA MSC - In the Matter of Continental Express, Inc. - Field Administrator’s Motion for Final Order and Memorandum in Support FMCSA-2011-0251 In the Matter of Continental Express, Inc. - Respondent's Answer in Opposition to Field Administrator's Motion for Entry of Final Order and Objection to Request for Formal Hearing & Notice of Appearance Other Answer 2011-10-06T04:00:00Z 2011 10 2011-10-06T04:00:00Z   2024-11-07T22:38:46Z   1 0 0900006480f4d5fa
FMCSA-2011-0251-0002 FMCSA MSC - In the Matter of Continental Express, Inc. - Field Administrator’s Motion for Final Order and Memorandum in Support FMCSA-2011-0251 In the Matter of Continental Express, Inc. - Field Administrator's Motion for Entry of Final Order and Objection to Request for Formal Hearing with Memorandum in Support Other Motion 2011-08-24T04:00:00Z 2011 8 2011-08-24T04:00:00Z   2024-11-07T22:36:04Z   1 0 0900006480eeb5fb
FMCSA-2011-0251-0001 FMCSA MSC - In the Matter of Continental Express, Inc. - Field Administrator’s Motion for Final Order and Memorandum in Support FMCSA-2011-0251 In the Matter of Continental Express, Inc. - Field Administrator's Motion for Entry of Final Order and Objection to Request for Formal Hearing with Memorandum in Support Other   2011-08-22T00:00:00Z 2011 8     2024-11-07T22:34:25Z   0 1 0900006480ee680d

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