home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

11 rows where docket_id = "EPA-HQ-OPP-2009-0160" and posted_year = 2010 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date (date), last_modified (date)

posted_year 1

  • 2010 · 11 ✖

document_type 1

  • Supporting & Related Material 11

agency_id 1

  • EPA 11
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-2009-0160-0051 EPA None EPA-HQ-OPP-2009-0160 2/25/10 - Revised PRD Appendix A (Food/Feed & Non-Food/Non-Feed Uses Eligible for Reregistration) – Partial Listing Fluridone (112900) Supporting & Related Material   2010-04-06T04:00:00Z 2010 4     2010-04-06T18:55:00Z   0 0 0900006480ac94fb
EPA-HQ-OPP-2009-0160-0050 EPA None EPA-HQ-OPP-2009-0160 2/27/10 - Fluridone (112900) Cal. DPR Usage Data (Revised) Supporting & Related Material   2010-04-06T04:00:00Z 2010 4     2010-04-06T18:54:37Z   0 0 0900006480ac94fa
EPA-HQ-OPP-2009-0160-0054 EPA None EPA-HQ-OPP-2009-0160 3/18/10 - Fluridone Final Work Plan for Supporting & Related Material   2010-04-06T04:00:00Z 2010 4     2010-04-06T18:58:37Z   0 0 0900006480ac94fe
EPA-HQ-OPP-2009-0160-0049 EPA None EPA-HQ-OPP-2009-0160 2/24/10 - Response to comments on Registration Review – Problem Formulation for the Environmental Fate, Ecological Risk, and Endangered Species Assessments in Support of the Registration Review of Fluridone Supporting & Related Material   2010-04-06T04:00:00Z 2010 4     2010-04-06T18:54:20Z   0 0 0900006480ac94f9
EPA-HQ-OPP-2009-0160-0055 EPA None EPA-HQ-OPP-2009-0160 1/23/04 - Data Evaluation Report on the Toxicity of Fluridone TGAI and EP to the Early Life Stage of Chinook Supporting & Related Material   2010-04-06T04:00:00Z 2010 4     2010-04-06T18:58:39Z   0 0 0900006480ac94ff
EPA-HQ-OPP-2009-0160-0059 EPA None EPA-HQ-OPP-2009-0160 2/24/10 - Transmittal of Data Evaluation Records for MRIDs 00103297 (acute toxicity to freshwater fish), 00103297 (acute toxicity to Daphnia magna), 46112001 (acute toxicity to Chinook salmon and seawater challenge test), and 45915601 (early life stage to Chinook salmon) Supporting & Related Material   2010-04-06T04:00:00Z 2010 4     2010-04-06T18:58:44Z   0 0 0900006480aca55a
EPA-HQ-OPP-2009-0160-0057 EPA None EPA-HQ-OPP-2009-0160 2/24/10 - Data Evaluation Record on the acute toxicity of Fluridone TGAI to Chinook salmon and Seawater Challenge Test Supporting & Related Material   2010-04-06T04:00:00Z 2010 4     2010-04-06T18:58:42Z   0 0 0900006480aca558
EPA-HQ-OPP-2009-0160-0056 EPA None EPA-HQ-OPP-2009-0160 2/24/10 - Data Evaluation Record on the acute toxicity of Fluridone TGAI and EP to fish (rainbow trout, bluegill sunfish, channel catfish, and fathead minnow) Supporting & Related Material   2010-04-06T04:00:00Z 2010 4     2010-04-06T18:58:40Z   0 0 0900006480aca500
EPA-HQ-OPP-2009-0160-0052 EPA None EPA-HQ-OPP-2009-0160 2/22/10 - Fluridone. Response to Comments on the Preliminary Workplan for the Registration Review of Fluridone Supporting & Related Material   2010-04-06T04:00:00Z 2010 4     2010-04-06T18:58:35Z   0 0 0900006480ac94fc
EPA-HQ-OPP-2009-0160-0053 EPA None EPA-HQ-OPP-2009-0160 2/24/10 - Registration Review: Revised Preliminary Problem Formulation for Ecological Risk, Environmental Fate, and Endangered Species Assessment for Fluridone Supporting & Related Material   2010-04-06T04:00:00Z 2010 4     2010-04-06T18:58:36Z   0 0 0900006480ac94fd
EPA-HQ-OPP-2009-0160-0058 EPA None EPA-HQ-OPP-2009-0160 2/1/10 - Data Evaluation Report on the acute toxicity of TGAI and TEP to fresh water invertebrates - Daphnia sp. Supporting & Related Material   2010-04-06T04:00:00Z 2010 4     2010-04-06T18:58:43Z   0 0 0900006480aca559

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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;
Powered by Datasette · Queries took 500.611ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API