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-0501" 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 1

posted_year 1

  • 2017 · 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-0501-0040 EPA None EPA-HQ-OPP-2012-0501 Data Evaluation Record for Life-Cycle Sediment (Chironomus tentans) Toxicity Test for Tefluthrin. MRID No. 49648104. Supporting & Related Material Evaluation 2017-07-26T04:00:00Z 2017 7     2017-07-27T00:53:34Z   0 0 090000648295e361
EPA-HQ-OPP-2012-0501-0037 EPA None EPA-HQ-OPP-2012-0501 Data Evaluation Report on the Acute Toxicity of Tefluthrin to Algae, Skeletonema costatum. MRID No. 49469501 Supporting & Related Material Evaluation 2017-07-26T04:00:00Z 2017 7     2017-07-27T00:53:01Z   0 0 09000064825a223c
EPA-HQ-OPP-2012-0501-0032 EPA None EPA-HQ-OPP-2012-0501 Data Evaluation Record on the Honey Bee Acute Contact & Oral LC50 Test for Tefluthrin. MRID No. 49200903 Supporting & Related Material Evaluation 2017-07-26T04:00:00Z 2017 7     2017-07-27T00:53:50Z   0 0 09000064825a2237
EPA-HQ-OPP-2012-0501-0038 EPA None EPA-HQ-OPP-2012-0501 Data Evaluation Record on the Aquatic Invertebrate Life-Cycle Test for Tefluthrin. MRID No. 49648106. Supporting & Related Material Evaluation 2017-07-26T04:00:00Z 2017 7     2017-07-27T00:53:07Z   0 0 09000064825a223d
EPA-HQ-OPP-2012-0501-0042 EPA None EPA-HQ-OPP-2012-0501 Data Evaluation Record for the Whole Sediment Acute Toxicity Test with Invertebrates, Marine for Tefluthrin. MRID No. 49658901 Supporting & Related Material Evaluation 2017-07-26T04:00:00Z 2017 7     2017-07-27T00:53:45Z   0 0 090000648295e363
EPA-HQ-OPP-2012-0501-0035 EPA None EPA-HQ-OPP-2012-0501 Data Evaluation Report on the Acute Toxicity of Tefluthrin to Aquatic Vascular Plants (Lemna gibba G3). MRID No. 49394205. Supporting & Related Material Evaluation 2017-07-26T04:00:00Z 2017 7     2017-07-27T00:54:07Z   0 0 09000064825a223a
EPA-HQ-OPP-2012-0501-0033 EPA None EPA-HQ-OPP-2012-0501 Data Evaluation Report on the Acute Toxicity of Tefluthrin to Algae, Selenastrum capricornutum. MRID No. 49200904 Supporting & Related Material Evaluation 2017-07-26T04:00:00Z 2017 7     2017-07-27T00:53:56Z   0 0 09000064825a2238
EPA-HQ-OPP-2012-0501-0041 EPA None EPA-HQ-OPP-2012-0501 Data Evaluation Record for Chronic Sediment (Hyallella azteca) Toxicity Test for Tefluthrin. MRID No. 49648105. Supporting & Related Material Evaluation 2017-07-26T04:00:00Z 2017 7     2017-07-27T00:53:39Z   0 0 090000648295e362
EPA-HQ-OPP-2012-0501-0039 EPA None EPA-HQ-OPP-2012-0501 Data Evaluation Record on the Acute Toxicity of Tefluthrin CS (A14974A) to Terrestrial Vascular Plants: Seedling Emergence. MRID No. 49394204 Supporting & Related Material Evaluation 2017-07-26T04:00:00Z 2017 7     2017-07-27T00:53:12Z   0 0 090000648295e5b1
EPA-HQ-OPP-2012-0501-0034 EPA None EPA-HQ-OPP-2012-0501 Data Evaluation Report on the Acute Toxicity of Tefluthrin to Algae, Navicula pelliculosa. MRID No,. 49394203 Supporting & Related Material Evaluation 2017-07-26T04:00:00Z 2017 7     2017-07-27T00:54:01Z   0 0 09000064825a2239
EPA-HQ-OPP-2012-0501-0036 EPA None EPA-HQ-OPP-2012-0501 Data Evaluation Report on the Acute Toxicity of Tefluthrin to Algae, Anabaena flos-aquae. MRID No. 49462901 Supporting & Related Material Evaluation 2017-07-26T04:00:00Z 2017 7     2017-07-27T00:54:12Z   0 0 09000064825a223b
EPA-HQ-OPP-2012-0501-0029 EPA None EPA-HQ-OPP-2012-0501 Registration Review: Draft Human Health and/or Ecological Risk Assessments Notice Request for Comments 2017-05-08T04:00:00Z 2017 5 2017-05-08T04:00:00Z 2017-07-08T03:59:59Z 2017-09-02T01:01:57Z 2017-09179 0 0 0900006482599e76

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