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-0843" and posted_year = 2017 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)

document_type 3

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

posted_year 1

  • 2017 · 13 ✖

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-0843-0025 EPA None EPA-HQ-OPP-2008-0843 Phosmet Chlorethoxyfos Comment Period Extension Other   2017-07-20T04:00:00Z 2017 7 2017-07-20T04:00:00Z 2017-09-23T03:59:59Z 2018-01-27T02:02:19Z   0 0 090000648294ee51
EPA-HQ-OPP-2008-0843-0020 EPA None EPA-HQ-OPP-2008-0843 Summary Reviews from September 2015 Epidemiological Literature Review for Organophosphates Supporting & Related Material Report 2017-07-11T04:00:00Z 2017 7     2017-07-11T15:52:37Z   0 0 09000064826a12a4
EPA-HQ-OPP-2008-0843-0021 EPA None EPA-HQ-OPP-2008-0843 Office of Pesticide Programs’ Framework for Incorporating Human Epidemiologic & Incident Data in Risk Assessments for Pesticides Supporting & Related Material Guidance 2017-07-11T04:00:00Z 2017 7     2017-07-11T15:52:51Z   0 0 09000064826a12a5
EPA-HQ-OPP-2008-0843-0022 EPA None EPA-HQ-OPP-2008-0843 Summary Reviews for Additional Epidemiological Literature Studies from Prospective Birth Cohort Studies Supporting & Related Material Report 2017-07-11T04:00:00Z 2017 7     2017-07-11T15:53:01Z   0 0 09000064826a1847
EPA-HQ-OPP-2008-0843-0023 EPA None EPA-HQ-OPP-2008-0843 Summary Reviews for Additional Epidemiological Literature Studies on Organophosphates Supporting & Related Material Report 2017-07-11T04:00:00Z 2017 7     2017-07-11T15:53:07Z   0 0 09000064826a1848
EPA-HQ-OPP-2008-0843-0024 EPA None EPA-HQ-OPP-2008-0843 Updated Literature Review on Neurodevelopment Effects & FQPA Safety Factor Determination for the Organophosphate Pesticides Supporting & Related Material Report 2017-07-11T04:00:00Z 2017 7     2017-07-11T15:53:12Z   0 0 09000064826a1849
EPA-HQ-OPP-2008-0843-0013 EPA None EPA-HQ-OPP-2008-0843 Registration Reviews: Draft Human Health and/or Ecological Risk Assessments Notice   2017-05-25T04:00:00Z 2017 5 2017-05-25T04:00:00Z 2017-07-25T03:59:59Z 2018-01-05T17:30:33Z 2017-10753 0 0 090000648261b73a
EPA-HQ-OPP-2008-0843-0019 EPA None EPA-HQ-OPP-2008-0843 Note To Reader re November 29, 2016 Crop Life America (CLA) Petition Regulatory Decision Making Supporting & Related Material Memorandum 2017-05-25T04:00:00Z 2017 5     2017-05-25T19:41:35Z   0 0 0900006482447c2d
EPA-HQ-OPP-2008-0843-0015 EPA None EPA-HQ-OPP-2008-0843 Draft Human Health Risk Assessment for Registration Review Supporting & Related Material Risk Assessment 2017-05-25T04:00:00Z 2017 5     2017-05-25T19:41:34Z   0 0 0900006482073fe1
EPA-HQ-OPP-2008-0843-0018 EPA None EPA-HQ-OPP-2008-0843 Revised Estimated Drinking Water Concentrations of Chlorethoxyfos New Uses on Corn (field, seed, sweet, pop) applied in-furrow or T-band at planting for the Use in Human Health Risk Assessment Supporting & Related Material Risk Assessment 2017-05-25T04:00:00Z 2017 5     2017-05-25T19:41:35Z   0 0 09000064820d43d0
EPA-HQ-OPP-2008-0843-0017 EPA None EPA-HQ-OPP-2008-0843 Preliminary Ecological Risk Assessment for the Registration Review of Chlorethoxyfos Supporting & Related Material Risk Assessment 2017-05-25T04:00:00Z 2017 5     2017-05-25T19:41:35Z   0 0 0900006482073882
EPA-HQ-OPP-2008-0843-0016 EPA None EPA-HQ-OPP-2008-0843 Occupational and Residential Exposure Assessment for the Registration Review Risk Assessment Supporting & Related Material Risk Assessment 2017-05-25T04:00:00Z 2017 5     2017-05-25T19:41:34Z   0 0 0900006482073fe3
EPA-HQ-OPP-2008-0843-0014 EPA None EPA-HQ-OPP-2008-0843 Acute and Steady-State Dietary (Food+ Drinking Water) Exposure and Risk Assessments to Support the Draft Risk Assessment for Registration Review. Supporting & Related Material Risk Assessment 2017-05-25T04:00:00Z 2017 5     2017-05-25T19:41:34Z   0 0 0900006482073fdf

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