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-2017-0489" 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 2

  • 2019 10
  • 2017 1

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-2017-0489-0012 EPA None EPA-HQ-OPP-2017-0489 24-Epibrassinolide Final Decision Supporting & Related Material Decision 2019-09-03T04:00:00Z 2019 9     2019-09-04T01:12:11Z   0 0 0900006483d94cb6
EPA-HQ-OPP-2017-0489-0013 EPA None EPA-HQ-OPP-2017-0489 Notice of Pesticide Registration: Stamped/Approved 24-Epibrassinolide TGAI Product Label; EPA Registration 92983-1 Supporting & Related Material   2019-09-03T04:00:00Z 2019 9     2019-09-04T01:12:24Z   0 0 0900006483d95169
EPA-HQ-OPP-2017-0489-0014 EPA None EPA-HQ-OPP-2017-0489 Notice of Pesticide Registration: Stamped/Approved Sunergist EBR Product Label, EPA Registration 92983-2 Supporting & Related Material   2019-09-03T04:00:00Z 2019 9     2019-09-04T01:12:38Z   0 0 0900006483d95171
EPA-HQ-OPP-2017-0489-0007 EPA None EPA-HQ-OPP-2017-0489 Sunergist EBR - 92983-E Master Label Supporting & Related Material   2019-06-19T04:00:00Z 2019 6     2019-06-20T00:36:47Z   0 0 0900006483ceef20
EPA-HQ-OPP-2017-0489-0005 EPA None EPA-HQ-OPP-2017-0489 Public Participation for New Active Ingredient 24-epibrassinolide Other Public Participation 2019-06-19T04:00:00Z 2019 6 2019-06-19T04:00:00Z 2019-07-05T03:59:59Z 2019-06-20T00:35:47Z   0 0 0900006483d20e86
EPA-HQ-OPP-2017-0489-0009 EPA None EPA-HQ-OPP-2017-0489 Environmental Risk Assessment in Support of the Registration of 24-Epibrassinolide TGAI (EPA File Symbol No. 92983-R), Containing 92% 24-Epibrassinolide as Its Active Ingredient, and end-use product Sunergist EBR (EPA File Symbol No 92983-E), Containing 0.01% 24-Epibrassinolide as Its Active Ingredient Supporting & Related Material Risk Assessment 2019-06-19T04:00:00Z 2019 6     2019-06-20T00:36:32Z   0 0 0900006483ceec81
EPA-HQ-OPP-2017-0489-0011 EPA None EPA-HQ-OPP-2017-0489 Proposed Registration Decision for the New Active Ingredient 24-Epibrassinolide, for use on a broad range of food and non-food commodities, including fruits, vegetables, cereal grains, citrus, cotton, turfgrass, and greenhouse and nursery ornamentals Supporting & Related Material Risk Assessment 2019-06-19T04:00:00Z 2019 6     2019-07-08T17:19:57Z   0 0 0900006483ceec83
EPA-HQ-OPP-2017-0489-0006 EPA None EPA-HQ-OPP-2017-0489 24-Epibrassinolide TGAI - 92983-R Master Label Supporting & Related Material   2019-06-19T04:00:00Z 2019 6     2019-06-20T00:37:02Z   0 0 0900006483ceef1f
EPA-HQ-OPP-2017-0489-0008 EPA None EPA-HQ-OPP-2017-0489 24-Epibrassinolide: Summary of Hazard and Science Policy Council (HASPOC) Meeting on July 12, 2018: Recommendations on the need for waivers for the following subchronic studies: 90-Day Dermal Study (OSCPP 870.3250) and 90-Day Inhalation Study (OCSPP 870.3465) Supporting & Related Material Memorandum 2019-06-19T04:00:00Z 2019 6     2019-06-20T00:37:18Z   0 0 0900006483ceec80
EPA-HQ-OPP-2017-0489-0010 EPA None EPA-HQ-OPP-2017-0489 Final Human Health Risk Assessment in Support of the Registration of 24-Epibrassinolide TGAI (EPA File Symbol No. 92983-R and Petition No.,7F8599), Containing 92% 24-Epibrassinolide as Its Active Ingredient, and end-use product Sunergist EBR (EPA File Symbol No 92983-E), Containing 0.01% 24-Epibrassinolide as Its Active Ingredient Supporting & Related Material Risk Assessment 2019-06-19T04:00:00Z 2019 6     2019-06-20T00:36:17Z   0 0 0900006483ceec82
EPA-HQ-OPP-2017-0489-0001 EPA None EPA-HQ-OPP-2017-0489 Pesticide Product Registrations: New Active Ingredients Notice Notice of Receipt of Petition 2017-12-26T05:00:00Z 2017 12 2017-12-26T05:00:00Z 2018-01-26T04:59:59Z 2018-01-17T02:02:12Z 2017-27810 0 0 0900006482d7345b

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