documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-HQ-OPPT-2007-1016" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- EPA 8
| 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-OPPT-2007-1016-0046 | EPA | None EPA-HQ-OPPT-2007-1016 | Letter to Jim Willis, Division Director, Chemical Control Division, OPPT, USEPA from D. Douglas Fratz, Vice President, Scientific and Technical Affairs, Consumer Specialty Product Association (CSPA) | Supporting & Related Material | 2008-06-24T00:00:00Z | 2008 | 6 | 2008-08-22T12:23:36Z | 0 | 1 | 090000648062be9f | ||||
| EPA-HQ-OPPT-2007-1016-0040 | EPA | None EPA-HQ-OPPT-2007-1016 | Letter to James B. Gulliford, Assistant Administrator, OPPT, USEPA from Glenn Roberts, Executive Director, Fragrance Manufacturers Association of the United States (FMA) | Supporting & Related Material | 2008-05-21T00:00:00Z | 2008 | 5 | 2008-08-22T12:01:31Z | 0 | 1 | 09000064805f5746 | ||||
| EPA-HQ-OPPT-2007-1016-0039 | EPA | None EPA-HQ-OPPT-2007-1016 | Letter to Brigid D. Klein, Vice President and General Counsel, Consumer Speciality Products Association from Charles M. Auer, Director, OPPT, USEPA, re: Extension Request | Supporting & Related Material | 2008-05-21T00:00:00Z | 2008 | 5 | 2008-08-22T11:59:53Z | 0 | 1 | 090000648054fa53 | ||||
| EPA-HQ-OPPT-2007-1016-0034 | EPA | None EPA-HQ-OPPT-2007-1016 | Air Fresheners; TSCA Section 21 Petition; Notice | Notice | Federal Register Document | 2007-12-21T05:00:00Z | 2007 | 12 | 2008-07-01T19:50:18Z | 07-06176 | 0 | 0 | 090000648037d5e6 | ||
| EPA-HQ-OPPT-2007-1016-0035 | EPA | None EPA-HQ-OPPT-2007-1016 | Reference #30: Proposition 65 Safe Harbor Levels: No Significant Risk Levels for Carcinogens and Maximum Allowable Dose Levels for Chemicals Causing Reproductive Toxicity | Supporting & Related Material | Report | 2007-12-21T05:00:00Z | 2007 | 12 | 2012-12-20T13:20:18Z | 0 | 0 | 090000648037a1df | |||
| EPA-HQ-OPPT-2007-1016-0003 | EPA | None EPA-HQ-OPPT-2007-1016 | Letter to Ed Hopkins, Sierra Club, et al. from Charles M. Auer, Director, OPPT, USEPA, re: Receipt of Petition | Supporting & Related Material | Letter, Memorandum, Email | 2007-10-23T04:00:00Z | 2007 | 10 | 2007-10-23T11:27:55Z | 0 | 0 | 09000064802f87c5 | |||
| EPA-HQ-OPPT-2007-1016-0002 | EPA | None EPA-HQ-OPPT-2007-1016 | Petition Letter to EPA and CPSC Regarding Air Fresheners | Supporting & Related Material | Petition | 2007-10-23T04:00:00Z | 2007 | 10 | 2007-10-23T11:27:54Z | 0 | 0 | 09000064802f878b | |||
| EPA-HQ-OPPT-2007-1016-0001 | EPA | None EPA-HQ-OPPT-2007-1016 | Air Fresheners; TSCA Section 21 Petition; Notice of Receipt | Notice | Federal Register Document | 2007-10-23T04:00:00Z | 2007 | 10 | 2007-10-23T04:00:00Z | 2007-11-08T04:59:59Z | 2008-01-08T21:22:02Z | E7-20930 | 0 | 0 | 090000648035505c |
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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;