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-2010-0479" and posted_year = 2017 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified
| 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-2010-0479-0073 | EPA | None EPA-HQ-OPP-2010-0479 | Authorization to Extend Public Comment Period | Other | 2017-11-08T05:00:00Z | 2017 | 11 | 2017-11-08T05:00:00Z | 2017-11-08T21:07:29Z | 0 | 0 | 0900006482c5a14f | |||
| EPA-HQ-OPP-2010-0479-0046 | EPA | None EPA-HQ-OPP-2010-0479 | Cyhalothrins -Acute and Average-Exposure Aggregate Dietary (Food, Drinking · Water, Food Handling Establishment) Exposure and Risk Assessment in Support of Registration Review. | Supporting & Related Material | Risk Assessment | 2017-09-13T04:00:00Z | 2017 | 9 | 2017-09-13T19:15:26Z | 0 | 0 | 09000064828087d4 | |||
| EPA-HQ-OPP-2010-0479-0049 | EPA | None EPA-HQ-OPP-2010-0479 | Lambda and Gamma Cyhalothrin Human Health Draft Risk Assessment for Registration Review | Supporting & Related Material | Risk Assessment | 2017-09-13T04:00:00Z | 2017 | 9 | 2017-09-13T19:15:28Z | 0 | 0 | 0900006482808a0f | |||
| EPA-HQ-OPP-2010-0479-0047 | EPA | None EPA-HQ-OPP-2010-0479 | Lambda-Cyhalothrin and Gamma-Cyhalothrin. Occupational and Residential Exposure Assessment in Support of Registration Review. | Supporting & Related Material | Risk Assessment | 2017-09-13T04:00:00Z | 2017 | 9 | 2017-09-13T19:15:27Z | 0 | 0 | 09000064828087d8 | |||
| EPA-HQ-OPP-2010-0479-0045 | EPA | None EPA-HQ-OPP-2010-0479 | Registration Reviews: Draft Human Health and/or Ecological Risk Assessments for Several Pesticides | Notice | Notice of Data Availability | 2017-09-13T04:00:00Z | 2017 | 9 | 2017-09-13T04:00:00Z | 2017-12-14T04:59:59Z | 2017-12-14T02:02:31Z | 2017-19463 | 0 | 0 | 0900006482b2ebc8 |
| EPA-HQ-OPP-2010-0479-0048 | EPA | None EPA-HQ-OPP-2010-0479 | Gamma cyhalothrin Tier 1 Update Review of Human Incidents and Epidemiology for Draft Risk Assessment | Supporting & Related Material | Risk Assessment | 2017-09-13T04:00:00Z | 2017 | 9 | 2017-09-13T19:15:27Z | 0 | 0 | 0900006482808a0c | |||
| EPA-HQ-OPP-2010-0479-0028 | EPA | None EPA-HQ-OPP-2010-0479 | Environmental Fate and Ecological Risk Assessment for Section 3 Registration of Lambda-cyhalothrin, an Insecticide for New Uses on Cereal Grains, Cucurbit Vegetables, Grass Forage, Fodder and Hay, Wild Rice and Tuberous and Corm Vegetables | Supporting & Related Material | Risk Assessment | 2017-07-25T04:00:00Z | 2017 | 7 | 2017-07-25T20:43:28Z | 0 | 0 | 090000648245474b | |||
| EPA-HQ-OPP-2010-0479-0029 | EPA | None EPA-HQ-OPP-2010-0479 | Section 3 request for new uses of lambda cyhalothrin (P.C. Code: 128897) on peas and beans, fruiting vegetables, canola, sugarcane, sorghum, wheat, wheat hay and other small grains, peanut hay, pome fruit, stone fruit, tree nuts, termite barrier, tobacco, non-cropland and trees (conifer and deciduous trees) (DP Barcode D262918, D262919, D279087, D279088) | Supporting & Related Material | Report | 2017-07-25T04:00:00Z | 2017 | 7 | 2017-07-25T20:43:29Z | 0 | 0 | 0900006482454750 | |||
| EPA-HQ-OPP-2010-0479-0026 | EPA | None EPA-HQ-OPP-2010-0479 | Registration Review: Draft Human Health and/or Ecological Risk Assessments | Notice | Request for Comments | 2017-05-08T04:00:00Z | 2017 | 5 | 2017-05-08T04:00:00Z | 2017-07-08T03:59:59Z | 2017-09-16T01:06:01Z | 2017-09179 | 0 | 0 | 09000064825992c9 |
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;