documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "EPA-HQ-OPP-2013-0740" and posted_year = 2020 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, 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-OPP-2013-0740-0069 | EPA | None EPA-HQ-OPP-2013-0740 | Picloram. Occupational Exposure Assessment for HexacWorobenzene (HCB) Based on the Existing Uses of Picloram and Associated Salts, In Support of Registration Review | Supporting & Related Material | Risk Assessment | 2020-12-08T05:00:00Z | 2020 | 12 | 2020-12-09T01:49:52Z | 0 | 0 | 0900006484728d9c | |||
| EPA-HQ-OPP-2013-0740-0061 | EPA | None EPA-HQ-OPP-2013-0740 | Picloram. Chronic and Cancer (Food and Drinking Water) Aggregate Dietary Exposure and Risk Assessments for Registration Review Risk Assessment | Supporting & Related Material | Risk Assessment | 2020-05-07T04:00:00Z | 2020 | 5 | 2020-10-03T12:26:26Z | 0 | 0 | 0900006484552a8f | |||
| EPA-HQ-OPP-2013-0740-0060 | EPA | None EPA-HQ-OPP-2013-0740 | Hexachlorobenzene (HCB): Characterization of Drinking Water Exposure from a Picloram Manufacturing Impurity | Supporting & Related Material | Risk Assessment | 2020-05-07T04:00:00Z | 2020 | 5 | 2020-10-03T12:27:03Z | 0 | 0 | 0900006484552a8e | |||
| EPA-HQ-OPP-2013-0740-0055 | EPA | None EPA-HQ-OPP-2013-0740 | Picloram: Draft Ecological Risk Assessment for Registration Review | Supporting & Related Material | Risk Assessment | 2020-05-04T04:00:00Z | 2020 | 5 | 2020-10-03T12:25:46Z | 0 | 0 | 09000064845074b7 | |||
| EPA-HQ-OPP-2013-0740-0059 | EPA | None EPA-HQ-OPP-2013-0740 | Picloram (005101, 005102, 005104) Case Level Screening Level Usage Analysis (SLUA) May 2, 2019 | Supporting & Related Material | Analysis | 2020-05-04T04:00:00Z | 2020 | 5 | 2020-10-03T12:24:52Z | 0 | 0 | 09000064845092aa | |||
| EPA-HQ-OPP-2013-0740-0056 | EPA | None EPA-HQ-OPP-2013-0740 | Picloram. Occupational and Residential Exposure Assessment for Picloram and Associated Salts (Picloram, Potassium Salt, and Picloram Triisopropanolamine Salt) in Support of Registration Review | Supporting & Related Material | Risk Assessment | 2020-05-04T04:00:00Z | 2020 | 5 | 2020-10-03T12:27:07Z | 0 | 0 | 09000064845074b8 | |||
| EPA-HQ-OPP-2013-0740-0058 | EPA | None EPA-HQ-OPP-2013-0740 | Picloram. Draft Human Health Risk Assessment for Registration Review | Supporting & Related Material | Risk Assessment | 2020-05-04T04:00:00Z | 2020 | 5 | 2020-10-03T12:27:05Z | 0 | 0 | 09000064845092a9 | |||
| EPA-HQ-OPP-2013-0740-0054 | EPA | None EPA-HQ-OPP-2013-0740 | Pesticide Registration Review: Draft Human Health and/or Ecological Risk Assessments for Several Pesticides | Notice | 2020-05-04T04:00:00Z | 2020 | 5 | 2020-05-04T04:00:00Z | 2020-07-07T03:59:59Z | 2020-10-03T12:26:34Z | 2020-09453 | 0 | 0 | 0900006484555d63 | |
| EPA-HQ-OPP-2013-0740-0057 | EPA | None EPA-HQ-OPP-2013-0740 | Picloram - Drinking Water Assessment for Registration Review | Supporting & Related Material | Risk Assessment | 2020-05-04T04:00:00Z | 2020 | 5 | 2020-10-03T12:25:16Z | 0 | 0 | 09000064845074b9 |
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;