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 docket_id = "EPA-HQ-OAR-2004-0117" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 2
  • Proposed Rule 1
  • Rule 1

posted_year 2

  • 2021 2
  • 2022 2

agency_id 1

  • EPA 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
EPA-HQ-OAR-2004-0117-0013 EPA Alternative Quality Control Procedures for Inspection Maintenance Programs; Motor Vehicle Emission Control System Performance for the States of Maryland and New York Legacy Docket ID #: A-84-30 EPA-HQ-OAR-2004-0117 Harry H. Hovey, NYDEC. from William S. Baker, Chief Air Programs Branch [A-84-30-II-E-1] Supporting & Related Material Publication - Copyrighted Materials 2022-09-15T04:00:00Z 2022 9     2022-09-15T17:29:23Z   0 0 0900006484e7d1d9
EPA-HQ-OAR-2004-0117-0012 EPA Alternative Quality Control Procedures for Inspection Maintenance Programs; Motor Vehicle Emission Control System Performance for the States of Maryland and New York Legacy Docket ID #: A-84-30 EPA-HQ-OAR-2004-0117 Harry H. Hovey, NYDEC. from Conrad Simon, Director, Air and Waste Management Division. [A-84-30-II-C-1] Supporting & Related Material Letter 2022-09-15T04:00:00Z 2022 9     2022-09-15T17:29:17Z   0 0 0900006484e7d1d8
EPA-HQ-OAR-2004-0117-0003 EPA Alternative Quality Control Procedures for Inspection Maintenance Programs; Motor Vehicle Emission Control System Performance for the States of Maryland and New York Legacy Docket ID #: A-84-30 EPA-HQ-OAR-2004-0117 Motor Vehicles; Emission Control System Performance Warranty Short Tests; Alternative Quality Control Procedures; States of Maryland and New York; Final Determination of Equivalency Rule Final Rule 2021-11-24T05:00:00Z 2021 11 2021-11-24T05:00:00Z   2021-11-24T19:32:39Z 87-27944; 87-27995 0 0 0900006484e7d1d6
EPA-HQ-OAR-2004-0117-0002 EPA Alternative Quality Control Procedures for Inspection Maintenance Programs; Motor Vehicle Emission Control System Performance for the States of Maryland and New York Legacy Docket ID #: A-84-30 EPA-HQ-OAR-2004-0117 Motor Vehicle Emission Control System Performance Warranty Short Tests - Alternative Quality Control Procedures; States of Maryland and New York; Preliminary Determination of Equivalency Proposed Rule Notice of Proposed Rulemaking (NPRM) 2021-11-24T05:00:00Z 2021 11 2021-11-24T05:00:00Z   2021-11-25T02:00:18Z 87-8678; 87-8677 0 0 0900006484e7d1d7

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);
Powered by Datasette · Queries took 24.815ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API