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

13 rows where docket_id = "EPA-HQ-OPP-2010-0212" and posted_year = 2010 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 12
  • Notice 1

posted_year 1

  • 2010 · 13 ✖

agency_id 1

  • EPA 13
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-2010-0212-0016 EPA None EPA-HQ-OPP-2010-0212 TREX Model Meeting with ACC Copper Task Force Summary Nov. 17, 2010 Supporting & Related Material Meeting/Teleconference Materials 2010-11-23T05:00:00Z 2010 11     2010-11-23T20:23:48Z   0 0 0900006480ba1b86
EPA-HQ-OPP-2010-0212-0012 EPA None EPA-HQ-OPP-2010-0212 9/22/10 - Copper Compounds Subject to Registration Review Supporting & Related Material Other 2010-09-29T04:00:00Z 2010 9     2010-11-23T15:58:00Z   0 0 0900006480b62a6f
EPA-HQ-OPP-2010-0212-0010 EPA None EPA-HQ-OPP-2010-0212 9/1/10 Appendix A: Registered Antimicrobial Uses of Copper Supporting & Related Material Adjudication, Brief, Decision, Decree, Motion, Order 2010-09-22T04:00:00Z 2010 9     2010-11-23T15:58:00Z   0 0 0900006480b54779
EPA-HQ-OPP-2010-0212-0005 EPA None EPA-HQ-OPP-2010-0212 5/20/10 - Copper Salts: Review of Human Incidents Supporting & Related Material Other 2010-09-22T04:00:00Z 2010 9     2010-11-23T15:58:00Z   0 0 0900006480b50fd4
EPA-HQ-OPP-2010-0212-0011 EPA None EPA-HQ-OPP-2010-0212 Coppers Summary Document Registration Review: Initial Docket September 2010 Supporting & Related Material Other 2010-09-22T04:00:00Z 2010 9     2010-11-23T15:58:00Z   0 0 0900006480b54efb
EPA-HQ-OPP-2010-0212-0009 EPA None EPA-HQ-OPP-2010-0212 9/13/10 - Registration Review: Preliminary Problem Formulation for Ecological Risk, Environmental Fate, and Endangered Species Assessments for Coppers Supporting & Related Material Other 2010-09-22T04:00:00Z 2010 9     2010-11-23T15:58:00Z   0 0 0900006480b51040
EPA-HQ-OPP-2010-0212-0001 EPA None EPA-HQ-OPP-2010-0212 Registration Review; Pesticide Dockets Opened for Review and Comment: Amended Work Plan for Imidacloprid Notice Federal Register Document 2010-09-22T04:00:00Z 2010 9 2010-09-22T04:00:00Z 2010-11-23T04:59:59Z 2010-11-23T15:58:00Z 2010-23322 0 0 0900006480b554b0
EPA-HQ-OPP-2010-0212-0003 EPA None EPA-HQ-OPP-2010-0212 11/6/09 - Screening Level Usage Analysis (SLUA) for Copper Oxychloride; Biological and Economical Analysis Division, November 6, 2009. Supporting & Related Material Other 2010-09-22T04:00:00Z 2010 9     2010-11-23T15:57:59Z   0 0 0900006480b50fd1
EPA-HQ-OPP-2010-0212-0006 EPA None EPA-HQ-OPP-2010-0212 5/20/10 - Copper Sulfate: Review of Human Incidents Supporting & Related Material Other 2010-09-22T04:00:00Z 2010 9     2010-11-23T15:58:00Z   0 0 0900006480b5103b
EPA-HQ-OPP-2010-0212-0002 EPA None EPA-HQ-OPP-2010-0212 11/3/09 - Screening Level Usage Analysis (SLUA) for Copper Sulfate Pentahydrate; Biological and Economical Analysis Division. Supporting & Related Material Other 2010-09-22T04:00:00Z 2010 9     2010-11-23T15:57:59Z   0 0 0900006480b50fd0
EPA-HQ-OPP-2010-0212-0007 EPA None EPA-HQ-OPP-2010-0212 5/20/10 - Copper Compounds: Review of Human Incidents Supporting & Related Material Other 2010-09-22T04:00:00Z 2010 9     2010-11-23T15:58:00Z   0 0 0900006480b5103c
EPA-HQ-OPP-2010-0212-0004 EPA None EPA-HQ-OPP-2010-0212 3/26/10 - Use of Copper Compounds for the Control of Agronomic Crop Diseases, Aquatic Algae and Weeds, and Some Macro-Invertebrate Pests. Supporting & Related Material Other 2010-09-22T04:00:00Z 2010 9     2010-11-23T15:57:59Z   0 0 0900006480b50fd2
EPA-HQ-OPP-2010-0212-0008 EPA None EPA-HQ-OPP-2010-0212 5/27/10 - Coppers: Human Health Assessment Scoping Document in Support of Registration Review Supporting & Related Material Other 2010-09-22T04:00:00Z 2010 9     2010-11-23T15:58:00Z   0 0 0900006480b5103f

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