documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "EPA-HQ-OPP-2011-0865" and posted_year = 2022 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_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-2011-0865-1403 | EPA | None EPA-HQ-OPP-2011-0865 | Clothianidin. Review of Valent's Dislodgeable Foliar Residue (DFR) and Turf Transferable Residue (TTR) Study Waiver Requests | Supporting & Related Material | Waiver | 2022-06-21T04:00:00Z | 2022 | 6 | 2022-06-22T01:21:22Z | 0 | 0 | 09000064851414f5 | |||
| EPA-HQ-OPP-2011-0865-1405 | EPA | None EPA-HQ-OPP-2011-0865 | Clothianidin Re-evaluation Study Summary and Review MRID 49570701, 49581701 | Supporting & Related Material | Evaluation | 2022-06-21T04:00:00Z | 2022 | 6 | 2022-06-22T01:21:41Z | 0 | 0 | 09000064851432a5 | |||
| EPA-HQ-OPP-2011-0865-1404 | EPA | None EPA-HQ-OPP-2011-0865 | Data Evaluation Report on the Toxicity of CGA 322704 to The Honey bee in the Laboratory | Supporting & Related Material | Report | 2022-06-21T04:00:00Z | 2022 | 6 | 2022-06-22T01:21:32Z | 0 | 0 | 09000064851414f8 | |||
| EPA-HQ-OPP-2011-0865-1406 | EPA | None EPA-HQ-OPP-2011-0865 | Clothianidin: Response to Rebuttal Submitted by Valent U.S.S. Corporation in Response to the Agency's Evaluation of A Subchronic Inhalation Toxicity Study in Rats | Supporting & Related Material | Evaluation | 2022-06-21T04:00:00Z | 2022 | 6 | 2022-06-22T01:21:11Z | 0 | 0 | 0900006485147428 | |||
| EPA-HQ-OPP-2011-0865-1402 | EPA | None EPA-HQ-OPP-2011-0865 | Meetings with the Neonicotinoids' Registrants to Discuss their Comments on the Neonicotinoids' PIDs | Supporting & Related Material | Meeting Materials | 2022-04-08T04:00:00Z | 2022 | 4 | 2022-04-09T00:41:41Z | 0 | 0 | 0900006485004b70 | |||
| EPA-HQ-OPP-2011-0865-1401 | EPA | None EPA-HQ-OPP-2011-0865 | Poultry Manure and Chemical Usage Characterization for Clothianidin (044309) in Support of Draft Risk Assessments for Registration Review | Supporting & Related Material | Risk Assessment | 2022-04-08T04:00:00Z | 2022 | 4 | 2022-04-09T00:41:33Z | 0 | 0 | 0900006484dbee50 |
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;