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-2014-0091" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2018 4
  • 2014 3
  • 2017 2

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-2014-0091-0009 FMCSA MSC - In the Matter of Ameristar Tours, LLC - Field Administrator's Objection to Respondent's Request for Formal Hearing and Motion for Final Order FMCSA-2014-0091 In the Matter of Ameristar Tours, LLC . - Dismissal Order Other Dismissal 2018-02-13T05:00:00Z 2018 2 2018-02-13T05:00:00Z   2018-02-14T18:26:33Z   0 0 0900006482f2b9fa
FMCSA-2014-0091-0008 FMCSA MSC - In the Matter of Ameristar Tours, LLC - Field Administrator's Objection to Respondent's Request for Formal Hearing and Motion for Final Order FMCSA-2014-0091 In the Matter of Ameristar Tours, LLC - Claimant's Notice of Withdrawal of Notice of Claim Other Withdrawal 2018-02-06T05:00:00Z 2018 2 2018-02-06T05:00:00Z   2024-11-07T01:22:24Z   1 0 0900006482ef30bc
FMCSA-2014-0091-0007 FMCSA MSC - In the Matter of Ameristar Tours, LLC - Field Administrator's Objection to Respondent's Request for Formal Hearing and Motion for Final Order FMCSA-2014-0091 In the Matter of Ameristar Tours, LLC - Motion to Withdraw as Counsel Other Motion 2018-01-23T05:00:00Z 2018 1 2018-01-23T05:00:00Z   2024-11-07T01:19:49Z   1 0 0900006482e42e9e
FMCSA-2014-0091-0006 FMCSA MSC - In the Matter of Ameristar Tours, LLC - Field Administrator's Objection to Respondent's Request for Formal Hearing and Motion for Final Order FMCSA-2014-0091 In the Matter of Ameristar Tours, LLC - Order Directing The Parties to Meet and Confer Regarding Litigation and Scheduling Issues Other Order 2018-01-12T05:00:00Z 2018 1 2018-01-12T05:00:00Z   2018-01-12T19:22:45Z   0 0 0900006482dd6f2f
FMCSA-2014-0091-0005 FMCSA MSC - In the Matter of Ameristar Tours, LLC - Field Administrator's Objection to Respondent's Request for Formal Hearing and Motion for Final Order FMCSA-2014-0091 In the Matter of Ameristar Tours, LLC - Notice of Assignment of Proceeding Other Adjudication Notice 2017-12-27T05:00:00Z 2017 12 2017-12-27T05:00:00Z   2024-11-07T01:15:31Z   1 0 0900006482d76d4f
FMCSA-2014-0091-0004 FMCSA MSC - In the Matter of Ameristar Tours, LLC - Field Administrator's Objection to Respondent's Request for Formal Hearing and Motion for Final Order FMCSA-2014-0091 In the Matter of Ameristar Tours, LLC - Order Appointing Administrative Law Judge Other Order 2017-12-06T05:00:00Z 2017 12 2017-12-06T05:00:00Z   2024-11-07T01:12:17Z   1 0 0900006482ccccd0
FMCSA-2014-0091-0003 FMCSA MSC - In the Matter of Ameristar Tours, LLC - Field Administrator's Objection to Respondent's Request for Formal Hearing and Motion for Final Order FMCSA-2014-0091 In the Matter of Ameristar Tours, LLC - Response To Motion For Final Order Other Response(s) 2014-04-25T04:00:00Z 2014 4 2014-04-25T04:00:00Z   2014-04-25T12:45:39Z   0 0 09000064816c756a
FMCSA-2014-0091-0002 FMCSA MSC - In the Matter of Ameristar Tours, LLC - Field Administrator's Objection to Respondent's Request for Formal Hearing and Motion for Final Order FMCSA-2014-0091 In the Matter of Ameristar Tours, LLC - Field Administrator's Motion for Final Order Other Motion 2014-03-04T05:00:00Z 2014 3 2014-03-04T05:00:00Z   2024-11-12T05:25:32Z   1 0 09000064815f507d
FMCSA-2014-0091-0001 FMCSA MSC - In the Matter of Ameristar Tours, LLC - Field Administrator's Objection to Respondent's Request for Formal Hearing and Motion for Final Order FMCSA-2014-0091 In the Matter of Ameristar Tours, LLC - Field Administrator's Objection to Respondent's Request for Formal Hearing Other Objection(s) 2014-02-24T05:00:00Z 2014 2 2014-02-24T05:00:00Z   2024-11-11T20:49:35Z   1 0 09000064815a995f

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