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-2010-0415" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 2

  • 2017 6
  • 2010 1

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-2010-0415-0007 FMCSA WSC - In the Matter of Mariscos Bahia, Inc. - Field Administrator's Submission of Evidence FMCSA-2010-0415 In the Matter of Mariscos Bahia, Inc. - Order Approving Settlement Other Order 2017-12-27T05:00:00Z 2017 12 2017-12-27T05:00:00Z   2024-11-07T01:15:59Z   1 0 0900006482d78500
FMCSA-2010-0415-0006 FMCSA WSC - In the Matter of Mariscos Bahia, Inc. - Field Administrator's Submission of Evidence FMCSA-2010-0415 In the Matter of Mariscos Bahia, Inc. - Notice of Settlement and Motion to Terminate Proceedings and Close Docket Other Notification of Settlement 2017-06-14T04:00:00Z 2017 6 2017-06-14T04:00:00Z   2024-11-07T01:01:50Z   1 0 09000064826d14dc
FMCSA-2010-0415-0005 FMCSA WSC - In the Matter of Mariscos Bahia, Inc. - Field Administrator's Submission of Evidence FMCSA-2010-0415 In the Matter of Mariscos Bahia, Inc. - Respondent's Petition for Reconsideration of Final Order, Pursuant to 49 CFR 386-64 Other Adjudication Notice 2017-06-05T04:00:00Z 2017 6 2017-06-05T04:00:00Z   2024-11-07T01:01:48Z   1 0 09000064826919ef
FMCSA-2010-0415-0004 FMCSA WSC - In the Matter of Mariscos Bahia, Inc. - Field Administrator's Submission of Evidence FMCSA-2010-0415 In the Matter of Mariscos Bahia, Inc. - Declaration of Hector Canino, Jr, in Support of Respondent's Petition for Reconsideration of Final Order, Pursuant to 49 CFR 386.64 Other Adjudication Notice 2017-06-05T04:00:00Z 2017 6 2017-06-05T04:00:00Z   2024-11-07T01:01:29Z   1 0 09000064826914c4
FMCSA-2010-0415-0003 FMCSA WSC - In the Matter of Mariscos Bahia, Inc. - Field Administrator's Submission of Evidence FMCSA-2010-0415 In the Matter of Mariscos Bahia, Inc. - Petition for Reconsideration Other Petition for Reconsideration 2017-05-23T04:00:00Z 2017 5 2017-05-23T04:00:00Z   2024-11-07T01:00:05Z   1 0 09000064825fba72
FMCSA-2010-0415-0002 FMCSA WSC - In the Matter of Mariscos Bahia, Inc. - Field Administrator's Submission of Evidence FMCSA-2010-0415 In the Matter of Maricos Bahia, Inc. - Final Order Other Final Order 2017-04-26T04:00:00Z 2017 4 2017-04-26T04:00:00Z   2024-11-07T00:56:26Z   1 0 09000064825762bb
FMCSA-2010-0415-0001 FMCSA WSC - In the Matter of Mariscos Bahia, Inc. - Field Administrator's Submission of Evidence FMCSA-2010-0415 In the Matter of Maricos Bahia, Inc. - Field Administrator's Submission of Evidence Pursuant to 49 C.F.R. 386.16(a), Motion for Final Agency Order and Memorandum of Law in Support Other Submission of Evidence 2010-12-08T05:00:00Z 2010 12 2010-12-08T05:00:00Z   2024-11-07T22:29:58Z   1 0 0900006480bb2341

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