documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
2 rows where docket_id = "EPA-HQ-OAR-2002-0038" and posted_year = 2003 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_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-2002-0038-0075 | EPA | National Emission Standards for Hazardous Air Pollutants: Requirements for Control Technology Determinations for Major Sources in Accordance With Clean Air Act Section, Section 112(g) and 112(j) EPA-HQ-OAR-2002-0038 | Comment and Response Summary - Technical Document for Promulgation of Amendments to Standards - National Emission Standards for Hazardous Air Pollutants for Source Categories: General Provisions; and Requirements for Control Technology | Supporting & Related Material | Comment Response | 2003-05-08T04:00:00Z | 2003 | 5 | 2006-09-02T13:07:53Z | 0 | 0 | 09000064800bfd04 | |||
| EPA-HQ-OAR-2002-0038-0003 | EPA | National Emission Standards for Hazardous Air Pollutants: Requirements for Control Technology Determinations for Major Sources in Accordance With Clean Air Act Section, Section 112(g) and 112(j) EPA-HQ-OAR-2002-0038 | U.S. ENVIRONMENTAL PROTECTION AGENCY:PUBLIC HEARING; RE: Proposal to Amend 40 CFR 63Subparts A & B Before: Rick Colyer Minerals & Inorganic Chemicals Group of OAQPS, EPA Tim BackstromOffice of General Counsel, EPA | Supporting & Related Material | Public Hearing Transcript, Deposition, Testimony | 2003-01-14T05:00:00Z | 2003 | 1 | 2006-09-02T13:07:50Z | 0 | 0 | 09000064800bf97d |
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);