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-0479" and posted_year = 2021 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), 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-0479-0115 | EPA | None EPA-HQ-OPP-2010-0479 | Pesticide Product Registration: Interim Decisions and Case Closures for Several Pesticides | Notice | 2021-10-22T04:00:00Z | 2021 | 10 | 2021-10-22T04:00:00Z | 2021-10-26T14:37:17Z | 2021-23041 | 0 | 0 | 0900006484de4cd8 | ||
| EPA-HQ-OPP-2010-0479-0116 | EPA | None EPA-HQ-OPP-2010-0479 | Response to FMC Corporation Comments on the Gamma-Cyhalothrin Risks and Mitigation Summary for Registrants | Supporting & Related Material | Comment Response | 2021-10-22T04:00:00Z | 2021 | 10 | 2021-10-26T14:35:09Z | 0 | 0 | 0900006484db554b | |||
| EPA-HQ-OPP-2010-0479-0119 | EPA | None EPA-HQ-OPP-2010-0479 | Lambda-Cyhalothrin and Gamma-Cyhalothrin Interim Registration Review Decision Case Numbers 7408 and 7437 | Supporting & Related Material | Decision | 2021-10-22T04:00:00Z | 2021 | 10 | 2021-10-26T14:35:14Z | 0 | 0 | 0900006484db83c4 | |||
| EPA-HQ-OPP-2010-0479-0117 | EPA | None EPA-HQ-OPP-2010-0479 | Lambda-Cyhalothrin and Gamma-Cyhalothrin. Revised Occupational and Residential Exposure Assessment for Registration Review to Support the Interim Decision | Supporting & Related Material | Decision | 2021-10-22T04:00:00Z | 2021 | 10 | 2021-10-26T14:35:09Z | 0 | 0 | 0900006484db554c | |||
| EPA-HQ-OPP-2010-0479-0118 | EPA | None EPA-HQ-OPP-2010-0479 | Response to Public Comments on the Lambda-Cyhalothrin and GammaCyhalothrin Draft Risk Assessment for Registration Review | Supporting & Related Material | Comment Response | 2021-10-22T04:00:00Z | 2021 | 10 | 2021-10-26T14:35:10Z | 0 | 0 | 0900006484db5dbb | |||
| EPA-HQ-OPP-2010-0479-0114 | EPA | None EPA-HQ-OPP-2010-0479 | Updated Label Language for the Pyrethroids and Pyrethrins Revised Ecological Risk Mitigation and Response to Comments on the Ecological Risk Mitigation Proposal For 23 Chemicals, September 30, 2020 | Supporting & Related Material | Comment Response | 2021-05-05T04:00:00Z | 2021 | 5 | 2021-05-05T15:33:01Z | 0 | 0 | 0900006484a9cf4b | |||
| EPA-HQ-OPP-2010-0479-0103 | EPA | None EPA-HQ-OPP-2010-0479 | Gamma-Cyhalothrin ORE Assessment Post App files from 2017 DRA | Supporting & Related Material | Data | 2021-01-08T05:00:00Z | 2021 | 1 | 2021-01-08T18:08:57Z | 0 | 0 | 09000064849e750e | |||
| EPA-HQ-OPP-2010-0479-0102 | EPA | None EPA-HQ-OPP-2010-0479 | Considerations for Bridging Bee-Related Effects and Exposure Data for the Pyrethroids and Pyrethrins | Supporting & Related Material | Risk Assessment | 2021-01-07T05:00:00Z | 2021 | 1 | 2021-01-07T21:11:59Z | 0 | 0 | 09000064849db15c |
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;