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-2008-0453" 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

  • 2008 4
  • 2018 4
  • 2012 2
  • 2019 2
  • 2009 1

document_type 2

  • Supporting & Related Material 9
  • Notice 4

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-2008-0453-0015 EPA None EPA-HQ-OPP-2008-0453 Biobor Registration Review Interim Decision Case 3029 Supporting & Related Material Decision 2019-05-15T04:00:00Z 2019 5     2019-05-15T16:14:40Z   0 0 0900006483b27bea
EPA-HQ-OPP-2008-0453-0014 EPA None EPA-HQ-OPP-2008-0453 Interim Registration Review Decisions and Case Closures for Several Pesticides Notice   2019-05-15T04:00:00Z 2019 5 2019-05-15T04:00:00Z   2019-05-15T16:14:06Z 2019-10004 0 0 0900006483c83c63
EPA-HQ-OPP-2008-0453-0013 EPA None EPA-HQ-OPP-2008-0453 Biobor Registration Review Proposed Interim Decision Case 3029 Supporting & Related Material Decision 2018-12-04T05:00:00Z 2018 12     2018-12-04T18:53:58Z   0 0 090000648377434a
EPA-HQ-OPP-2008-0453-0012 EPA None EPA-HQ-OPP-2008-0453 Registration Review Proposed Interim Decisions for Several Pesticides Notice   2018-12-04T05:00:00Z 2018 12 2018-12-04T05:00:00Z 2019-02-05T04:59:59Z 2018-12-04T18:53:08Z 2018-26344 0 0 090000648393b963
EPA-HQ-OPP-2008-0453-0008 EPA None EPA-HQ-OPP-2008-0453 Biobor Registration Review Preliminary Risk Assessment Supporting & Related Material Risk Assessment 2018-05-24T04:00:00Z 2018 5     2018-05-24T16:23:04Z   0 0 090000648308a439
EPA-HQ-OPP-2008-0453-0009 EPA None EPA-HQ-OPP-2008-0453 Registration Reviews: Draft Human Health and/or Ecological Risk Assessments for Several Pesticides Notice   2018-05-24T04:00:00Z 2018 5 2018-05-24T04:00:00Z 2018-07-24T03:59:59Z 2018-07-23T01:03:56Z 2018-11196 0 0 09000064832dbe7f
EPA-HQ-OPP-2008-0453-0007 EPA None EPA-HQ-OPP-2008-0453 Data Call- In (DCI) Notice: GDCI-012401-1087 Supporting & Related Material Report 2012-05-14T04:00:00Z 2012 5     2018-05-25T22:02:26Z   0 0 0900006481008f41
EPA-HQ-OPP-2008-0453-0006 EPA None EPA-HQ-OPP-2008-0453 Data Call- In (DCI) Notice: GDCI-012402-1088 Supporting & Related Material Report 2012-05-14T04:00:00Z 2012 5     2018-05-25T22:02:09Z   0 0 0900006481008f44
EPA-HQ-OPP-2008-0453-0005 EPA None EPA-HQ-OPP-2008-0453 Biobor Final Work Plan Registration Review, February 2009 Supporting & Related Material   2009-03-30T04:00:00Z 2009 3     2018-05-25T22:03:04Z   0 0 090000648093763a
EPA-HQ-OPP-2008-0453-0002 EPA None EPA-HQ-OPP-2008-0453 Summary of Product Chemistry, Environmental Fate, and Ecotoxicity Data for the Biobor Registration Review Decision Document. Supporting & Related Material   2008-09-19T04:00:00Z 2008 9     2012-01-11T19:18:46Z   0 0 090000648070d403
EPA-HQ-OPP-2008-0453-0004 EPA None EPA-HQ-OPP-2008-0453 Biobor Summary Document: Registration Review Preliminary Work Plan Supporting & Related Material   2008-09-19T04:00:00Z 2008 9     2018-05-25T22:03:25Z   0 0 090000648070d61e
EPA-HQ-OPP-2008-0453-0003 EPA None EPA-HQ-OPP-2008-0453 Summary of Human Health Effects Data for the Biobor Registration Review Decision Document Supporting & Related Material   2008-09-19T04:00:00Z 2008 9     2012-01-11T19:18:46Z   0 0 090000648070d4c7
EPA-HQ-OPP-2008-0453-0001 EPA None EPA-HQ-OPP-2008-0453 Biobor Registration Review; Antimicrobial Pesticide Docket Opened for Review and Comment Notice Federal Register Document 2008-09-17T04:00:00Z 2008 9 2008-09-17T04:00:00Z 2008-12-17T04:59:59Z 2012-01-11T19:18:46Z E8-21709 0 0 090000648070a748

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