documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where agency_id = "EPA", docket_id = "EPA-HQ-OAR-2005-0171" and posted_year = 2007 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, last_modified, 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-2005-0171-0057 | EPA | Ethylene Oxide Hospital Sterilization EPA-HQ-OAR-2005-0171 | Economic Impact Analysis of the Hospital Sterilizers Area Source Standard [EPA452/D-07-016] | Supporting & Related Material | Analysis | 2007-12-28T05:00:00Z | 2007 | 12 | 2007-12-28T12:55:33Z | 0 | 0 | 090000648037c552 | |||
| EPA-HQ-OAR-2005-0171-0055 | EPA | Ethylene Oxide Hospital Sterilization EPA-HQ-OAR-2005-0171 | National Emission Standards for Hospital Ethylene Oxide Sterilizers | Rule | Federal Register Document | 2007-12-28T05:00:00Z | 2007 | 12 | 2011-06-11T16:01:08Z | E7-25233 | 0 | 0 | 090000648037f8a8 | ||
| EPA-HQ-OAR-2005-0171-0058 | EPA | Ethylene Oxide Hospital Sterilization EPA-HQ-OAR-2005-0171 | Information Collection Request for the National Emission Standards for Hazardous Air Pollutants (NESHAP) for the Hospital Ethylene Oxide Sterilization Source Category | Supporting & Related Material | ICR Supporting Statement | 2007-12-28T05:00:00Z | 2007 | 12 | 2007-12-28T12:55:35Z | 0 | 0 | 090000648037c55d | |||
| EPA-HQ-OAR-2005-0171-0059 | EPA | Ethylene Oxide Hospital Sterilization EPA-HQ-OAR-2005-0171 | Office of Management and Budget (OMB) Changes to Draft Preamble | Supporting & Related Material | Federal Register Document | 2007-12-28T05:00:00Z | 2007 | 12 | 2011-06-11T16:01:08Z | 0 | 0 | 090000648037d129 | |||
| EPA-HQ-OAR-2005-0171-0056 | EPA | Ethylene Oxide Hospital Sterilization EPA-HQ-OAR-2005-0171 | Memorandum to Kent C. Hustvedt, Group Leader, Coatings and Chemicals Group, USEPA re: Summary of Comments and Responses to Public Comments on Proposed Hospital Ethylene Oxide Sterilizers Area Source Rule. 12/17/2007 | Supporting & Related Material | Comment Response | 2007-12-28T05:00:00Z | 2007 | 12 | 2007-12-28T12:55:33Z | 0 | 0 | 090000648037c504 |
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);