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

12 rows where docket_id = "FMCSA-2021-0181" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2022 11
  • 2021 1

document_type 1

  • Other 12

agency_id 1

  • FMCSA 12
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-2021-0181-0012 FMCSA None FMCSA-2021-0181 In the Matter of JF Sehr Inc. dba Jerry's Hauling - Order Approving the Settlement Agreement and Granting Motion to Dismiss Other Order 2022-11-09T05:00:00Z 2022 11 2022-11-09T05:00:00Z   2024-11-12T23:46:45Z   1 0 090000648549f414
FMCSA-2021-0181-0011 FMCSA None FMCSA-2021-0181 In the Matter of JF Sehr Inc. dba Jerry's Hauling - Claimant's Motion To Dismiss Other Consent 2022-11-07T05:00:00Z 2022 11 2022-11-07T05:00:00Z   2024-11-12T23:46:58Z   1 0 0900006485496bfc
FMCSA-2021-0181-0010 FMCSA None FMCSA-2021-0181 In the Matter of JF Sehr Inc. dba Jerry's Hauling - Order Continuing Rule 16 Conference Other Order 2022-11-01T04:00:00Z 2022 11 2022-11-01T04:00:00Z   2024-11-12T23:47:44Z   1 0 090000648547930e
FMCSA-2021-0181-0009 FMCSA None FMCSA-2021-0181 In the Matter of JF Sehr Inc. dba Jerry's Hauling - Order Setting Third Conference Date Other Order 2022-10-05T04:00:00Z 2022 10 2022-10-05T04:00:00Z   2024-11-07T00:43:13Z   1 0 09000064853bd5e9
FMCSA-2021-0181-0008 FMCSA None FMCSA-2021-0181 In the Matter of JF Seher Inc. dba Jerry's Hauling - Order Granting Motions and Setting New Deadlines and Second Conference Date Other Order 2022-06-29T04:00:00Z 2022 6 2022-06-29T04:00:00Z   2024-11-12T23:43:04Z   1 0 09000064851a927b
FMCSA-2021-0181-0006 FMCSA None FMCSA-2021-0181 In the Matter of JF Sehr Inc. dba Jerry's Hauling - Proposed Litigation Plan Other Adjudication Notice 2022-06-16T04:00:00Z 2022 6 2022-06-16T04:00:00Z   2022-06-16T15:34:17Z   0 0 090000648516785b
FMCSA-2021-0181-0007 FMCSA None FMCSA-2021-0181 In the Matter of JF Sehr Inc. dba Jerry's Hauling - Motion to Substitute Counsel Other Motion 2022-06-16T04:00:00Z 2022 6 2022-06-16T04:00:00Z   2024-11-07T00:39:56Z   1 0 0900006485167167
FMCSA-2021-0181-0005 FMCSA None FMCSA-2021-0181 In the Matter of JF Sehr Inc. dba Jerry's Hauling - Order Directing Planning Meeting and Setting CR16 Litigation Scheduling Conference Other Order 2022-03-01T05:00:00Z 2022 3 2022-03-01T05:00:00Z   2024-11-07T00:38:15Z   1 0 0900006484fb02aa
FMCSA-2021-0181-0004 FMCSA None FMCSA-2021-0181 In the Matter of JF Sehr Inc. dba Jerry's Hauling - Claimant's Notice of Filing of Requested Documents Other Adjudication Notice 2022-02-24T05:00:00Z 2022 2 2022-02-24T05:00:00Z   2024-11-12T23:37:33Z   1 0 0900006484f9f745
FMCSA-2021-0181-0003 FMCSA None FMCSA-2021-0181 In the Matter of JF Sher Inc. dba Jerry's Hauling - Notice of Assignment and Order Other Adjudication Notice 2022-01-27T05:00:00Z 2022 1 2022-01-27T05:00:00Z   2024-11-07T00:36:36Z   1 0 0900006484f3f55a
FMCSA-2021-0181-0002 FMCSA None FMCSA-2021-0181 In the Matter of JF Sher Inc. dba Jerry's Hauling - Order Appointing Administrative Law Judge Other Order 2022-01-14T05:00:00Z 2022 1 2022-01-14T05:00:00Z   2024-11-12T23:34:57Z   1 0 0900006484f21d7c
FMCSA-2021-0181-0001 FMCSA None FMCSA-2021-0181 In the Matter of JF Sehr Inc. dba Jerry's Hauling - Claimant's Consent to Formal Hearing Other Consent 2021-12-03T05:00:00Z 2021 12 2021-12-03T05:00:00Z   2024-11-07T00:34:00Z   1 0 0900006484e9d156

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