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

14 rows where docket_id = "EPA-HQ-OPP-2009-0841" and posted_year = 2019 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 2

  • Supporting & Related Material 13
  • Notice 1

posted_year 1

  • 2019 · 14 ✖

agency_id 1

  • EPA 14
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-2009-0841-0031 EPA None EPA-HQ-OPP-2009-0841 Fenbutatin Oxide: Acute and Chronic Aggregate Dietary (Food and Drinking Water) Exposure and Risk Assessment for Registration Review Supporting & Related Material Risk Assessment 2019-10-29T04:00:00Z 2019 10     2019-10-29T21:35:01Z   0 0 090000648410097a
EPA-HQ-OPP-2009-0841-0030 EPA None EPA-HQ-OPP-2009-0841 Fenbutatin Oxide - Draft Human Health Risk Assessment Supporting & Related Material Risk Assessment 2019-10-01T04:00:00Z 2019 10     2019-10-01T22:04:28Z   0 0 0900006483ff8da6
EPA-HQ-OPP-2009-0841-0020 EPA None EPA-HQ-OPP-2009-0841 Appendix D - D451019 Fenbutatin-Oxide Occupational Postapplication Supporting & Related Material Data 2019-09-30T04:00:00Z 2019 9     2019-09-30T16:19:51Z   0 0 0900006483d510a9
EPA-HQ-OPP-2009-0841-0026 EPA None EPA-HQ-OPP-2009-0841 Fenbutatin-Oxide: Draft Ecological Risk Assessment for Registration Review Supporting & Related Material Risk Assessment 2019-09-30T04:00:00Z 2019 9     2019-09-30T16:19:54Z   0 0 0900006483d510b6
EPA-HQ-OPP-2009-0841-0025 EPA None EPA-HQ-OPP-2009-0841 Fenbutatin Oxide Screening Level Estimates of Agricultural Uses November 16, 2018 Supporting & Related Material Report 2019-09-30T04:00:00Z 2019 9     2019-09-30T16:19:53Z   0 0 0900006483d510b1
EPA-HQ-OPP-2009-0841-0027 EPA None EPA-HQ-OPP-2009-0841 Fenbutatin-Oxide Residential Sops Gardens Trees Supporting & Related Material Data 2019-09-30T04:00:00Z 2019 9     2019-09-30T16:19:54Z   0 0 0900006483d510b7
EPA-HQ-OPP-2009-0841-0021 EPA None EPA-HQ-OPP-2009-0841 Appendix D - D451019 Fenbutatin-Oxide Occupational Post Application Risk Estimates Summary Table Supporting & Related Material Data 2019-09-30T04:00:00Z 2019 9     2019-09-30T16:19:51Z   0 0 0900006483d510aa
EPA-HQ-OPP-2009-0841-0029 EPA None EPA-HQ-OPP-2009-0841 Fenbutatin-Oxide. Occupational and Residential Exposure Assessment for Registration Review Supporting & Related Material Risk Assessment 2019-09-30T04:00:00Z 2019 9     2019-09-30T16:19:55Z   0 0 0900006483d510b9
EPA-HQ-OPP-2009-0841-0028 EPA None EPA-HQ-OPP-2009-0841 Fenbutatin-Oxide Spray Drift Calculator Supporting & Related Material Data 2019-09-30T04:00:00Z 2019 9     2019-09-30T16:19:55Z   0 0 0900006483d510b8
EPA-HQ-OPP-2009-0841-0023 EPA None EPA-HQ-OPP-2009-0841 Revised: Drinking Water Assessment (DWA) in Support of the Registration Review of Fenbutatin-Oxide Supporting & Related Material Risk Assessment 2019-09-30T04:00:00Z 2019 9     2019-09-30T16:19:52Z   0 0 0900006483d510ad
EPA-HQ-OPP-2009-0841-0018 EPA None EPA-HQ-OPP-2009-0841 Registration Review: Draft Human Health and/or Ecological Risk Assessments for Several Pesticides Notice   2019-09-30T04:00:00Z 2019 9 2019-09-30T04:00:00Z 2019-11-30T04:59:59Z 2019-11-28T02:02:42Z 2019-21118 0 0 0900006483fec7c2
EPA-HQ-OPP-2009-0841-0019 EPA None EPA-HQ-OPP-2009-0841 Appendix D - D451019 Fenbutatin-Oxide Occupational Handler Supporting & Related Material Data 2019-09-30T04:00:00Z 2019 9     2019-09-30T16:19:50Z   0 0 0900006483d510a8
EPA-HQ-OPP-2009-0841-0022 EPA None EPA-HQ-OPP-2009-0841 Fenbutatin-oxide: Data Evaluation Records (DER) Supporting & Related Material Report 2019-09-30T04:00:00Z 2019 9     2019-09-30T16:19:52Z   0 0 0900006483d510ac
EPA-HQ-OPP-2009-0841-0024 EPA None EPA-HQ-OPP-2009-0841 Fenbutatin Oxide: Tier I Update Review of Human Incidents and Epidemiology for Draft Risk Assessment Supporting & Related Material Risk Assessment 2019-09-30T04:00:00Z 2019 9     2019-09-30T16:19:53Z   0 0 0900006483d510af

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