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-1985-0072" sorted by posted_date descending
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
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-1985-0072-0005 | EPA | National Emission Standards for Hazardous Air Pollutants; Alternative Calibration Procedure to Test Method 107; Proposal of Revisions Legacy Docket ID #: A-85-29 EPA-HQ-OAR-1985-0072 | W. Grimley, EPA:EMB to R. J. Patterson, EPA: AEB Region III, August 9, 1984, Occidental Chemical Corporation Request for Alternative Procedures in Test Method 107. [A-85-29-II-B-1] | Supporting & Related Material | Memorandum | 2022-09-07T04:00:00Z | 2022 | 9 | 2022-09-08T00:37:57Z | 0 | 0 | 0900006484ece65d | |||
| EPA-HQ-OAR-1985-0072-0001 | EPA | National Emission Standards for Hazardous Air Pollutants; Alternative Calibration Procedure to Test Method 107; Proposal of Revisions Legacy Docket ID #: A-85-29 EPA-HQ-OAR-1985-0072 | National Emission Standards for Hazardous Air Pollutants; Alternative Calibration Procedure to Test Method 107; Proposal of Revisions; Notice of Public Hearing | Proposed Rule | 2021-12-15T05:00:00Z | 2021 | 12 | 2021-12-15T05:00:00Z | 2022-01-16T00:18:08Z | 86-8718 | 0 | 0 | 0900006484ece65c | ||
| EPA-HQ-OAR-1985-0072-0003 | EPA | National Emission Standards for Hazardous Air Pollutants; Alternative Calibration Procedure to Test Method 107; Proposal of Revisions Legacy Docket ID #: A-85-29 EPA-HQ-OAR-1985-0072 | Legacy Index for Docket A-85-29 | Supporting & Related Material | Index | 2021-12-15T05:00:00Z | 2021 | 12 | 2021-12-16T01:33:59Z | 0 | 0 | 0900006484ece65a | |||
| EPA-HQ-OAR-1985-0072-0002 | EPA | National Emission Standards for Hazardous Air Pollutants; Alternative Calibration Procedure to Test Method 107; Proposal of Revisions Legacy Docket ID #: A-85-29 EPA-HQ-OAR-1985-0072 | National Emission Standards for Hazardous Air Pollutants; Alternative Calibration Procedure; Amendments to Test Method 107 [A-85-29-V-A-1] | Rule | Final Rule | 2021-12-15T05:00:00Z | 2021 | 12 | 2021-12-15T05:00:00Z | 2021-12-16T01:34:17Z | 87-12369 | 0 | 0 | 0900006484ece65b |
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);