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-2011-0920" 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, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 11
  • Notice 2

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-2011-0920-0623 EPA None EPA-HQ-OPP-2011-0920 Registration Reviews: Neonicotinoid Risk Assessments; Neonicotinoid Benefits Assessments Notice   2017-12-21T05:00:00Z 2017 12 2017-12-21T05:00:00Z 2018-04-22T03:59:59Z 2019-08-17T01:02:35Z 2017-27520 0 0 0900006482d4ac7a
EPA-HQ-OPP-2011-0920-0622 EPA None EPA-HQ-OPP-2011-0920 Note To Reader: Dinotefuran Assessments Supporting & Related Material   2017-12-20T05:00:00Z 2017 12     2017-12-21T01:33:01Z   0 0 0900006482d314bc
EPA-HQ-OPP-2011-0920-0621 EPA None EPA-HQ-OPP-2011-0920 Dinotefuran: Occupational and Residential Exposure Assessment for Registration Review Supporting & Related Material Risk Assessment 2017-12-15T05:00:00Z 2017 12     2017-12-16T01:35:23Z   0 0 0900006482cd81ca
EPA-HQ-OPP-2011-0920-0618 EPA None EPA-HQ-OPP-2011-0920 Benefits of Neonicotinoid Insecticide Use in the Pre-Bloom and Bloom Periods of Cotton Supporting & Related Material Risk Assessment 2017-12-15T05:00:00Z 2017 12     2017-12-16T01:35:12Z   0 0 0900006482cd7b8c
EPA-HQ-OPP-2011-0920-0619 EPA None EPA-HQ-OPP-2011-0920 Dinotefuran: Tier I Update Review of Human Incidents and Epidemiology for Draft Risk Assessment Supporting & Related Material Risk Assessment 2017-12-15T05:00:00Z 2017 12     2017-12-16T01:34:50Z   0 0 0900006482cd81c8
EPA-HQ-OPP-2011-0920-0615 EPA None EPA-HQ-OPP-2011-0920 Dinotefuran: Registration Review Drinking Water Assessment Supporting & Related Material Risk Assessment 2017-12-15T05:00:00Z 2017 12     2017-12-16T01:34:38Z   0 0 0900006482cd7b89
EPA-HQ-OPP-2011-0920-0616 EPA None EPA-HQ-OPP-2011-0920 Preliminary Ecological Risk Assessment (excluding terrestrial invertebrates) for the Registration Review of Dinotefuran Supporting & Related Material Risk Assessment 2017-12-15T05:00:00Z 2017 12     2017-12-16T01:34:27Z   0 0 0900006482cd7b8a
EPA-HQ-OPP-2011-0920-0617 EPA None EPA-HQ-OPP-2011-0920 Benefits of Neonicotinoid Insecticide Use in the Pre-Bloom and Bloom Periods of Citrus Supporting & Related Material Risk Assessment 2017-12-15T05:00:00Z 2017 12     2017-12-16T01:34:17Z   0 0 0900006482cd7b8b
EPA-HQ-OPP-2011-0920-0620 EPA None EPA-HQ-OPP-2011-0920 Dinotefuran: Human Health Draft Risk Assessment for Registration Review Supporting & Related Material Risk Assessment 2017-12-15T05:00:00Z 2017 12     2017-12-16T01:35:01Z   0 0 0900006482cd81c9
EPA-HQ-OPP-2011-0920-0017 EPA None EPA-HQ-OPP-2011-0920 Registration Reviews: Neonicotinoid Risk Assessments; Summary Response to Comments, and Updated Neonicotinoid Work Schedule Notice   2017-05-25T04:00:00Z 2017 5 2017-05-25T04:00:00Z 2017-07-25T03:59:59Z 2017-08-17T01:01:05Z 2017-10755 0 0 0900006482611b5a
EPA-HQ-OPP-2011-0920-0015 EPA None EPA-HQ-OPP-2011-0920 Note to Reader: Draft Assessment of the Potential Effects of Dinotefuran on Bees Supporting & Related Material Memorandum 2017-01-12T05:00:00Z 2017 1     2017-01-13T01:37:18Z   0 0 0900006482453656
EPA-HQ-OPP-2011-0920-0014 EPA None EPA-HQ-OPP-2011-0920 Draft Assessment of the Potential Effects of Dinotefuran on Bees Supporting & Related Material Risk Assessment 2017-01-12T05:00:00Z 2017 1     2017-01-13T01:37:08Z   0 0 0900006482453913
EPA-HQ-OPP-2011-0920-0016 EPA None EPA-HQ-OPP-2011-0920 Registration Review Update on the Four Neonicotinoid Insecticides Supporting & Related Material Memorandum 2017-01-12T05:00:00Z 2017 1     2017-01-13T01:37:13Z   0 0 0900006482465cfa

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