documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where agency_id = "EPA" and docket_id = "EPA-R04-OAR-2022-0202" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- EPA · 12 ✖
| 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-R04-OAR-2022-0202-0012 | EPA | None EPA-R04-OAR-2022-0202 | Air Quality State Implementation Plans; Approvals and Promulgations: Georgia; Murray County Area Limited Maintenance Plan for the 1997 8-Hour Ozone National Ambient Air Quality Standards | Rule | 2023-02-07T05:00:00Z | 2023 | 2 | 2023-02-07T05:00:00Z | 2023-02-07T15:18:16Z | 2023-02416 | 0 | 0 | 0900006485639ca6 | ||
| EPA-R04-OAR-2022-0202-0011 | EPA | None EPA-R04-OAR-2022-0202 | Air Quality State Implementation Plans; Approvals and Promulgations: Georgia; Murray County Area Limited Maintenance Plan for the 1997 8-Hour Ozone NAAQS | Proposed Rule | 2022-12-23T05:00:00Z | 2022 | 12 | 2022-12-23T05:00:00Z | 2023-01-24T04:59:59Z | 2022-12-23T13:02:27Z | 2022-27866 | 0 | 0 | 0900006485550cad | |
| EPA-R04-OAR-2022-0202-0007 | EPA | None EPA-R04-OAR-2022-0202 | 7_Response to Comments_1997MurrayCountyOzoneLMP | Supporting & Related Material | 2022-12-23T05:00:00Z | 2022 | 12 | 2022-12-24T02:22:07Z | 0 | 0 | 0900006484ffcc7a | ||||
| EPA-R04-OAR-2022-0202-0003 | EPA | None EPA-R04-OAR-2022-0202 | 3_Murray_Certificate_Public_Hearing_Signed | Supporting & Related Material | 2022-12-23T05:00:00Z | 2022 | 12 | 2022-12-24T02:23:39Z | 0 | 0 | 0900006484ffcc76 | ||||
| EPA-R04-OAR-2022-0202-0004 | EPA | None EPA-R04-OAR-2022-0202 | 4_GovDelivery_MurrayCounty_1997Ozone_2nd_LimitedMaintenancePlan | Supporting & Related Material | 2022-12-23T05:00:00Z | 2022 | 12 | 2022-12-24T02:21:35Z | 0 | 0 | 0900006484ffcc77 | ||||
| EPA-R04-OAR-2022-0202-0005 | EPA | None EPA-R04-OAR-2022-0202 | 5_EPA Comments_Prehearing for GA LMP for Murray | Supporting & Related Material | 2022-12-23T05:00:00Z | 2022 | 12 | 2022-12-24T02:23:07Z | 0 | 0 | 0900006484ffcc78 | ||||
| EPA-R04-OAR-2022-0202-0006 | EPA | None EPA-R04-OAR-2022-0202 | 6_Comment Memo_1997MurrayCountyOzoneLMP | Supporting & Related Material | 2022-12-23T05:00:00Z | 2022 | 12 | 2022-12-24T02:21:53Z | 0 | 0 | 0900006484ffcc79 | ||||
| EPA-R04-OAR-2022-0202-0008 | EPA | None EPA-R04-OAR-2022-0202 | 8_Murray County 1997 Ozone 2nd Limited Maintenance Plan Prehearing SIP | Supporting & Related Material | 2022-12-23T05:00:00Z | 2022 | 12 | 2022-12-24T02:22:21Z | 0 | 0 | 0900006484ffce4b | ||||
| EPA-R04-OAR-2022-0202-0002 | EPA | None EPA-R04-OAR-2022-0202 | 1_Transmittal_1997MurrayCountyOzoneLMP_Final | Supporting & Related Material | 2022-12-23T05:00:00Z | 2022 | 12 | 2022-12-24T02:22:49Z | 0 | 0 | 0900006484ffcc74 | ||||
| EPA-R04-OAR-2022-0202-0010 | EPA | None EPA-R04-OAR-2022-0202 | Georgia.Network Plan Response Letter Final Letter-2021 | Supporting & Related Material | 2022-12-23T05:00:00Z | 2022 | 12 | 2022-12-24T02:22:35Z | 0 | 0 | 0900006485155320 | ||||
| EPA-R04-OAR-2022-0202-0001 | EPA | None EPA-R04-OAR-2022-0202 | 2_SIP Checklists_1997MurrayCountyOzoneLMP_Final | Supporting & Related Material | 2022-12-23T05:00:00Z | 2022 | 12 | 2022-12-24T02:23:25Z | 0 | 0 | 0900006484ffcc75 | ||||
| EPA-R04-OAR-2022-0202-0009 | EPA | None EPA-R04-OAR-2022-0202 | 9_APPENDIX A | Supporting & Related Material | 2022-12-23T05:00:00Z | 2022 | 12 | 2022-12-24T02:23:53Z | 0 | 0 | 0900006484ffce4c |
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;