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 = "NHTSA-2014-0009" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2014 5
  • 2019 1

document_type 2

  • Other 5
  • Supporting & Related Material 1

agency_id 1

  • NHTSA 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
NHTSA-2014-0009-0006 NHTSA Petition for Rulemaking NHTSA-2014-0009 Scheryn Bennett - Petition for Rulemaking Other Petition(s) 2019-01-30T05:00:00Z 2019 1 2019-01-30T05:00:00Z   2019-01-30T17:23:43Z   0 0 0900006483a28dfd
NHTSA-2014-0009-0005 NHTSA Petition for Rulemaking NHTSA-2014-0009 Auto Alliance Driving Innovation - Petition for Rulemaking Other Petition for Rulemaking 2014-11-19T05:00:00Z 2014 11 2014-11-19T05:00:00Z   2014-11-19T16:12:20Z   0 0 0900006481935a44
NHTSA-2014-0009-0004 NHTSA Petition for Rulemaking NHTSA-2014-0009 Environmental Research - Supplemental Information - Evironmental Research and Safety Technologies- Petition to Improve Federal Motor Vehicle Safety Standards Supporting & Related Material Supplement 2014-11-06T05:00:00Z 2014 11     2014-11-06T21:15:34Z   0 0 0900006481914101
NHTSA-2014-0009-0003 NHTSA Petition for Rulemaking NHTSA-2014-0009 The Tire and Rim Association, Inc. - Exemption/Rulemaking Other Petition(s) 2014-07-22T04:00:00Z 2014 7 2014-07-22T04:00:00Z   2014-07-22T12:40:06Z   0 0 09000064817cfb24
NHTSA-2014-0009-0002 NHTSA Petition for Rulemaking NHTSA-2014-0009 Auto Alliance - Petition for Rulemaking Other Petition for Rulemaking 2014-03-14T04:00:00Z 2014 3 2014-03-14T04:00:00Z   2014-03-14T14:26:46Z   0 0 0900006481661785
NHTSA-2014-0009-0001 NHTSA Petition for Rulemaking NHTSA-2014-0009 Morgan Technologies, Ltd. - Exemption/Rulemaking Other Petition(s) 2014-02-12T05:00:00Z 2014 2 2014-02-12T05:00:00Z   2014-02-12T19:10:09Z   0 0 090000648155d93e

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