documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "NHTSA-2022-0067" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_start_date, comment_end_date, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-2022-0067-0089 | NHTSA | General Motors – Receipt of Petition for Temporary Exemption from Various Requirements of the Federal Motor Vehicle Safety Standards for an Automated Driving System-Equipped Vehicle NHTSA-2022-0067 | GM Letter to NHTSA Withdrawing Origin 555 Petition (October 25 2024) | Other | Letter(s) | 2024-12-11T05:00:00Z | 2024 | 12 | 2024-12-11T05:00:00Z | 2024-12-11T13:59:59Z | 0 | 0 | 0900006486862222 | ||
| NHTSA-2022-0067-0086 | NHTSA | General Motors – Receipt of Petition for Temporary Exemption from Various Requirements of the Federal Motor Vehicle Safety Standards for an Automated Driving System-Equipped Vehicle NHTSA-2022-0067 | General Motors – Cruise Petition for Temporary Exemption | Other | Petitions for Exemption | 2023-06-23T04:00:00Z | 2023 | 6 | 2023-06-23T04:00:00Z | 2023-06-23T17:58:22Z | 0 | 0 | 0900006485bd4f99 | ||
| NHTSA-2022-0067-0084 | NHTSA | General Motors – Receipt of Petition for Temporary Exemption from Various Requirements of the Federal Motor Vehicle Safety Standards for an Automated Driving System-Equipped Vehicle NHTSA-2022-0067 | U.S. DOT/NHTSA - Request for Additional Information | Other | Request | 2023-02-06T05:00:00Z | 2023 | 2 | 2023-02-06T05:00:00Z | 2022-09-22T03:59:59Z | 2023-02-06T14:22:02Z | 0 | 0 | 09000064855f0b6e | |
| NHTSA-2022-0067-0030 | NHTSA | General Motors – Receipt of Petition for Temporary Exemption from Various Requirements of the Federal Motor Vehicle Safety Standards for an Automated Driving System-Equipped Vehicle NHTSA-2022-0067 | Petition for Temporary Exemption: General Motors; Various Requirements of the Federal Motor Vehicle Safety Standards for an Automated Driving System-Equipped Vehicle | Notice | Notice of Extension | 2022-08-22T04:00:00Z | 2022 | 8 | 2022-08-22T04:00:00Z | 2022-09-22T03:59:59Z | 2024-11-07T00:42:01Z | 2022-18103 | 1 | 0 | 0900006485261562 |
| NHTSA-2022-0067-0016 | NHTSA | General Motors – Receipt of Petition for Temporary Exemption from Various Requirements of the Federal Motor Vehicle Safety Standards for an Automated Driving System-Equipped Vehicle NHTSA-2022-0067 | The League of American Bicyclists - Letter to Request Extension | Other | Request | 2022-08-11T04:00:00Z | 2022 | 8 | 2022-08-11T04:00:00Z | 2022-08-11T19:56:55Z | 0 | 0 | 0900006485231264 | ||
| NHTSA-2022-0067-0015 | NHTSA | General Motors – Receipt of Petition for Temporary Exemption from Various Requirements of the Federal Motor Vehicle Safety Standards for an Automated Driving System-Equipped Vehicle NHTSA-2022-0067 | Matthew Dean - Letter in Support | Other | Letter(s) in Support | 2022-08-11T04:00:00Z | 2022 | 8 | 2022-08-11T04:00:00Z | 2022-08-11T19:54:05Z | 0 | 0 | 0900006485230a35 | ||
| NHTSA-2022-0067-0008 | NHTSA | General Motors – Receipt of Petition for Temporary Exemption from Various Requirements of the Federal Motor Vehicle Safety Standards for an Automated Driving System-Equipped Vehicle NHTSA-2022-0067 | San Francisco Municipal Transportation Agency - Request for a Sixty (60) Day Extension | Other | Request | 2022-08-08T04:00:00Z | 2022 | 8 | 2022-08-08T04:00:00Z | 2023-08-22T01:00:47Z | 0 | 0 | 0900006485224052 | ||
| NHTSA-2022-0067-0002 | NHTSA | General Motors – Receipt of Petition for Temporary Exemption from Various Requirements of the Federal Motor Vehicle Safety Standards for an Automated Driving System-Equipped Vehicle NHTSA-2022-0067 | Receipt of Petition for Temporary Exemption: General Motors; Various Requirements of the Federal Motor Vehicle Safety Standards for an Automated Driving System-Equipped Vehicle | Notice | Request for Comments | 2022-07-21T04:00:00Z | 2022 | 7 | 2022-07-21T04:00:00Z | 2022-08-23T03:59:59Z | 2024-11-07T00:41:51Z | 2022-15557 | 1 | 0 | 09000064851d8916 |
| NHTSA-2022-0067-0001 | NHTSA | General Motors – Receipt of Petition for Temporary Exemption from Various Requirements of the Federal Motor Vehicle Safety Standards for an Automated Driving System-Equipped Vehicle NHTSA-2022-0067 | General Motors Part 555 Petition for Temporary Exemption for the Cruise Origin | Other | Petitions for Exemption | 2022-07-20T04:00:00Z | 2022 | 7 | 2022-07-20T04:00:00Z | 2022-07-20T18:15:28Z | 0 | 0 | 09000064851d4e15 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;