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 = "NHTSA-2010-0093" and posted_year = 2017 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

  • 2017 · 7 ✖

document_type 1

  • Other 7

agency_id 1

  • NHTSA 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
NHTSA-2010-0093-0190 NHTSA NCAP Advanced Technologies NHTSA-2010-0093 U.S. DOT/NHTSA - Forward Collision Warning Confirmation Test -2017 Mitsubishi Outlander Other Report 2017-08-03T04:00:00Z 2017 8 2017-08-03T04:00:00Z   2017-08-03T16:25:17Z   0 0 090000648299d10f
NHTSA-2010-0093-0189 NHTSA NCAP Advanced Technologies NHTSA-2010-0093 US. DOT/NHTSA - Final Report - Lane Departure Warning Confirmation Test -2017 Infiniti Q60 Other Report 2017-07-20T04:00:00Z 2017 7 2017-07-20T04:00:00Z   2017-07-24T19:43:42Z   0 0 0900006482940cab
NHTSA-2010-0093-0188 NHTSA NCAP Advanced Technologies NHTSA-2010-0093 U.S. DOT/NHTSA - Final Report - Forward Collision Warning Confirmation Test -2017 GMC Acadia Other Report 2017-07-11T04:00:00Z 2017 7 2017-07-11T04:00:00Z   2017-07-11T14:04:54Z   0 0 09000064828c23bf
NHTSA-2010-0093-0187 NHTSA NCAP Advanced Technologies NHTSA-2010-0093 US DOT/NHTSA - Report - Lane Departure Warning Confirmation Test -2016 Kia Optima Other Report 2017-06-06T04:00:00Z 2017 6 2017-06-06T04:00:00Z   2017-06-06T14:45:03Z   0 0 0900006482690991
NHTSA-2010-0093-0186 NHTSA NCAP Advanced Technologies NHTSA-2010-0093 US DOT/NHTSA - Report - Forward Collision Warning Confirmation Test -2017 Honda Accord Hybrid Other Report 2017-05-17T04:00:00Z 2017 5 2017-05-17T04:00:00Z   2017-05-17T20:30:34Z   0 0 09000064825d1107
NHTSA-2010-0093-0185 NHTSA NCAP Advanced Technologies NHTSA-2010-0093 US DOT/NHTSA - Lane Departure Warning Confirmation Test -2017 GMC Acadia Other Report 2017-05-17T04:00:00Z 2017 5 2017-05-17T04:00:00Z   2017-05-17T20:29:20Z   0 0 09000064825d0c7e
NHTSA-2010-0093-0184 NHTSA NCAP Advanced Technologies NHTSA-2010-0093 U.S . DOT/NHTSA - Lane Departure Warning Confirmation Test -2017 Honda Accord Hybrid Other Report 2017-05-17T04:00:00Z 2017 5 2017-05-17T04:00:00Z   2017-05-17T20:27:57Z   0 0 09000064825d0c76

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