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

6 rows where docket_id = "FMCSA-2020-0003" 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 4

  • 2020 3
  • 2021 1
  • 2022 1
  • 2023 1

document_type 1

  • Other 6

agency_id 1

  • FMCSA 6
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-2020-0003-0006 FMCSA None FMCSA-2020-0003 In the Matter of Sorreda Transport, LLC - Notice of Substitution of Counsel Other Adjudication Notice 2023-08-31T04:00:00Z 2023 8 2023-08-31T04:00:00Z   2024-11-07T00:51:06Z   1 0 0900006485f174f4
FMCSA-2020-0003-0005 FMCSA None FMCSA-2020-0003 In the Matter of Sorreda Transport, LLC - Field Administrator's Second Amended Objection to Respondent’s Request for Hearing and Motion for a Final Agency Order Other Objection(s) 2022-10-13T04:00:00Z 2022 10 2022-10-13T04:00:00Z   2024-11-12T23:46:12Z   1 0 0900006485400ac8
FMCSA-2020-0003-0004 FMCSA None FMCSA-2020-0003 In the Matter of Sorreda Transport, LLC - Response to Agency's Objection to Request for Hearing and Motion for Final Order Other Response(s) 2021-01-29T05:00:00Z 2021 1 2021-01-29T05:00:00Z   2021-01-29T16:27:47Z   0 0 0900006484a0aa2c
FMCSA-2020-0003-0003 FMCSA None FMCSA-2020-0003 In the Matter of Sorreda Transport, LLC - Amended Objection to Respondent's Request for Hearing and Motion for Final Agency Order Other Amendment 2020-12-21T05:00:00Z 2020 12 2020-12-21T05:00:00Z   2024-11-12T23:27:23Z   1 0 09000064849b15e5
FMCSA-2020-0003-0002 FMCSA None FMCSA-2020-0003 In the Matter of Sorreda Transport, LLC - Notice of Appearance and Response to Agency's Objection to Request for Hearing and Motion for Final Order Other Response(s) 2020-01-31T05:00:00Z 2020 1 2020-01-31T05:00:00Z   2020-01-31T14:16:01Z   0 0 090000648430ffe6
FMCSA-2020-0003-0001 FMCSA None FMCSA-2020-0003 In the Matter of Sorreda Transport, LLC - Objection to Respondent's Request for Hearing and Motion for Final Agency Order Other Objection(s) 2020-01-10T05:00:00Z 2020 1 2020-01-10T05:00:00Z   2024-11-12T23:15:09Z   1 0 0900006484287a6e

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