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-2012-0672" 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)

posted_year 5

  • 2012 5
  • 2018 2
  • 2020 2
  • 2013 1
  • 2019 1

document_type 3

  • Supporting & Related Material 7
  • Notice 3
  • Other 1

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-2012-0672-0013 EPA None EPA-HQ-OPP-2012-0672 Phosphoric Acid and Its Salts PC Codes 034903, 076413, and 176407 Interim Registration Review Decision Case Number 6072 Supporting & Related Material Decision 2020-05-19T04:00:00Z 2020 5     2020-10-03T09:10:09Z   0 0 090000648445625d
EPA-HQ-OPP-2012-0672-0012 EPA None EPA-HQ-OPP-2012-0672 Pesticide Registration Review: Interim Decisions and Case Closures for Several Pesticides Notice   2020-05-19T04:00:00Z 2020 5 2020-05-19T04:00:00Z   2020-10-03T09:10:20Z 2020-10753 0 0 090000648464468e
EPA-HQ-OPP-2012-0672-0009 EPA None EPA-HQ-OPP-2012-0672 Comment Period Extension for Registration Review Proposed Interim Decisions Other   2019-02-04T05:00:00Z 2019 2 2019-02-04T05:00:00Z   2019-02-05T02:05:38Z   0 0 0900006483a3b75a
EPA-HQ-OPP-2012-0672-0008 EPA None EPA-HQ-OPP-2012-0672 Phosphoric Acid and Its Salts Proposed Interim Registration Review Decision Case Number 6072 Supporting & Related Material Decision 2018-12-04T05:00:00Z 2018 12     2018-12-05T01:40:24Z   0 0 0900006483776fa7
EPA-HQ-OPP-2012-0672-0007 EPA None EPA-HQ-OPP-2012-0672 Registration Review Proposed Interim Decisions for Several Pesticides Notice   2018-12-04T05:00:00Z 2018 12 2018-12-04T05:00:00Z 2019-03-22T03:59:59Z 2019-03-22T01:01:30Z 2018-26344 0 0 090000648393b4a0
EPA-HQ-OPP-2012-0672-0006 EPA None EPA-HQ-OPP-2012-0672 Phosphoric Acid and its Salts Work Plan Supporting & Related Material Work Plan 2013-06-28T04:00:00Z 2013 6     2013-06-29T00:33:41Z   0 0 090000648133e6cb
EPA-HQ-OPP-2012-0672-0002 EPA None EPA-HQ-OPP-2012-0672 Product Chemistry Scoping Document for the Registration Review of Ferric Phosphate, Monopotassium Phosphate, and Dipotassium Phosphate. Supporting & Related Material Risk Assessment 2012-09-26T04:00:00Z 2012 9     2012-09-26T17:26:29Z   0 0 0900006481122099
EPA-HQ-OPP-2012-0672-0003 EPA None EPA-HQ-OPP-2012-0672 Summary of Ecotoxicity Risk Assessment for Phosphoric Acid Salts (Iron Phosphate, Potassium Phosphate, & Potassium Phosphate) in Relation to the for Registration Review Scoping Document Supporting & Related Material Risk Assessment 2012-09-26T04:00:00Z 2012 9     2012-09-27T00:36:33Z   0 0 0900006481124693
EPA-HQ-OPP-2012-0672-0005 EPA None EPA-HQ-OPP-2012-0672 Final Preliminary Work Plan for Phosphoric Acid and its salts Supporting & Related Material Work Plan 2012-09-26T04:00:00Z 2012 9     2012-09-27T00:36:33Z   0 0 09000064811278f4
EPA-HQ-OPP-2012-0672-0004 EPA None EPA-HQ-OPP-2012-0672 Toxicology Scoping Document for the Registration Review of Phosphoric Acid Salts (iron phosphate, potassium phosphate, & dipotassium phosphate) Supporting & Related Material Risk Assessment 2012-09-26T04:00:00Z 2012 9     2012-09-27T00:36:33Z   0 0 0900006481124694
EPA-HQ-OPP-2012-0672-0001 EPA None EPA-HQ-OPP-2012-0672 Registration Reviews: Pesticide Dockets Opened for Review and Comment Notice   2012-09-26T04:00:00Z 2012 9 2012-09-26T04:00:00Z 2012-11-27T04:59:59Z 2012-09-27T00:36:33Z 2012-23520 0 0 090000648112939a

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