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-1999-6160" and posted_year = 1999 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Other 6
  • Supporting & Related Material 2
  • Rule 1

posted_year 1

  • 1999 · 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-1999-6160-0009 NHTSA Federal Motor Vehicle Safety Standards (FMVSS) - Standards Nos. 213 and 225 - Child Restraint Systems; Child Restraint Anchorage Systems - Response to Petitions for Reconsideration (First Document) NHTSA-1999-6160 Alliance of Automobile Manufacturers - Petition for One-Year Delay Other Petition(s) 1999-12-29T05:00:00Z 1999 12 1999-12-29T05:00:00Z 1999-12-31T04:59:59Z 2024-11-12T03:22:11Z   1 0 09000064803309a5
NHTSA-1999-6160-0008 NHTSA Federal Motor Vehicle Safety Standards (FMVSS) - Standards Nos. 213 and 225 - Child Restraint Systems; Child Restraint Anchorage Systems - Response to Petitions for Reconsideration (First Document) NHTSA-1999-6160 Ford Motor Company - Supplement to Petition Supporting & Related Material Supplement 1999-12-23T05:00:00Z 1999 12     2024-11-12T03:22:11Z   0 0 09000064803309a4
NHTSA-1999-6160-0007 NHTSA Federal Motor Vehicle Safety Standards (FMVSS) - Standards Nos. 213 and 225 - Child Restraint Systems; Child Restraint Anchorage Systems - Response to Petitions for Reconsideration (First Document) NHTSA-1999-6160 Keiper GmbH & Company - Petition for Reconsideration Other Petition for Reconsideration 1999-11-09T05:00:00Z 1999 11 1999-11-09T05:00:00Z 1999-11-11T04:59:59Z 2024-11-12T03:22:11Z   1 0 09000064803309a0
NHTSA-1999-6160-0005 NHTSA Federal Motor Vehicle Safety Standards (FMVSS) - Standards Nos. 213 and 225 - Child Restraint Systems; Child Restraint Anchorage Systems - Response to Petitions for Reconsideration (First Document) NHTSA-1999-6160 Alliance of Automobile Manufacturers - Petition for Reconsideration Other Petition for Reconsideration 1999-10-27T04:00:00Z 1999 10 1999-10-27T04:00:00Z 1999-10-29T03:59:59Z 2024-11-12T03:22:11Z   1 0 090000648033099e
NHTSA-1999-6160-0006 NHTSA Federal Motor Vehicle Safety Standards (FMVSS) - Standards Nos. 213 and 225 - Child Restraint Systems; Child Restraint Anchorage Systems - Response to Petitions for Reconsideration (First Document) NHTSA-1999-6160 Alliance of Automobile Manufacturers - Supplement Supporting & Related Material Supplement 1999-10-22T04:00:00Z 1999 10     2024-11-12T03:22:11Z   0 0 090000648033099f
NHTSA-1999-6160-0004 NHTSA Federal Motor Vehicle Safety Standards (FMVSS) - Standards Nos. 213 and 225 - Child Restraint Systems; Child Restraint Anchorage Systems - Response to Petitions for Reconsideration (First Document) NHTSA-1999-6160 Volkswagen AG - Petition for Reconsideration Other Petition for Reconsideration 1999-10-21T04:00:00Z 1999 10 1999-10-21T04:00:00Z 1999-10-23T03:59:59Z 2024-11-12T03:22:10Z   1 0 090000648033099d
NHTSA-1999-6160-0003 NHTSA Federal Motor Vehicle Safety Standards (FMVSS) - Standards Nos. 213 and 225 - Child Restraint Systems; Child Restraint Anchorage Systems - Response to Petitions for Reconsideration (First Document) NHTSA-1999-6160 Ford Motor Company - Petition for Reconsideration Other Petition for Reconsideration 1999-10-18T04:00:00Z 1999 10 1999-10-18T04:00:00Z 1999-10-20T03:59:59Z 2024-11-12T03:22:10Z   1 0 090000648033099c
NHTSA-1999-6160-0002 NHTSA Federal Motor Vehicle Safety Standards (FMVSS) - Standards Nos. 213 and 225 - Child Restraint Systems; Child Restraint Anchorage Systems - Response to Petitions for Reconsideration (First Document) NHTSA-1999-6160 U.S. DOT/NHTSA - Meeting re: Universal Child Restraint Anchorage Systems Other Memo, Action Memo or Letter 1999-10-13T04:00:00Z 1999 10 1999-10-13T04:00:00Z 1999-10-14T03:59:59Z 2024-11-12T03:21:46Z   1 0 0900006480330990
NHTSA-1999-6160-0001 NHTSA Federal Motor Vehicle Safety Standards (FMVSS) - Standards Nos. 213 and 225 - Child Restraint Systems; Child Restraint Anchorage Systems - Response to Petitions for Reconsideration (First Document) NHTSA-1999-6160 U.S. DOT/NHTSA - Final Rule; Response to Petitions for Reconsideration Rule Final Rule 1999-08-31T04:00:00Z 1999 8 1999-08-31T04:00:00Z 1999-09-04T03:59:59Z 2024-11-12T03:21:23Z   1 0 0900006480330985

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