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-1106" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, posted_date, posted_month, comment_start_date, comment_end_date, fr_doc_num, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 4

  • Supporting & Related Material 5
  • Proposed Rule 2
  • Notice 1
  • Rule 1

posted_year 2

  • 2008 8
  • 2009 1

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-1106-0011 EPA None EPA-HQ-OPP-2007-1106 Chlorothalonil; Pesticide Tolerances Rule Federal Register Document 2009-03-04T05:00:00Z 2009 3 2009-03-04T05:00:00Z   2009-03-04T14:49:51Z E9-04364 0 0 09000064808e9d7d
EPA-HQ-OPP-2007-1106-0004 EPA None EPA-HQ-OPP-2007-1106 Chlorothalonil; Proposed Pesticide Tolerance Proposed Rule Federal Register Document 2008-12-03T05:00:00Z 2008 12 2008-12-03T05:00:00Z 2009-02-03T04:59:59Z 2008-12-31T12:11:23Z E8-28593 0 0 09000064807caebf
EPA-HQ-OPP-2007-1106-0007 EPA None EPA-HQ-OPP-2007-1106 Chlorothalonil. Petition For Tolerances on Brassica Head and Stem Subgroup 5A, Cucurbit Vegetable Group 9, Fruiting Vegetable Group 8, Ginseng, Horseradish, Lentil, Lupin, Okra, Persimmon, Rhubarb, Yam, Lychee, and Starfruit. Summary of Analytical Chemistry and Residue Data. Supporting & Related Material   2008-12-03T05:00:00Z 2008 12     2008-12-03T14:12:44Z   0 0 0900006480768725
EPA-HQ-OPP-2007-1106-0005 EPA None EPA-HQ-OPP-2007-1106 Chlorothalonil. Petition For Tolerances on Brassica Head and Stem Subgroup 5A, Cucurbit Vegetable Group 9, Fruiting Vegetable Group 8, Ginseng, Horseradish, Lentil, Lupin, Okra, Persimmon, Rhubarb, Yam, Lychee, and Starfruit. Human-Health Risk Assessment. Supporting & Related Material   2008-12-03T05:00:00Z 2008 12     2008-12-03T14:12:42Z   0 0 09000064807686f6
EPA-HQ-OPP-2007-1106-0008 EPA None EPA-HQ-OPP-2007-1106 Drinking Water Assessment for the IR-4 Registration of Chlorothalonil (Bravo Weather Stick®, 54%) and the Degradation Product, 4-Hydroxy-2,5,6-trichloro-1,3-dicyanobenzene (SDS-3701) for the New Uses on: Fruiting Vegetables, Cucurbit Vegetables, Okra, Persimmon, Horseradish, Rhubarb, Ginseng, Yam, Lupin, Lentils and Brassica Head and Stem Vegetables. Supporting & Related Material   2008-12-03T05:00:00Z 2008 12     2008-12-03T14:12:46Z   0 0 0900006480768737
EPA-HQ-OPP-2007-1106-0006 EPA None EPA-HQ-OPP-2007-1106 Chlorothalonil: Chronic Dietary (Food and Drinking Water) Exposure and Risk Assessment to Support Petition For Tolerances on Brassica Head and Stem Subgroup 5A, Cucurbit Vegetable Group 9, Fruiting Vegetable Group 8, Ginseng, Horseradish, Lentil, Lupin, Okra, Persimmon, Rhubarb, Yam, Lychee, and Starfruit. Supporting & Related Material   2008-12-03T05:00:00Z 2008 12     2008-12-03T14:12:43Z   0 0 0900006480768715
EPA-HQ-OPP-2007-1106-0003 EPA None EPA-HQ-OPP-2007-1106 Chlorothalonil; Proposed Pesticide Tolerance Proposed Rule Federal Register Document 2008-12-03T05:00:00Z 2008 12 2008-12-03T05:00:00Z 2009-02-03T04:59:59Z 2008-12-20T16:35:02Z E8-28593 0 0 09000064807cab99
EPA-HQ-OPP-2007-1106-0001 EPA None EPA-HQ-OPP-2007-1106 Notice of Filing of Pesticide Petitions for Residues of Pesticide Chemicals in or on Various Commodities Chlorothalonil; Pesticide Tolerance Notice Federal Register Document 2008-01-23T05:00:00Z 2008 1 2008-01-23T05:00:00Z 2008-02-23T04:59:59Z 2008-01-23T14:02:26Z E8-01001 0 0 09000064803a0f2d
EPA-HQ-OPP-2007-1106-0002 EPA None EPA-HQ-OPP-2007-1106 EPA REGISTRATION DIVISION COMPANY NOTICE OF FILING FOR PESTICIDE PETITIONS PUBLISHED IN THE FEDERAL REGISTER Supporting & Related Material   2008-01-23T05:00:00Z 2008 1     2008-01-23T14:02:28Z   0 0 0900006480360d4a

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