documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "EPA-HQ-OAR-2003-0052" and posted_year = 2005 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, 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-2003-0052-0014 | EPA | Risk Management Program Requirement and Petitions To Modify the List of Regulated Substances under Section 112(r) of the Clean Air Act (Renewal) EPA-HQ-OAR-2003-0052 | OMB for Review and Approval; Comment Request; Risk Management Program Requirement and Petitions To Modify the List of Regulated Substances under Section 112(r) of the Clean Air Act (Renewal), EPA ICR Number 1656.12, OMB Control Number 2050-0144 | Notice | Federal Register Document | 2005-11-01T05:00:00Z | 2005 | 11 | 2005-11-01T05:00:00Z | 2005-12-02T04:59:59Z | 2008-01-08T21:16:07Z | 65894 | 0 | 0 | 09000064800c15fc |
| EPA-HQ-OAR-2003-0052-0012 | EPA | Risk Management Program Requirement and Petitions To Modify the List of Regulated Substances under Section 112(r) of the Clean Air Act (Renewal) EPA-HQ-OAR-2003-0052 | Information Collection Request (ICR): OMB 83-I | Supporting & Related Material | Office of Management and Budget (OMB) | 2005-10-25T04:00:00Z | 2005 | 10 | 2006-09-02T14:29:50Z | 0 | 0 | 09000064800c15e1 | |||
| EPA-HQ-OAR-2003-0052-0013 | EPA | Risk Management Program Requirement and Petitions To Modify the List of Regulated Substances under Section 112(r) of the Clean Air Act (Renewal) EPA-HQ-OAR-2003-0052 | Information Collection Request (ICR): Risk Management Program Requirements and Petitions to Modify the List of Regulated Substances Under Section 112(r) of the Clean Air Act (Renewal) | Supporting & Related Material | Other | 2005-10-25T04:00:00Z | 2005 | 10 | 2006-09-02T14:29:50Z | 0 | 0 | 09000064800c15f0 | |||
| EPA-HQ-OAR-2003-0052-0011 | EPA | Risk Management Program Requirement and Petitions To Modify the List of Regulated Substances under Section 112(r) of the Clean Air Act (Renewal) EPA-HQ-OAR-2003-0052 | Agency Information Collection Activities; Submission to OMB for Review and Approval; Comment Request; Risk Management Program Requirements and Petitions to Modify the List of Regulated Substances under Section 112(r) of the Clean Air Act (Renewal), EPA ICR Number 1656.12, OMB Control Number 2050-0144 | Supporting & Related Material | Other | 2005-10-25T04:00:00Z | 2005 | 10 | 2006-09-02T14:29:50Z | 0 | 0 | 09000064800c15d1 | |||
| EPA-HQ-OAR-2003-0052-0009 | EPA | Risk Management Program Requirement and Petitions To Modify the List of Regulated Substances under Section 112(r) of the Clean Air Act (Renewal) EPA-HQ-OAR-2003-0052 | Agency Information Collection Activities: Proposed Collection; Comment Request; Risk Management Program Requirements and Petitions to Modify the List of Regulated Substances Under Section 112(r) of the Clean Air Act, EPA ICR Number 1656.12, OMB Control Number 2050-0144 | Notice | Federal Register Document | 2005-06-02T04:00:00Z | 2005 | 6 | 2005-06-02T04:00:00Z | 2005-08-02T03:59:59Z | 2008-01-08T21:18:10Z | 32325 | 0 | 0 | 09000064800c15b8 |
| EPA-HQ-OAR-2003-0052-0008 | EPA | Risk Management Program Requirement and Petitions To Modify the List of Regulated Substances under Section 112(r) of the Clean Air Act (Renewal) EPA-HQ-OAR-2003-0052 | Information Collection Request (ICR): Risk Management Program Requirements and Petitions to Modify the List of Regulated Substances under section 112(r) of the Clean Air Act. | Supporting & Related Material | Office of Management and Budget (OMB) | 2005-06-01T04:00:00Z | 2005 | 6 | 2006-09-02T14:29:49Z | 0 | 0 | 09000064800c15af |
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);