documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where docket_id = "EPA-HQ-OAR-2005-0002" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- EPA 3
| 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-0002-0002 | EPA | NESHAP: for Friction Products Manufacturing Legacy Docket ID #: A-97-57 EPA-HQ-OAR-2005-0002 | Memorandum from Kevin Cavender OAQPS/ESD/MG to Docket No. A-97-57 re: Summary of Public Comments and Responses on the Proposed NESHAP for Friction Materials Manufacturing [A-97-57-IV-B-8] | Supporting & Related Material | Memorandum | 2004-01-10T05:00:00Z | 2004 | 1 | 2020-11-05T15:29:47Z | 0 | 0 | 09000064800bc5d2 | |||
| EPA-HQ-OAR-2005-0002-0004 | EPA | NESHAP: for Friction Products Manufacturing Legacy Docket ID #: A-97-57 EPA-HQ-OAR-2005-0002 | National Emission Standards for Hazardous Air Pollutants for Friction Materials Manufacturing Facilities; Final Rule [A-97-57] | Rule | Final Rule | 2002-10-18T04:00:00Z | 2002 | 10 | 2020-11-05T15:24:02Z | 64497 | 0 | 0 | 09000064800bc5ec | ||
| EPA-HQ-OAR-2005-0002-0003 | EPA | NESHAP: for Friction Products Manufacturing Legacy Docket ID #: A-97-57 EPA-HQ-OAR-2005-0002 | National Emission Standards for Hazardous Air Pollutants for Friction Materials Manufacturing Facilities [A-97-57] | Proposed Rule | Federal Register Document | 2001-10-04T04:00:00Z | 2001 | 10 | 2001-10-04T04:00:00Z | 2001-12-04T04:59:59Z | 2020-11-06T02:00:47Z | 50768 | 0 | 0 | 09000064800bc5e1 |
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);