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

7 rows where docket_id = "EPA-HQ-OPP-2008-0769" and posted_year = 2009 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

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

posted_year 1

  • 2009 · 7 ✖

agency_id 1

  • EPA 7
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-2008-0769-0009 EPA None EPA-HQ-OPP-2008-0769 Novaluron and Novaluron Degradates (Chlorophenyl urea and Chloroaniline) Drinking Water Assessment in Support of New Use Registration Action for Stone Fruit, Bushberries, Brassica Leafy Greens, and Turnip Greens. Supporting & Related Material   2009-12-09T05:00:00Z 2009 12     2009-12-09T14:58:27Z   0 0 0900006480a3ec78
EPA-HQ-OPP-2008-0769-0007 EPA None EPA-HQ-OPP-2008-0769 Novaluron. Petition for the Establishment of Permanent Tolerances for Residues of Novaluron in/on Bushberry Subgroup 13-07B; Brassica, Leafy Greens, Subgroup 5B; Turnip, Greens; and Fruit, Stone, Group 12. Summary of Analytical Chemistry and Residue Data. Supporting & Related Material   2009-12-09T05:00:00Z 2009 12     2009-12-09T14:58:24Z   0 0 0900006480a3ec75
EPA-HQ-OPP-2008-0769-0010 EPA None EPA-HQ-OPP-2008-0769 PP#2F06430. Novaluron on Cotton, Pome Fruits, and Potato. Review of Amendment Dated 21-JUN-2006 Submitted in Response to HED’s Memoranda of 22-MAR-2004. Submission of Requested Poultry Feeding Study. MRID#: 46870601. DP#: 336897. Chemical#: 124002. Decision#: 368928. 40 CFR 180.598. Supporting & Related Material   2009-12-09T05:00:00Z 2009 12     2009-12-09T14:58:28Z   0 0 0900006480a3ec7a
EPA-HQ-OPP-2008-0769-0008 EPA None EPA-HQ-OPP-2008-0769 Novaluron. Chronic Dietary (Food and Drinking Water) Exposure and Risk Assessment for the Proposed Use on Bushberry Crop Subgroup 13-07B; Brassica, Leafy Greens, Crop Subgroup 5B; Turnip Greens; and Fruit, Stone, Crop Group 12. Supporting & Related Material   2009-12-09T05:00:00Z 2009 12     2009-12-09T14:58:25Z   0 0 0900006480a3ec76
EPA-HQ-OPP-2008-0769-0005 EPA None EPA-HQ-OPP-2008-0769 Pesticide Tolerances: Novaluron Rule Federal Register Document 2009-12-09T05:00:00Z 2009 12 2009-12-09T05:00:00Z   2009-12-09T14:57:53Z E9-29212 0 0 0900006480a66c19
EPA-HQ-OPP-2008-0769-0006 EPA None EPA-HQ-OPP-2008-0769 Novaluron: Human-Health Risk Assessment for Proposed Section 3 Uses on Bushberry Crop Subgroup 13-07B; Brassica, Leafy Greens, Crop Subgroup 5B; Turnip, Greens; and Fruit, Stone, Crop Group 12. Supporting & Related Material   2009-12-09T05:00:00Z 2009 12     2009-12-09T14:58:22Z   0 0 0900006480a3ec4f
EPA-HQ-OPP-2008-0769-0004 EPA None EPA-HQ-OPP-2008-0769 Pesticide Products Regisration Applications Notice Federal Register Document 2009-10-26T04:00:00Z 2009 10 2009-10-26T04:00:00Z 2009-11-26T04:59:59Z 2009-10-26T21:02:32Z E9-25736 0 0 0900006480a4c3e3

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