documents
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-0085" and posted_year = 2019 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| EPA-HQ-OAR-2004-0085-0083 | EPA | Delegation of National Emission Standards for Hazardous Air Pollutants for Source Categories (NESHAP); State of Nevada; Nevada Division of Environmental Protection - Bureau of Air Pollution Control Legacy Docket ID #: A-96-25 EPA-HQ-OAR-2004-0085 | Approval and Promulgation of Implementation Plans; State of Florida | Rule | Direct Final Rule | 2019-09-13T04:00:00Z | 2019 | 9 | 2019-09-13T04:00:00Z | 1998-06-27T03:59:59Z | 2022-08-03T19:40:11Z | 98-13986 | 0 | 0 | 0900006483f58857 |
| EPA-HQ-OAR-2004-0085-0082 | EPA | Delegation of National Emission Standards for Hazardous Air Pollutants for Source Categories (NESHAP); State of Nevada; Nevada Division of Environmental Protection - Bureau of Air Pollution Control Legacy Docket ID #: A-96-25 EPA-HQ-OAR-2004-0085 | Approval of Section 112(1) Authority for Hazardous Air Pollutants; Chromium Emissions From Hard and Decorative Chromium Electroplating and Chromium Anodizing Tanks; State of California | Rule | Final Rule | 2019-09-13T04:00:00Z | 2019 | 9 | 2019-09-13T04:00:00Z | 2022-08-03T19:40:05Z | 99-6258 | 0 | 0 | 0900006483f58856 | |
| EPA-HQ-OAR-2004-0085-0084 | EPA | Delegation of National Emission Standards for Hazardous Air Pollutants for Source Categories (NESHAP); State of Nevada; Nevada Division of Environmental Protection - Bureau of Air Pollution Control Legacy Docket ID #: A-96-25 EPA-HQ-OAR-2004-0085 | Approval and Promulgation of State Plans For Designated Facilities and Pollutants: Alabama | Proposed Rule | Advance Notice of Proposed Rulemaking (ANPRM) | 2019-09-13T04:00:00Z | 2019 | 9 | 2019-09-13T04:00:00Z | 1998-12-19T04:59:59Z | 2022-08-03T19:40:18Z | 98-30603 | 0 | 0 | 0900006483f58858 |
| EPA-HQ-OAR-2004-0085-0081 | EPA | Delegation of National Emission Standards for Hazardous Air Pollutants for Source Categories (NESHAP); State of Nevada; Nevada Division of Environmental Protection - Bureau of Air Pollution Control Legacy Docket ID #: A-96-25 EPA-HQ-OAR-2004-0085 | Delegation of National Emission Standards for Hazardous Air Pollutants for Source Categories; State of Arizona; Pima County Department of Environmental Quality | Rule | Direct Final Rule | 2019-09-13T04:00:00Z | 2019 | 9 | 2019-09-13T04:00:00Z | 1999-07-29T03:59:59Z | 2022-08-03T19:39:56Z | 64 | 0 | 0 | 0900006483f58855 |
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);