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

11 rows where agency_id = "FMCSA" and docket_id = "FMCSA-2010-0384" 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, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 2

  • 2011 10
  • 2010 1

document_type 1

  • Other 11

agency_id 1

  • FMCSA · 11 ✖
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-2010-0384-0011 FMCSA MSC - In the Matter of Ronald Mason - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2010-0384 In the Matter of Ronald Mason - Final Order of Summary Judgment Other Final Order 2011-12-07T05:00:00Z 2011 12 2011-12-07T05:00:00Z   2024-11-12T04:16:44Z   1 0 0900006480f7d7fd
FMCSA-2010-0384-0010 FMCSA MSC - In the Matter of Ronald Mason - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2010-0384 In the Matter of Ronald Mason - Order Granting Motion for Summary Judgment and Cancelling Hearing Other Order 2011-11-18T05:00:00Z 2011 11 2011-11-18T05:00:00Z   2024-11-12T04:10:58Z   1 0 0900006480f6ed48
FMCSA-2010-0384-0009 FMCSA MSC - In the Matter of Ronald Mason - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2010-0384 In the Matter of Ronald Mason - Order to Show Cause Why Final Judgment Should Not Enter Other Order 2011-10-27T04:00:00Z 2011 10 2011-10-27T04:00:00Z   2024-11-07T22:42:25Z   1 0 0900006480f5de78
FMCSA-2010-0384-0008 FMCSA MSC - In the Matter of Ronald Mason - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2010-0384 In the Matter of Ronald Mason Field Administrator's Motion for Summary Judgment and Memorandum in Support Other Motion 2011-10-13T04:00:00Z 2011 10 2011-10-13T04:00:00Z   2013-08-11T03:17:39Z   0 0 0900006480f51e80
FMCSA-2010-0384-0006 FMCSA MSC - In the Matter of Ronald Mason - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2010-0384 In the Matter of Ronald Mason - Transcript Other Transcript(s) 2011-09-07T04:00:00Z 2011 9 2011-09-07T04:00:00Z   2024-11-12T05:02:40Z   1 0 0900006480f123f5
FMCSA-2010-0384-0007 FMCSA MSC - In the Matter of Ronald Mason - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2010-0384 In the Matter of Ronald Mason - Transcript Other Transcript(s) 2011-09-07T04:00:00Z 2011 9 2011-09-07T04:00:00Z   2011-09-07T18:31:41Z   0 0 0900006480f123f6
FMCSA-2010-0384-0005 FMCSA MSC - In the Matter of Ronald Mason - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2010-0384 In the Matter of Ronald Mason - Order Setting Second Litigation Scheduling Conference Other Order 2011-08-17T04:00:00Z 2011 8 2011-08-17T04:00:00Z   2011-08-17T16:46:16Z   0 0 0900006480ee2991
FMCSA-2010-0384-0004 FMCSA MSC - In the Matter of Ronald Mason - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2010-0384 In the Matter of Ronald Mason - Notice of Litigation Scheduling Telephone Conference Other Adjudication Notice 2011-08-04T04:00:00Z 2011 8 2011-08-04T04:00:00Z   2024-11-07T22:33:44Z   1 0 0900006480ed7490
FMCSA-2010-0384-0003 FMCSA MSC - In the Matter of Ronald Mason - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2010-0384 In the Matter of Ronald Mason - Notice of Assignment of Proceeding Other Administrative Adjudication 2011-08-02T04:00:00Z 2011 8 2011-08-02T04:00:00Z   2011-08-02T15:19:10Z   0 0 0900006480ecfd83
FMCSA-2010-0384-0002 FMCSA MSC - In the Matter of Ronald Mason - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2010-0384 In the Matter of Ronald Mason - Order Appointing Administrative Law Judge Other Order 2011-07-13T04:00:00Z 2011 7 2011-07-13T04:00:00Z   2011-07-14T00:36:17Z   0 0 0900006480ec1962
FMCSA-2010-0384-0001 FMCSA MSC - In the Matter of Ronald Mason - Field Administrator's Consent to Respondent's Request for Formal Hearing FMCSA-2010-0384 In the Matter of Ronald Mason Other Correspondence 2010-10-26T04:00:00Z 2010 10 2010-10-26T04:00:00Z   2013-07-27T23:35:30Z   0 0 0900006480b767da

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