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

9 rows where docket_id = "NHTSA-2018-0080" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2018 · 9 ✖

document_type 1

  • Other 9

agency_id 1

  • NHTSA 9
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-2018-0080-0009 NHTSA Model Year 2019 Test Reports NHTSA-2018-0080 2019 Acura RDX AWD 5-Dr SUV NCAP - Final Report Other Report 2018-12-17T05:00:00Z 2018 12 2018-12-17T05:00:00Z   2018-12-17T15:10:24Z   0 0 0900006483994ecf
NHTSA-2018-0080-0008 NHTSA Model Year 2019 Test Reports NHTSA-2018-0080 2019 Acura RDX 5-Dr SUV SPNCAP - Final Report Other Report 2018-12-17T05:00:00Z 2018 12 2018-12-17T05:00:00Z   2018-12-17T15:07:43Z   0 0 0900006483994ecd
NHTSA-2018-0080-0007 NHTSA Model Year 2019 Test Reports NHTSA-2018-0080 M20190112 2019 Chevrolet Silverado 2500 4WD Double Cab Truck NCAP - Final Report Other Report 2018-12-13T05:00:00Z 2018 12 2018-12-13T05:00:00Z   2018-12-13T20:27:57Z   0 0 0900006483990cf6
NHTSA-2018-0080-0005 NHTSA Model Year 2019 Test Reports NHTSA-2018-0080 2019 RAM 1500 Classic Tradesman Quad Cab Truck - SPNCAP Complete Report Other Report 2018-11-30T05:00:00Z 2018 11 2018-11-30T05:00:00Z   2018-11-30T15:29:19Z   0 0 090000648390e8e7
NHTSA-2018-0080-0006 NHTSA Model Year 2019 Test Reports NHTSA-2018-0080 2019 RAM 1500 Classic Express Quad Cab 4-Door Truck - SINCAP Complete Report Other Report 2018-11-30T05:00:00Z 2018 11 2018-11-30T05:00:00Z   2018-11-30T15:31:44Z   0 0 090000648390e8eb
NHTSA-2018-0080-0004 NHTSA Model Year 2019 Test Reports NHTSA-2018-0080 M20195100 2019 Toyota C-HR 5-DR Hatchback NCAP Final Report Other Report 2018-11-14T05:00:00Z 2018 11 2018-11-14T05:00:00Z   2018-11-14T18:15:00Z   0 0 09000064838d6f83
NHTSA-2018-0080-0002 NHTSA Model Year 2019 Test Reports NHTSA-2018-0080 U.S. DOT/NHTSA - Final Report - . 2019 Honda Insight LX 4-Door Sedan NCAP Other Report 2018-10-19T04:00:00Z 2018 10 2018-10-19T04:00:00Z   2018-10-19T16:10:35Z   0 0 09000064837ffa7f
NHTSA-2018-0080-0003 NHTSA Model Year 2019 Test Reports NHTSA-2018-0080 U.S. DOT/NHTSA - Final Report - .2019 Honda Insight LX 4-Door Sedan SPNCAP Other Report 2018-10-19T04:00:00Z 2018 10 2018-10-19T04:00:00Z   2018-10-19T16:13:58Z   0 0 09000064837ffa83
NHTSA-2018-0080-0001 NHTSA Model Year 2019 Test Reports NHTSA-2018-0080 U.S. DOT/NHTSA - Final Report - .2019 Honda Insight LX 4-Door Sedan SINCAP Other Report 2018-10-19T04:00:00Z 2018 10 2018-10-19T04:00:00Z   2018-10-19T16:09:11Z   0 0 09000064837ffe29

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