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

4 rows where agency_id = "NHTSA" and docket_id = "NHTSA-2015-0002" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2016 2
  • 2015 1
  • 2017 1

document_type 2

  • Other 3
  • Notice 1

agency_id 1

  • NHTSA · 4 ✖
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-2015-0002-0007 NHTSA Crash Avoidance Test Target Information NHTSA-2015-0002 U.S. DOT/NHTSA- Memorandum - Comparison of Radar Returns from Vehicles and Guided Soft Targets Other Memorandum 2017-09-22T04:00:00Z 2017 9 2017-09-22T04:00:00Z   2017-09-22T15:19:16Z   0 0 0900006482b6afac
NHTSA-2015-0002-0003 NHTSA Crash Avoidance Test Target Information NHTSA-2015-0002 Toyota-Denso 3D Target Event Feedback - Comments Other Action Memo or Letter 2016-08-03T04:00:00Z 2016 8 2016-08-03T04:00:00Z   2016-08-03T18:38:45Z   0 0 090000648214cbd1
NHTSA-2015-0002-0002 NHTSA Crash Avoidance Test Target Information NHTSA-2015-0002 Meetings: 3D Surrogate Vehicle Scanning Event Notice Public Meetings 2016-06-09T04:00:00Z 2016 6 2016-06-09T04:00:00Z   2024-11-11T21:29:01Z 2016-13665 1 0 0900006482025c07
NHTSA-2015-0002-0001 NHTSA Crash Avoidance Test Target Information NHTSA-2015-0002 Dynamic Research, Inc. - Report - Radar Measurements of Representative Vehicles Other Report 2015-03-20T04:00:00Z 2015 3 2015-03-20T04:00:00Z   2015-03-20T15:50:30Z   0 0 0900006481a5225d

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