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-2012-0859" and posted_year = 2020 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)

document_type 3

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

posted_year 1

  • 2020 · 12 ✖

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-2012-0859-0050 EPA None EPA-HQ-OPP-2012-0859 Authorization to extend the public comment period for the Draft Risk Assessments for Folpet Other   2020-10-26T04:00:00Z 2020 10     2020-10-27T00:38:11Z   0 0 0900006484925cec
EPA-HQ-OPP-2012-0859-0045 EPA None EPA-HQ-OPP-2012-0859 Folpet: Drinking Water Exposure Assessment for Registration Review Supporting & Related Material   2020-09-02T04:00:00Z 2020 9     2020-10-03T09:17:20Z   0 0 090000648471156f
EPA-HQ-OPP-2012-0859-0047 EPA None EPA-HQ-OPP-2012-0859 Folpet: Draft Ecological Risk Assessment for Registration Review Supporting & Related Material Risk Assessment 2020-09-02T04:00:00Z 2020 9     2020-10-03T09:18:20Z   0 0 090000648472085a
EPA-HQ-OPP-2012-0859-0041 EPA None EPA-HQ-OPP-2012-0859 Pesticide Registration Review: Draft Human Health and/or Ecological Risk Assessments for Several Pesticides Notice   2020-09-02T04:00:00Z 2020 9 2020-09-02T04:00:00Z 2020-11-18T04:59:59Z 2020-11-18T02:01:26Z 2020-19371 0 0 0900006484839d22
EPA-HQ-OPP-2012-0859-0049 EPA None EPA-HQ-OPP-2012-0859 Folpet. Detailed Review of the Folpet Triple Pack Dermal Absorption Study (MRID 50945 101) Supporting & Related Material Study 2020-09-02T04:00:00Z 2020 9     2020-10-03T09:19:29Z   0 0 09000064847d12fb
EPA-HQ-OPP-2012-0859-0048 EPA None EPA-HQ-OPP-2012-0859 Folpet: Tier I Update Review of Human Incidents and Epidemiology for Draft Risk Assessment Supporting & Related Material Risk Assessment 2020-09-02T04:00:00Z 2020 9     2020-10-03T09:19:27Z   0 0 0900006484721cc4
EPA-HQ-OPP-2012-0859-0042 EPA None EPA-HQ-OPP-2012-0859 Registration Review Draft Occupational & Residential Exposure for Antimicrobial Uses of Folpet Supporting & Related Material   2020-09-02T04:00:00Z 2020 9     2020-10-03T09:20:23Z   0 0 0900006484700e22
EPA-HQ-OPP-2012-0859-0044 EPA None EPA-HQ-OPP-2012-0859 Folpet. Acute and Chronic Aggregate Dietary (Food and Drinking Water) Exposure and Risk Assessment for the Registration Review Risk Assessment Supporting & Related Material Risk Assessment 2020-09-02T04:00:00Z 2020 9     2020-10-03T09:17:40Z   0 0 090000648471156e
EPA-HQ-OPP-2012-0859-0043 EPA None EPA-HQ-OPP-2012-0859 Folpet. Occupational and Residential Exposure Assessment for Registration Review [Agricultural Use] Supporting & Related Material   2020-09-02T04:00:00Z 2020 9     2020-10-03T09:17:57Z   0 0 090000648471156d
EPA-HQ-OPP-2012-0859-0046 EPA None EPA-HQ-OPP-2012-0859 Folpet. Human Health Draft Risk Assessment for Registration Review Supporting & Related Material Risk Assessment 2020-09-02T04:00:00Z 2020 9     2020-10-03T09:20:04Z   0 0 0900006484711570
EPA-HQ-OPP-2012-0859-0039 EPA None EPA-HQ-OPP-2012-0859 Folpet: Review of Five Ecological Toxicity Studies of Folpet and its Major Degradate Phthalimide Supporting & Related Material Evaluation 2020-06-16T04:00:00Z 2020 6     2020-10-03T09:16:42Z   0 0 090000648347bfa9
EPA-HQ-OPP-2012-0859-0040 EPA None EPA-HQ-OPP-2012-0859 Folpet: Reviews of Terrestrial Plant Toxicity Studies in the Laboratory and Field Supporting & Related Material   2020-06-16T04:00:00Z 2020 6     2020-10-03T09:20:25Z   0 0 090000648466f53a

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