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-2015-0329" and posted_year = 2022 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2022 · 7 ✖

document_type 1

  • Notice 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-2015-0329-0025 FMCSA None FMCSA-2015-0329 Exemption Application: Qualification of Drivers; Hearing Notice Notice of Final Rule 2022-12-20T05:00:00Z 2022 12 2022-12-20T05:00:00Z   2022-12-20T15:03:55Z 2022-27540 0 0 0900006485543fdd
FMCSA-2015-0329-0024 FMCSA None FMCSA-2015-0329 Exemption Application: Qualification of Drivers; Hearing Notice Request for Comments 2022-11-01T04:00:00Z 2022 11 2022-11-01T04:00:00Z 2022-12-02T04:59:59Z 2024-11-12T23:47:04Z 2022-23760 1 0 09000064854779d0
FMCSA-2015-0329-0023 FMCSA None FMCSA-2015-0329 Exemption Application: Qualification of Drivers; Hearing Notice Notice of Intent 2022-10-17T04:00:00Z 2022 10 2022-10-17T04:00:00Z   2024-11-12T23:46:25Z 2022-22342 1 0 0900006485407761
FMCSA-2015-0329-0022 FMCSA None FMCSA-2015-0329 Qualification of Drivers; Exemption Applications: Hearing Notice Request for Comments 2022-08-17T04:00:00Z 2022 8 2022-08-17T04:00:00Z 2022-09-17T03:59:59Z 2024-11-12T23:44:33Z 2022-17678 1 0 0900006485246a43
FMCSA-2015-0329-0021 FMCSA None FMCSA-2015-0329 Qualification of Drivers; Exemption Applications: Hearing Notice Request for Comments 2022-08-10T04:00:00Z 2022 8 2022-08-10T04:00:00Z 2022-09-10T03:59:59Z 2024-11-12T23:44:11Z 2022-17146 1 0 090000648522bfd1
FMCSA-2015-0329-0020 FMCSA None FMCSA-2015-0329 Qualification of Drivers; Exemption Applications: Hearing Notice Notice of Intent 2022-02-17T05:00:00Z 2022 2 2022-02-17T05:00:00Z   2024-11-12T23:37:17Z 2022-03351 1 0 0900006484f7f28b
FMCSA-2015-0329-0019 FMCSA None FMCSA-2015-0329 Qualification of Drivers; Exemption Applications: Hearing Notice Request for Comments 2022-01-10T05:00:00Z 2022 1 2022-01-10T05:00:00Z 2022-02-10T04:59:59Z 2024-11-07T00:36:12Z 2022-00147 1 0 0900006484f1601f

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