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-2007-27830" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2007 2
  • 2008 2

document_type 2

  • Other 3
  • Rule 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-2007-27830-0031 NHTSA Vehicle Identification Number (VIN) Requirements, Part 565 - Notice of Proposed Rulemaking NHTSA-2007-27830 SAE International - Letter of Correction and Clarification Other Letter(s) 2008-01-30T05:00:00Z 2008 1 2008-01-30T05:00:00Z   2024-11-12T04:09:34Z   1 0 09000064803a4e2f
NHTSA-2007-27830-0030 NHTSA Vehicle Identification Number (VIN) Requirements, Part 565 - Notice of Proposed Rulemaking NHTSA-2007-27830 SAE International - Petition for Rulemaking Other Petition for Rulemaking 2008-01-24T05:00:00Z 2008 1 2008-01-24T05:00:00Z   2013-07-27T20:32:36Z   0 0 09000064803a1edb
NHTSA-2007-27830-0026 NHTSA Vehicle Identification Number (VIN) Requirements, Part 565 - Notice of Proposed Rulemaking NHTSA-2007-27830 U.S. DOT/NHTSA - Memorandum: Ex Parte Meeting Other Hearing/Meeting Summary 2007-11-27T05:00:00Z 2007 11 2007-11-27T05:00:00Z   2024-11-11T21:36:05Z   1 0 090000648036907e
NHTSA-2007-27830-0001 NHTSA Vehicle Identification Number (VIN) Requirements, Part 565 - Notice of Proposed Rulemaking NHTSA-2007-27830 Vehicle Identification Number Requirements Rule Federal Register Publication 2007-10-02T04:00:00Z 2007 10 2007-10-02T04:00:00Z 2007-11-17T04:59:59Z 2024-11-07T17:41:00Z E7-18925 1 0 09000064802f2942

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