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

11 rows where docket_id = "EPA-HQ-OPP-2011-0855" 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 9
  • Notice 1
  • Other 1

posted_year 1

  • 2020 · 11 ✖

agency_id 1

  • EPA 11
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-2011-0855-0233 EPA None EPA-HQ-OPP-2011-0855 Paraquat Comment Period Extension Other   2020-12-09T05:00:00Z 2020 12 2020-12-09T05:00:00Z   2020-12-10T01:48:55Z   0 0 090000648498f74a
EPA-HQ-OPP-2011-0855-0212 EPA None EPA-HQ-OPP-2011-0855 Paraquat Dichloride (PC# 061601) Use in Soybeans: Usage, Benefits and Impacts of Potential Mitigation Supporting & Related Material   2020-10-23T04:00:00Z 2020 10     2020-10-24T00:33:30Z   0 0 0900006484872fe0
EPA-HQ-OPP-2011-0855-0214 EPA None EPA-HQ-OPP-2011-0855 Paraquat: Response to Comments on the EFED Preliminary Ecological Risk Assessment for Registration Review Supporting & Related Material Comment Response 2020-10-23T04:00:00Z 2020 10     2020-10-24T00:33:59Z   0 0 0900006484872fe2
EPA-HQ-OPP-2011-0855-0215 EPA None EPA-HQ-OPP-2011-0855 Paraquat Dichloride: Addendum to the Memorandum, "Draft Human Health Risk Assessment in Support of Registration Review; D430827" Supporting & Related Material Risk Assessment 2020-10-23T04:00:00Z 2020 10     2020-10-24T00:34:14Z   0 0 0900006484872fe3
EPA-HQ-OPP-2011-0855-0209 EPA None EPA-HQ-OPP-2011-0855 Paraquat Dichloride Proposed Interim Registration Review Decision Supporting & Related Material Decision 2020-10-23T04:00:00Z 2020 10     2020-10-24T00:34:28Z   0 0 0900006484872fdd
EPA-HQ-OPP-2011-0855-0210 EPA None EPA-HQ-OPP-2011-0855 Overview of Use, Benefits, and Impacts of Mitigation Assessment for Paraquat (PC# 061601) in Agricultural Settings Supporting & Related Material Risk Assessment 2020-10-23T04:00:00Z 2020 10     2020-10-24T00:33:01Z   0 0 0900006484872fde
EPA-HQ-OPP-2011-0855-0213 EPA None EPA-HQ-OPP-2011-0855 Paraquat Dichloride (Herbicide and Harvest Aid) Use, Usage, Benefits and Impacts of Potential Mitigation in Cotton Supporting & Related Material   2020-10-23T04:00:00Z 2020 10     2020-10-24T00:33:45Z   0 0 0900006484872fe1
EPA-HQ-OPP-2011-0855-0216 EPA None EPA-HQ-OPP-2011-0855 Paraquat: Response to Comments on the Draft Human Health Risk Assessment Supporting & Related Material Risk Assessment 2020-10-23T04:00:00Z 2020 10     2020-10-24T00:33:16Z   0 0 09000064848eebb8
EPA-HQ-OPP-2011-0855-0211 EPA None EPA-HQ-OPP-2011-0855 Paraquat Use on Peanut: Usage, Benefits, and Impacts of Potential Mitigation for Registration Review Supporting & Related Material   2020-10-23T04:00:00Z 2020 10     2020-10-24T00:34:57Z   0 0 0900006484872fdf
EPA-HQ-OPP-2011-0855-0208 EPA None EPA-HQ-OPP-2011-0855 Pesticide Registration Review: Proposed Interim Decision for Paraquat Notice   2020-10-23T04:00:00Z 2020 10 2020-10-23T04:00:00Z 2021-01-12T04:59:59Z 2021-03-26T01:00:31Z 2020-23500 0 0 0900006484929319
EPA-HQ-OPP-2011-0855-0205 EPA None EPA-HQ-OPP-2011-0855 Meeting Minutes: Discussion of Proposed Paraquat Mitigation with Technical Registrants Supporting & Related Material Meeting Materials 2020-08-17T04:00:00Z 2020 8     2020-10-03T05:37:09Z   0 0 090000648473b02b

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