documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "EPA-R04-OAR-2020-0187" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, 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 7
| 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-2020-0187-0008 | EPA | None EPA-R04-OAR-2020-0187 | Air Quality State Implementation Plans; Approvals and Promulgations: North Carolina; Revisions to Exclusionary Rules and Permit Exemptions | Rule | 2022-10-18T04:00:00Z | 2022 | 10 | 2022-10-18T04:00:00Z | 2022-10-18T13:10:55Z | 2022-21651 | 0 | 0 | 09000064854159e2 | ||
| EPA-R04-OAR-2020-0187-0007 | EPA | None EPA-R04-OAR-2020-0187 | NC-141 submittal_091809 | Supporting & Related Material | 2022-10-04T04:00:00Z | 2022 | 10 | 2022-10-05T00:37:50Z | 0 | 0 | 09000064853a52b4 | ||||
| EPA-R04-OAR-2020-0187-0006 | EPA | None EPA-R04-OAR-2020-0187 | NC Submittal_121404 | Supporting & Related Material | 2022-10-04T04:00:00Z | 2022 | 10 | 2022-10-05T00:37:58Z | 0 | 0 | 09000064853a52b3 | ||||
| EPA-R04-OAR-2020-0187-0004 | EPA | None EPA-R04-OAR-2020-0187 | 2019-06-07_NC-141_02Q_.0304_.0902_Supplement_Signed | Supporting & Related Material | 2021-01-19T05:00:00Z | 2021 | 1 | 2021-01-20T01:38:22Z | 0 | 0 | 090000648491b280 | ||||
| EPA-R04-OAR-2020-0187-0002 | EPA | None EPA-R04-OAR-2020-0187 | Group 2 SIP Submittal - Combined | Supporting & Related Material | 2021-01-19T05:00:00Z | 2021 | 1 | 2021-01-20T01:38:41Z | 0 | 0 | 09000064846f327a | ||||
| EPA-R04-OAR-2020-0187-0003 | EPA | None EPA-R04-OAR-2020-0187 | 2020_06_01_Final_NC141_NC225_Withdrawal_of_15A_NCAC_02Q_.0902(d) | Supporting & Related Material | 2021-01-19T05:00:00Z | 2021 | 1 | 2021-01-20T01:38:58Z | 0 | 0 | 09000064846f327b | ||||
| EPA-R04-OAR-2020-0187-0001 | EPA | None EPA-R04-OAR-2020-0187 | Air Quality State Implementation Plans; Approvals and Promulgations: North Carolina; Revisions to Exclusionary Rules and Permit Exemptions | Proposed Rule | 2021-01-19T05:00:00Z | 2021 | 1 | 2021-01-19T05:00:00Z | 2021-02-19T04:59:59Z | 2021-02-19T02:01:02Z | 2021-00534 | 0 | 0 | 09000064849f8572 |
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;