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

11 rows where docket_id = "NHTSA-2005-21276" and posted_year = 2009 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2009 · 11 ✖

document_type 1

  • Other 11

agency_id 1

  • NHTSA 11
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-2005-21276-0060 NHTSA Tire Aging NHTSA-2005-21276 U.S. DOT/NHTSA - Report: Oven Aging Failure Inspection Log.pdf. Other Report 2009-11-27T05:00:00Z 2009 11 2009-11-27T05:00:00Z   2024-11-12T04:49:04Z   1 0 0900006480a5d26e
NHTSA-2005-21276-0059 NHTSA Tire Aging NHTSA-2005-21276 U.S. DOT/NHTSA - Report: Tire Aging Project Roadwheel Removal Codes_V2-2.pdf. Other Report 2009-11-27T05:00:00Z 2009 11 2009-11-27T05:00:00Z   2024-11-12T04:49:04Z   1 0 0900006480a5d26c
NHTSA-2005-21276-0057 NHTSA Tire Aging NHTSA-2005-21276 U.S. DOT/NHTSA - Report: Tire Aging Dataset_V1-0.xls Other Report 2009-11-25T05:00:00Z 2009 11 2009-11-25T05:00:00Z   2024-11-12T04:49:04Z   1 0 0900006480a5d267
NHTSA-2005-21276-0058 NHTSA Tire Aging NHTSA-2005-21276 U.S. DOT/NHTSA - Report: Tire Aging Project Laboratory Tests_V1-0.pdf Other Report 2009-11-25T05:00:00Z 2009 11 2009-11-25T05:00:00Z   2024-11-12T04:49:04Z   1 0 0900006480a5d26a
NHTSA-2005-21276-0055 NHTSA Tire Aging NHTSA-2005-21276 U.S. DOT/NHTSA - Final Report - Tire Aging Project Phase 1, Report # 1 Other Report 2009-11-25T05:00:00Z 2009 11 2009-11-25T05:00:00Z   2024-11-07T22:09:10Z   1 0 0900006480a5d1d5
NHTSA-2005-21276-0056 NHTSA Tire Aging NHTSA-2005-21276 U.S. DOT/NHTSA - Final Report - Tire Aging Project Phase 1, Report # 2 Other Report 2009-11-25T05:00:00Z 2009 11 2009-11-25T05:00:00Z   2024-11-07T22:09:16Z   1 0 0900006480a5d20c
NHTSA-2005-21276-0054 NHTSA Tire Aging NHTSA-2005-21276 Attached Other Memo, Action Memo or Letter 2009-11-23T05:00:00Z 2009 11 2009-11-23T05:00:00Z   2013-07-27T23:00:36Z   0 0 0900006480a5d147
NHTSA-2005-21276-0053 NHTSA Tire Aging NHTSA-2005-21276 U.S. DOT/NHTSA - Tire Aging Test Development Project Phase I Report 2 Peel Adhesion of Light Vehicle Tires as Purchased New and After Retrieval from Service in Phoenix, Arizona USA Other   2009-07-21T00:00:00Z 2009 7     2024-11-12T04:43:31Z   0 1 09000064809f744a
NHTSA-2005-21276-0052 NHTSA Tire Aging NHTSA-2005-21276 U.S. DOT/NHTSA - Memorandum re: Report Entitled "The Effects of Inflation Gas on Tire Laboratory Performance" Other Report 2009-05-01T04:00:00Z 2009 5 2009-05-01T04:00:00Z   2013-07-27T22:43:53Z   0 0 090000648096ff66
NHTSA-2005-21276-0051 NHTSA Tire Aging NHTSA-2005-21276 U.S. DOT/NHTSA – Memorandum re: Oxygen Consumption Rate in New and In-Service BF Goodrich P195/65R15 Tires Other Memo, Action Memo or Letter 2009-04-03T04:00:00Z 2009 4 2009-04-03T04:00:00Z   2024-11-07T22:05:37Z   1 0 090000648093ee48
NHTSA-2005-21276-0049 NHTSA Tire Aging NHTSA-2005-21276 Rubber Manufacturers Association (RMA) - Tire Testing Data Other Letter(s) 2009-02-02T05:00:00Z 2009 2 2009-02-02T05:00:00Z   2013-07-27T22:37:21Z   0 0 090000648083ecd1

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