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-2016-0067" and posted_year = 2021 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
  • Rule 1

posted_year 1

  • 2021 · 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-2016-0067-0236 EPA None EPA-HQ-OPP-2016-0067 Transfer of Data: United States Department of Justice and Parties to Certain Litigation Notice   2021-09-09T04:00:00Z 2021 9 2021-09-09T04:00:00Z   2021-09-13T13:16:31Z 2021-19407 0 0 0900006484d67046
EPA-HQ-OPP-2016-0067-0234 EPA None EPA-HQ-OPP-2016-0067 Pesticide Tolerances: Streptomycin Rule   2021-02-09T05:00:00Z 2021 2 2021-02-09T05:00:00Z 2021-04-13T03:59:59Z 2021-04-13T01:00:44Z 2021-02511 0 0 0900006484a21b8b
EPA-HQ-OPP-2016-0067-0233 EPA None EPA-HQ-OPP-2016-0067 PRIA Label Amendment –Streptomycin Sulfate - New Time-Limited Use on Citrus Crop Group 10-10 expiring January 12, 2028 Product Name: EAC™ Streptomycin Manufacturing Use Product Supporting & Related Material Letter 2021-01-19T05:00:00Z 2021 1     2021-01-20T01:35:35Z   0 0 09000064849f00bb
EPA-HQ-OPP-2016-0067-0232 EPA None EPA-HQ-OPP-2016-0067 RIA Label Amendment – Streptomycin Sulfate – New Time-Limited Use on Citrus Crop Group 10-10 Expiring January 12, 2028; Supplemental label for Citrus Supporting & Related Material Letter 2021-01-19T05:00:00Z 2021 1     2021-01-20T01:35:15Z   0 0 09000064849f007d
EPA-HQ-OPP-2016-0067-0226 EPA None EPA-HQ-OPP-2016-0067 Streptomycin: Response to Comments on the Section 3 Registration for Citrus Fruits Crop Group 10-10 Supporting & Related Material Comment Response 2021-01-12T05:00:00Z 2021 1     2021-01-13T01:47:27Z   0 0 09000064849ed149
EPA-HQ-OPP-2016-0067-0228 EPA None EPA-HQ-OPP-2016-0067 Streptomycin Sulfate – BEAD Response to Public Comments Received on the Proposed New Use for Citrus Crop Group 10-10 and on the Preliminary Interim Registration Review Decision Supporting & Related Material Comment Response 2021-01-12T05:00:00Z 2021 1     2021-01-13T01:46:20Z   0 0 09000064849ed2e1
EPA-HQ-OPP-2016-0067-0229 EPA None EPA-HQ-OPP-2016-0067 Final Registration Decision for the New Use of the Active Ingredient Streptomycin Sulfate on Citrus Crop Group 10-10 Supporting & Related Material Decision 2021-01-12T05:00:00Z 2021 1     2021-01-13T01:47:10Z   0 0 09000064849ed2e2
EPA-HQ-OPP-2016-0067-0225 EPA None EPA-HQ-OPP-2016-0067 Streptomycin Sulfate – EFED Response to Public Comments Received on the Proposed New Use for Citrus Crop Group 10-10 and the Registration Review Proposed Interim Decision Supporting & Related Material Comment Response 2021-01-12T05:00:00Z 2021 1     2021-01-13T01:46:54Z   0 0 09000064849ecc78
EPA-HQ-OPP-2016-0067-0231 EPA None EPA-HQ-OPP-2016-0067 Response to Comments Received to the Streptomycin Proposed New Uses on Citrus Group 10-10 Docket Supporting & Related Material Comment Response 2021-01-12T05:00:00Z 2021 1     2021-01-13T01:46:04Z   0 0 09000064849efc2c
EPA-HQ-OPP-2016-0067-0230 EPA None EPA-HQ-OPP-2016-0067 FR Notice - Establishment of Tolerance for Citrus Crop Group 10-10 Supporting & Related Material   2021-01-12T05:00:00Z 2021 1     2021-01-13T01:46:36Z   0 0 09000064849efea9
EPA-HQ-OPP-2016-0067-0227 EPA None EPA-HQ-OPP-2016-0067 Streptomycin Sulfate – ARRT Response to Public Comments Received on the Proposed New Use for Citrus Crop Group 10-10 Supporting & Related Material Comment Response 2021-01-12T05:00:00Z 2021 1     2021-01-13T01:47:44Z   0 0 09000064849ed14d

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