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

15 rows where docket_id = "EPA-HQ-OPP-2009-0999" 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 3

  • Supporting & Related Material 13
  • Notice 1
  • Other 1

posted_year 2

  • 2012 14
  • 2010 1

agency_id 1

  • EPA 15
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-0999-0002 EPA None EPA-HQ-OPP-2009-0999 Public Participation: New active ingredient copper 2-pyridinethiol 1-oxide in Antifouling Paint Other Public Participation 2012-02-03T05:00:00Z 2012 2 2012-02-03T05:00:00Z 2012-03-05T04:59:59Z 2012-02-03T20:42:28Z   0 0 0900006480fad678
EPA-HQ-OPP-2009-0999-0011 EPA None EPA-HQ-OPP-2009-0999 Zinc Pyrithione - Ethics Review -Worker Exposure Study Supporting & Related Material Report 2012-02-03T05:00:00Z 2012 2     2012-02-03T20:35:59Z   0 0 0900006480fa193c
EPA-HQ-OPP-2009-0999-0006 EPA None EPA-HQ-OPP-2009-0999 Copper Pyrithione Environmental Fate Chapter Supporting & Related Material Report 2012-02-03T05:00:00Z 2012 2     2012-02-03T20:35:58Z   0 0 0900006480fa1498
EPA-HQ-OPP-2009-0999-0013 EPA None EPA-HQ-OPP-2009-0999 Copper Pyrithione - Product Chemistry Supporting & Related Material Report 2012-02-03T05:00:00Z 2012 2     2012-02-03T20:36:00Z   0 0 0900006480fa4291
EPA-HQ-OPP-2009-0999-0005 EPA None EPA-HQ-OPP-2009-0999 Copper Pyrithione Ecological Hazards and Risk Assessment Supporting & Related Material Report 2012-02-03T05:00:00Z 2012 2     2012-02-03T20:35:58Z   0 0 0900006480fa1496
EPA-HQ-OPP-2009-0999-0008 EPA None EPA-HQ-OPP-2009-0999 Copper Pyrithione Hazard Assessment (2008) Supporting & Related Material Report 2012-02-03T05:00:00Z 2012 2     2012-02-03T20:35:59Z   0 0 0900006480fa14b5
EPA-HQ-OPP-2009-0999-0009 EPA None EPA-HQ-OPP-2009-0999 Copper Pyrithione - New Chemical Screen (2004) Supporting & Related Material Report 2012-02-03T05:00:00Z 2012 2     2012-02-03T20:35:59Z   0 0 0900006480fa190e
EPA-HQ-OPP-2009-0999-0015 EPA None EPA-HQ-OPP-2009-0999 Copper Pyrithione - Decision Document Supporting & Related Material Report 2012-02-03T05:00:00Z 2012 2     2012-02-03T20:36:00Z   0 0 0900006480fabf7d
EPA-HQ-OPP-2009-0999-0004 EPA None EPA-HQ-OPP-2009-0999 Copper Pyrithione Occupational and Residential Exposure Assessment Supporting & Related Material Report 2012-02-03T05:00:00Z 2012 2     2012-02-03T20:35:58Z   0 0 0900006480fa1467
EPA-HQ-OPP-2009-0999-0012 EPA None EPA-HQ-OPP-2009-0999 Tributyltin Support Document Supporting & Related Material Report 2012-02-03T05:00:00Z 2012 2     2012-02-03T20:36:00Z   0 0 0900006480fa1b70
EPA-HQ-OPP-2009-0999-0003 EPA None EPA-HQ-OPP-2009-0999 Copper Pyrithione Hazard Assessment Supporting & Related Material Report 2012-02-03T05:00:00Z 2012 2     2012-02-03T20:35:58Z   0 0 0900006480fa142e
EPA-HQ-OPP-2009-0999-0007 EPA None EPA-HQ-OPP-2009-0999 Copper Pyrithione - Acute Toxicology Data Evaluation Records Supporting & Related Material Report 2012-02-03T05:00:00Z 2012 2     2012-02-03T20:35:59Z   0 0 0900006480fa149a
EPA-HQ-OPP-2009-0999-0010 EPA None EPA-HQ-OPP-2009-0999 Copper Pyrithione - Ethics Review of Anti-Fouling Paint Study Supporting & Related Material Report 2012-02-03T05:00:00Z 2012 2     2012-02-03T20:35:59Z   0 0 0900006480fa1936
EPA-HQ-OPP-2009-0999-0014 EPA None EPA-HQ-OPP-2009-0999 Copper Pyrithione -Draft Label Supporting & Related Material Report 2012-02-03T05:00:00Z 2012 2     2012-02-03T20:36:00Z   0 0 0900006480fa5ae8
EPA-HQ-OPP-2009-0999-0001 EPA None EPA-HQ-OPP-2009-0999 Registration Applications: Antimicrobial Pesticide Products (Copper 2-pyridinethiol-1-/oxide) Notice Federal Register Document 2010-03-31T04:00:00Z 2010 3 2010-03-31T04:00:00Z 2010-05-01T03:59:59Z 2010-08-16T14:56:47Z 2010-06792 0 0 0900006480acd2ee

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