documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "EPA-HQ-OAR-2004-0543" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), last_modified (date)
document_type 2
agency_id 1
- EPA 6
| 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-0543-0005 | EPA | Proposed Implementation Requirements for Reduction of Particulate Matter Emissions - Section 172E Rule Legacy Docket ID #: A-98-34 EPA-HQ-OAR-2004-0543 | Memorandum from Anita Frankel, EPA, Region 10 to Joe Paisie, EPA, RTP, NC. SUBJECT: Follow up to my March 13, 1998 Memorandum Presenting Region 10's Review of Areas Subject to172(e) [A-98-34-II-B-2] | Supporting & Related Material | Memorandum | 2022-09-19T04:00:00Z | 2022 | 9 | 2022-09-19T13:58:59Z | 0 | 0 | 090000648495a73f | |||
| EPA-HQ-OAR-2004-0543-0007 | EPA | Proposed Implementation Requirements for Reduction of Particulate Matter Emissions - Section 172E Rule Legacy Docket ID #: A-98-34 EPA-HQ-OAR-2004-0543 | Complete 1995-1997 AIRS PM10 Update for counties not demonstrating clean air quality based on data collected & reported to AIRS between 1/1/94 - 12/31/96 which are impacted by the 172(e) rulemaking [A-98-34-II-B-4] | Supporting & Related Material | Report | 2022-09-19T04:00:00Z | 2022 | 9 | 2022-09-19T13:59:04Z | 0 | 0 | 090000648495a741 | |||
| EPA-HQ-OAR-2004-0543-0004 | EPA | Proposed Implementation Requirements for Reduction of Particulate Matter Emissions - Section 172E Rule Legacy Docket ID #: A-98-34 EPA-HQ-OAR-2004-0543 | Memorandum from Thomas H. Diggs and Mary Kemp, EPA, Region 6 to Larry Wallace, EPA, RTP, NC. SUBJECT: PM10 Attainment/Nonattainment Data [A-98-34-II-B-1] | Supporting & Related Material | Memorandum | 2022-09-19T04:00:00Z | 2022 | 9 | 2022-09-19T13:58:57Z | 0 | 0 | 090000648495a73e | |||
| EPA-HQ-OAR-2004-0543-0006 | EPA | Proposed Implementation Requirements for Reduction of Particulate Matter Emissions - Section 172E Rule Legacy Docket ID #: A-98-34 EPA-HQ-OAR-2004-0543 | PM-10 Data for 1994-1996 [A-98-34-II-B-3] | Supporting & Related Material | Report | 2022-09-19T04:00:00Z | 2022 | 9 | 2022-09-19T13:59:01Z | 0 | 0 | 090000648495a740 | |||
| EPA-HQ-OAR-2004-0543-0002 | EPA | Proposed Implementation Requirements for Reduction of Particulate Matter Emissions - Section 172E Rule Legacy Docket ID #: A-98-34 EPA-HQ-OAR-2004-0543 | Implementation of Ozone and Particulate Matter (PM) National Ambient Air Quality Standards (NAAQS) and Regional Haze Regulations (Unified Agenda) | Notice | 2020-11-12T05:00:00Z | 2020 | 11 | 2020-11-12T05:00:00Z | 2020-11-13T02:00:51Z | 0 | 0 | 090000648495a73d | |||
| EPA-HQ-OAR-2004-0543-0001 | EPA | Proposed Implementation Requirements for Reduction of Particulate Matter Emissions - Section 172E Rule Legacy Docket ID #: A-98-34 EPA-HQ-OAR-2004-0543 | Legacy Index for Docket A-98-34 | Supporting & Related Material | Index | 1999-03-18T05:00:00Z | 1999 | 3 | 2020-11-12T18:26:21Z | 0 | 0 | 09000064800bda6c |
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);