documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-HQ-OPP-2010-0480" and posted_year = 2017 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-OPP-2010-0480-0298 | EPA | None EPA-HQ-OPP-2010-0480 | Lambda cyhalothrin Tier 1 Update Review of Human Incidents and Epidemiology for Draft Risk Assessment | Supporting & Related Material | 2017-09-13T04:00:00Z | 2017 | 9 | 2017-09-13T18:41:18Z | 0 | 0 | 0900006482809b66 | ||||
| EPA-HQ-OPP-2010-0480-0299 | EPA | None EPA-HQ-OPP-2010-0480 | Lambda & Gamma Cyhalothrin Human Health Draft Risk Assessment for Registration Review | Supporting & Related Material | Risk Assessment | 2017-09-13T04:00:00Z | 2017 | 9 | 2017-09-13T18:41:18Z | 0 | 0 | 090000648280f5ab | |||
| EPA-HQ-OPP-2010-0480-0297 | EPA | None EPA-HQ-OPP-2010-0480 | 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-13T18:41:15Z | 0 | 0 | 0900006482809b65 | |||
| EPA-HQ-OPP-2010-0480-0296 | EPA | None EPA-HQ-OPP-2010-0480 | Cyhalothrins Acute and Average Exposure Aggregate Dietary Assessment (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-13T18:41:14Z | 0 | 0 | 0900006482809b60 | |||
| EPA-HQ-OPP-2010-0480-0295 | EPA | None EPA-HQ-OPP-2010-0480 | 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-11-14T04:59:59Z | 2018-01-10T02:01:57Z | 2017-19463 | 0 | 0 | 0900006482b2ebcb |
| EPA-HQ-OPP-2010-0480-0197 | EPA | None EPA-HQ-OPP-2010-0480 | 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 | 2017-07-25T04:00:00Z | 2017 | 7 | 2017-07-25T21:01:40Z | 0 | 0 | 090000648245497a | ||||
| EPA-HQ-OPP-2010-0480-0196 | EPA | None EPA-HQ-OPP-2010-0480 | 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-25T21:01:39Z | 0 | 0 | 0900006482453539 | |||
| EPA-HQ-OPP-2010-0480-0178 | EPA | None EPA-HQ-OPP-2010-0480 | 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-13T01:06:28Z | 2017-09179 | 0 | 0 | 09000064825992cc |
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;