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

9 rows where docket_id = "EPA-HQ-OPP-2007-0226" and posted_year = 2008 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 8
  • Rule 1

posted_year 1

  • 2008 · 9 ✖

agency_id 1

  • EPA 9
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-2007-0226-0007 EPA None EPA-HQ-OPP-2007-0226 Ipconazole-Dietary Exposure and Risk Assessment for Seed Treatment Uses. Supporting & Related Material   2008-11-19T05:00:00Z 2008 11     2008-11-19T13:11:52Z   0 0 0900006480786065
EPA-HQ-OPP-2007-0226-0011 EPA None EPA-HQ-OPP-2007-0226 Drinking Water Exposure Assessment for Ipconazole Use As A Seed Treatment on Cotton, Peanuts, Soyben, Cereal Grains (except Rice), and Pea and Bean (Dry Shelled) Supporting & Related Material   2008-11-19T05:00:00Z 2008 11     2008-11-19T13:11:56Z   0 0 090000648078611d
EPA-HQ-OPP-2007-0226-0010 EPA None EPA-HQ-OPP-2007-0226 Transmittal Memo for the “Environmental and Ecological Risk Assessment for Use of Ipconazole (PC Code 125618) as Seed Treatment for Small Grain Cereal Crops (Except Rice), Soybean, Peanut, and Dry-Shelled Beans and Peas (DP 337783) Supporting & Related Material   2008-11-19T05:00:00Z 2008 11     2008-11-19T13:11:55Z   0 0 09000064807860c1
EPA-HQ-OPP-2007-0226-0004 EPA None EPA-HQ-OPP-2007-0226 Ipconazole: Addendum to the Human Health Risk Assessment (D337784) for the Requested Seed Treatment Uses on Cotton, Peanut, Soybean, Dry Shelled Pea and Bean (Subgroup 6C), and Cereal Grains (Groups 15 and 16) Except Rice Supporting & Related Material   2008-11-19T05:00:00Z 2008 11     2008-11-19T13:11:48Z   0 0 0900006480785f72
EPA-HQ-OPP-2007-0226-0006 EPA None EPA-HQ-OPP-2007-0226 Ipconazole. Petition for the Establishment of Permanent Tolerances for Use on Cotton, Dry Shelled Pea and Bean, Peanut, Soybean, and Cereal Grains (except Rice). Summary of Analytical Chemistry and Residue Data. Supporting & Related Material   2008-11-19T05:00:00Z 2008 11     2008-11-19T13:11:50Z   0 0 0900006480786012
EPA-HQ-OPP-2007-0226-0009 EPA None EPA-HQ-OPP-2007-0226 Dietary Exposure Assessments for the Common Triazole Metabolites 1, 2, 4-Triazole, Triazolylalanine, Triazolylacetic Acid, and Triazolylypyruvic Acid; Updated to Include New Uses of Fenbuconazole, Ipconazole, Metconazole, Tebuconazole, and Uniconazole; and a Change in Plant-back Restriction for Tetraconazole. Supporting & Related Material   2008-11-19T05:00:00Z 2008 11     2008-11-19T13:11:54Z   0 0 09000064807860a4
EPA-HQ-OPP-2007-0226-0003 EPA None EPA-HQ-OPP-2007-0226 Ipconazole; Pesticide Tolerances Rule Federal Register Document 2008-11-19T05:00:00Z 2008 11 2008-11-19T05:00:00Z 2009-01-21T04:59:59Z 2008-12-31T12:14:37Z E8-27310 0 0 09000064807b1605
EPA-HQ-OPP-2007-0226-0005 EPA None EPA-HQ-OPP-2007-0226 Ipconazole: Human Health Risk Assessment for the Requested Seed Treatment Uses on Cotton, Peanut, Soybean, Dry Shelled Pea and Bean (Subgroup 6C), and Cereal Grains (Groups 15 and 16) Except Rice Supporting & Related Material   2008-11-19T05:00:00Z 2008 11     2008-11-19T13:11:49Z   0 0 0900006480785fb1
EPA-HQ-OPP-2007-0226-0008 EPA None EPA-HQ-OPP-2007-0226 Ipconazole: Occupational and Residential Exposure/Risk Assessment of Ipconazole for Seed Treatment Uses on Small Cereals, Peanuts, Dry Peas/Beans, Soybean, and Cotton Supporting & Related Material   2008-11-19T05:00:00Z 2008 11     2008-11-19T13:11:53Z   0 0 0900006480786086

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 1633.705ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API