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

11 rows where docket_id = "EPA-HQ-OPP-2013-0049" and posted_year = 2013 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), last_modified (date)

document_type 3

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

posted_year 1

  • 2013 · 11 ✖

agency_id 1

  • EPA 11
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-2013-0049-0011 EPA None EPA-HQ-OPP-2013-0049 Intents To Cancel Registrations and Denials of Applications: Certain Rodenticide Bait Products Notice   2013-02-05T05:00:00Z 2013 2 2013-02-05T05:00:00Z   2013-02-05T14:52:32Z 2013-02500 0 0 09000064811e6de7
EPA-HQ-OPP-2013-0049-0010 EPA None EPA-HQ-OPP-2013-0049 Probabilistic Analysis for the Notice of Intent to Cancel Noncompliant Rodenticide Products Containing Brodifacoum, Difethialone, Chlorophacinone, Diphacinone, Warfarin, or Bromethalin Supporting & Related Material Report 2013-01-30T05:00:00Z 2013 1     2013-01-30T15:31:31Z   0 0 09000064811dde30
EPA-HQ-OPP-2013-0049-0003 EPA None EPA-HQ-OPP-2013-0049 Statement of Reasons and Factual Basis for Notice of Intent to Cancel Registrations of, and Notice of Denial of Applications for, Certain Rodenticide Bait Products Supporting & Related Material   2013-01-30T05:00:00Z 2013 1     2013-01-30T15:31:41Z   0 0 09000064811dd8b9
EPA-HQ-OPP-2013-0049-0002 EPA None EPA-HQ-OPP-2013-0049 EPA Response to Answer SAP Comments provided in "SAP Minutes No 2011-06, A Set of Scientific Issues Being Considered by The Environmental Protection Agency Regarding: Scientific Conclusions Supporting EPA's FIFRA Section 6(b) Notice of Intent to Cancel Twenty Homeowner Rodenticide Products" Supporting & Related Material Comment Response 2013-01-30T05:00:00Z 2013 1     2013-01-30T15:08:49Z   0 0 09000064811dd852
EPA-HQ-OPP-2013-0049-0005 EPA None EPA-HQ-OPP-2013-0049 Center for Disease Control and Prevention (CDC) Comment on Proposed Risk Mitigation Decision for Nine Rodenticides Supporting & Related Material Letter 2013-01-30T05:00:00Z 2013 1     2013-01-30T15:32:23Z   0 0 09000064811db1b5
EPA-HQ-OPP-2013-0049-0009 EPA None EPA-HQ-OPP-2013-0049 Compilation of Reported Wildlife Incidents Associated with Rodenticide Products Containing Brodifacoum, Difethialone, Chlorophacinone, Diphacinone, Warfarin, or Bromethalin Supporting & Related Material Report 2013-01-30T05:00:00Z 2013 1     2013-01-30T15:32:13Z   0 0 09000064811dc1d2
EPA-HQ-OPP-2013-0049-0004 EPA None EPA-HQ-OPP-2013-0049 Final Meeting Minutes for November 29 - December 1, 2011 FIFRA Scientific Advisory Panel Meeting Supporting & Related Material Meeting Materials 2013-01-30T05:00:00Z 2013 1     2013-01-30T15:31:52Z   0 0 09000064811db1b4
EPA-HQ-OPP-2013-0049-0006 EPA None EPA-HQ-OPP-2013-0049 Draft Notice of Intent to Cancel and Notice of Denial of Registration for Certain Rodenticide Products Supporting & Related Material Letter 2013-01-30T05:00:00Z 2013 1     2013-01-30T15:31:41Z   0 0 09000064811db1b7
EPA-HQ-OPP-2013-0049-0007 EPA None EPA-HQ-OPP-2013-0049 Memo regarding Proposed Risk Mitigation Decision For Rodenticides Supporting & Related Material Memorandum 2013-01-30T05:00:00Z 2013 1     2014-06-18T20:03:07Z   0 0 09000064811db1b8
EPA-HQ-OPP-2013-0049-0001 EPA None EPA-HQ-OPP-2013-0049 Memorandum to Open a Docket EPA-HQ-OPP-2013-0049 Rodenticides Notice of Intent to Cancel Other Memorandum to Open a Docket 2013-01-30T05:00:00Z 2013 1 2013-01-30T05:00:00Z   2013-01-30T15:08:49Z   0 0 09000064811de99f
EPA-HQ-OPP-2013-0049-0008 EPA None EPA-HQ-OPP-2013-0049 US Department of Agriculture (USDA) Response to Rodenticide Draft Notice of Intent to Cancel Supporting & Related Material Letter 2013-01-30T05:00:00Z 2013 1     2013-01-30T15:32:34Z   0 0 09000064811db1b9

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