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

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

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 8
  • Rule 2

posted_year 1

  • 2010 · 10 ✖

agency_id 1

  • EPA 10
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-0273-0012 EPA None EPA-HQ-OPP-2009-0273 Novaluron. Chronic Dietary (Food and Drinking Water) Exposure and Risk Assessment for the Proposed Use in/on Grain Sorghum. Supporting & Related Material   2010-05-26T04:00:00Z 2010 5     2010-05-26T14:04:35Z   0 0 0900006480ab5161
EPA-HQ-OPP-2009-0273-0009 EPA None EPA-HQ-OPP-2009-0273 Pesticide Tolerances: Novaluron Rule   2010-05-26T04:00:00Z 2010 5 2010-05-26T04:00:00Z   2010-05-26T14:04:30Z 2010-12649 0 0 0900006480af46ec
EPA-HQ-OPP-2009-0273-0011 EPA None EPA-HQ-OPP-2009-0273 Novaluron. Petition for the Establishment of Permanent Tolerances for Residues of Novaluron in/on Grain Sorghum. Summary of Analytical Chemistry and Residue Data. Supporting & Related Material   2010-05-26T04:00:00Z 2010 5     2010-05-26T14:04:33Z   0 0 0900006480ab5160
EPA-HQ-OPP-2009-0273-0010 EPA None EPA-HQ-OPP-2009-0273 Novaluron: Human-Health Risk Assessment for Proposed Section 3 Use on Grain Sorghum. Supporting & Related Material   2010-05-26T04:00:00Z 2010 5     2010-05-26T14:04:32Z   0 0 0900006480ab515f
EPA-HQ-OPP-2009-0273-0013 EPA None EPA-HQ-OPP-2009-0273 Novaluron and Novaluron Degradates (Chlorophenyl urea and Chloroaniline) Drinking Water Assessment in Support of New Use Registration Action for Sorghum, Fruiting Vegetables (Group 8, D364309), Cucurbit Vegetables (Group 9), Low-growing Berry Subgroup (13-07G), Snap and Dry Bean, and Swiss Chard. Supporting & Related Material   2010-05-26T04:00:00Z 2010 5     2010-05-26T14:04:37Z   0 0 0900006480ab5162
EPA-HQ-OPP-2009-0273-0006 EPA None EPA-HQ-OPP-2009-0273 Novaluron. Petition for the Establishment of Permanent Tolerances for Residues of Novaluron in/on Vegetable, Fruiting, Group 8; Vegetable, Cucurbit, Group 9; Berry, Low-growing, Subgroup 13-07G; Miscellaneous Fruiting Vegetables; Bean, Snap; Bean, Dry, Seed; and Swiss Chard. Summary of Analytical Chemistry and Residue Data. Supporting & Related Material   2010-01-27T05:00:00Z 2010 1     2010-01-27T16:04:15Z   0 0 0900006480a68b4b
EPA-HQ-OPP-2009-0273-0008 EPA None EPA-HQ-OPP-2009-0273 Novaluron and Novaluron Degradates (Chlorophenyl urea and Chloroaniline) Drinking Water Assessment in Support of New Use Registration Action for Sorghum, Fruiting Vegetables (Group 8, D364309), Cucurbit Vegetables (Group 9), Low-growing Berry Subgroup (13-07G), Snap and Dry Bean, and Swiss Chard. Supporting & Related Material   2010-01-27T05:00:00Z 2010 1     2010-01-27T16:09:16Z   0 0 0900006480a68b40
EPA-HQ-OPP-2009-0273-0005 EPA None EPA-HQ-OPP-2009-0273 Novaluron: Human-Health Risk Assessment for Proposed Section 3 Uses on Vegetable, Fruiting, Group 8; Vegetable, Cucurbit, Group 9; Berry, Low-growing, Subgroup 13-07G; Miscellaneous Fruiting Vegetables; Bean, Snap; Bean, Dry, Seed; and Swiss Chard. Supporting & Related Material   2010-01-27T05:00:00Z 2010 1     2010-01-27T16:02:44Z   0 0 0900006480a68b4a
EPA-HQ-OPP-2009-0273-0007 EPA None EPA-HQ-OPP-2009-0273 Novaluron. Chronic Dietary (Food and Drinking Water) Exposure and Risk Assessment for the Proposed Uses on Vegetable, Fruiting, Group 8; Vegetable, Cucurbit, Group 9; Berry, Low-growing, Subgroup 13-07G; Miscellaneous Fruiting Vegetables; Bean, Snap; Bean, Dry, Seed; and Swiss Chard. Supporting & Related Material   2010-01-27T05:00:00Z 2010 1     2010-01-27T16:07:16Z   0 0 0900006480a68b4d
EPA-HQ-OPP-2009-0273-0004 EPA None EPA-HQ-OPP-2009-0273 Novaluron; Pesticide Tolerances Rule Federal Register Document 2010-01-27T05:00:00Z 2010 1 2010-01-27T05:00:00Z   2010-01-27T15:57:29Z 2010-01609 0 0 0900006480a84ae5

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