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

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 2

  • 2019 5
  • 2020 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-2019-0258-0006 FMCSA None FMCSA-2019-0258 In the Matter of Eagle Iron & Metal, KP Trucking LLC, and Kenney Balthrop dba KP's Trucking - Final Order on Petition for Administrative Review Other Petition(s) 2020-01-24T05:00:00Z 2020 1 2020-01-24T05:00:00Z   2024-11-12T23:15:53Z   1 0 09000064842ee570
FMCSA-2019-0258-0005 FMCSA None FMCSA-2019-0258 In the Matter of Eagle Iron & Metal, KP Trucking LLC, and Kenney Balthrop dba KP's Trucking - Final Order on Petition for Administrative Review of Operations Out-of-Service and Record Consolidation Order Other Final Order 2019-12-18T05:00:00Z 2019 12 2019-12-18T05:00:00Z   2024-11-12T23:14:54Z   1 0 090000648422c2ea
FMCSA-2019-0258-0004 FMCSA None FMCSA-2019-0258 In the Matter of Eagle Iron & Metal, KP Trucking LLC, and Kenney Balthrop dba KP's Trucking - Revised Certificate of Service and Notice of Docket No FMCSA-2019-0258 Other Certificate of Service 2019-12-02T05:00:00Z 2019 12 2019-12-02T05:00:00Z   2024-11-12T23:13:58Z   1 0 09000064841da9c7
FMCSA-2019-0258-0003 FMCSA None FMCSA-2019-0258 In the Matter of KP Trucking, LLC - Field Administrator's Memo in Support of Operations Out-of-Service and Record Consolidation Order Other Memorandum in Support 2019-12-02T05:00:00Z 2019 12 2019-12-02T05:00:00Z   2024-11-12T23:13:49Z   1 0 09000064841d9c16
FMCSA-2019-0258-0002 FMCSA None FMCSA-2019-0258 In the Matter of Eagle Iron & Metal, KP Trucking LLC, & Kenney Balthrop dba KP's Trucking - Exhibits to Petition for Administrative Review Other Exhibit(s) 2019-11-19T05:00:00Z 2019 11 2019-11-19T05:00:00Z   2024-11-12T23:12:55Z   1 0 09000064841803de
FMCSA-2019-0258-0001 FMCSA None FMCSA-2019-0258 In the Matter of Eagle Iron & Metal, KP Trucking LLC, and Kenney Balthrop dba KP's Trucking - Petition for Administrative Review of Operations Out-Of-Service and Record Consolidation Order Other Petition(s) 2019-10-25T04:00:00Z 2019 10 2019-10-25T04:00:00Z   2024-11-12T23:10:44Z   1 0 09000064840f9585

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