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

12 rows where docket_id = "EPA-HQ-OPP-2010-0692" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 5

  • 2010 4
  • 2021 4
  • 2020 2
  • 2011 1
  • 2013 1

document_type 2

  • Supporting & Related Material 8
  • Notice 4

agency_id 1

  • EPA 12
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-0692-0011 EPA None EPA-HQ-OPP-2010-0692 Pesticide Product Registration: Interim Decisions and Case Closures for Several Pesticides Notice   2021-10-22T04:00:00Z 2021 10 2021-10-22T04:00:00Z   2021-10-26T14:37:10Z 2021-23041 0 0 0900006484de3652
EPA-HQ-OPP-2010-0692-0012 EPA None EPA-HQ-OPP-2010-0692 Benzoic Acid Interim Registration Review Decision Case Number 5107 Supporting & Related Material Decision 2021-10-22T04:00:00Z 2021 10     2021-10-26T14:34:58Z   0 0 0900006484d8cde2
EPA-HQ-OPP-2010-0692-0010 EPA None EPA-HQ-OPP-2010-0692 Benzoic Acid Proposed Interim Registration Review Decision Case Number 5107 Supporting & Related Material Decision 2021-04-23T04:00:00Z 2021 4     2021-04-23T16:50:15Z   0 0 0900006484a92a20
EPA-HQ-OPP-2010-0692-0009 EPA None EPA-HQ-OPP-2010-0692 Pesticide Registration Review: Proposed Interim Decisions for Several Pesticides Notice   2021-04-23T04:00:00Z 2021 4 2021-04-23T04:00:00Z 2021-06-23T03:59:59Z 2021-04-23T16:49:15Z 2021-08527 0 0 0900006484ab48f9
EPA-HQ-OPP-2010-0692-0008 EPA None EPA-HQ-OPP-2010-0692 Registration Review Draft Risk Assessment for Benzoic Acid Supporting & Related Material Risk Assessment 2020-11-05T05:00:00Z 2020 11     2020-11-05T17:38:22Z   0 0 09000064848d1373
EPA-HQ-OPP-2010-0692-0007 EPA None EPA-HQ-OPP-2010-0692 Pesticide Registration Review: Draft Human Health and/or Ecological Risk Assessments for Several Pesticides Notice   2020-11-05T05:00:00Z 2020 11 2020-11-05T05:00:00Z 2021-01-05T04:59:59Z 2020-11-05T17:37:40Z 2020-24524 0 0 090000648494d1ab
EPA-HQ-OPP-2010-0692-0006 EPA None EPA-HQ-OPP-2010-0692 Data Call-In (DCI) Notice - GDCI-009101-1062 (MAY 14, 2013) Supporting & Related Material   2013-05-21T04:00:00Z 2013 5     2013-05-21T21:08:43Z   0 0 09000064812e4117
EPA-HQ-OPP-2010-0692-0005 EPA None EPA-HQ-OPP-2010-0692 Benzoic Acid Registration Review: Final Work Plan Supporting & Related Material Other 2011-05-19T04:00:00Z 2011 5     2011-05-19T20:57:41Z   0 0 0900006480d80fdb
EPA-HQ-OPP-2010-0692-0001 EPA None EPA-HQ-OPP-2010-0692 Registration Review: Pesticide and Other Docket Actions Notice Federal Register Document 2010-12-22T05:00:00Z 2010 12 2010-12-22T05:00:00Z 2011-02-23T04:59:59Z 2011-01-04T18:40:39Z 2010-32152 0 0 0900006480bbdf67
EPA-HQ-OPP-2010-0692-0003 EPA None EPA-HQ-OPP-2010-0692 Benzoic acid. Human Health Effects Scoping Document for the Registration Review Decision. Supporting & Related Material Adjudication, Brief, Decision, Decree, Motion, Order 2010-12-22T05:00:00Z 2010 12     2011-03-03T16:16:09Z   0 0 0900006480bb653e
EPA-HQ-OPP-2010-0692-0002 EPA None EPA-HQ-OPP-2010-0692 Summary of Product Chemistry, Environmental Fate, and Ecotoxicity Data for the Benzoic acid Registration Review Decision Document. Supporting & Related Material Technical Support Document 2010-12-22T05:00:00Z 2010 12     2010-12-22T17:01:44Z   0 0 0900006480bb5ff3
EPA-HQ-OPP-2010-0692-0004 EPA None EPA-HQ-OPP-2010-0692 Benzoic Acid Summary Document: Registration Review Supporting & Related Material Adjudication, Brief, Decision, Decree, Motion, Order 2010-12-22T05:00:00Z 2010 12     2010-12-22T17:01:48Z   0 0 0900006480bb7947

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