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

10 rows where docket_id = "EPA-HQ-OPP-2022-0147" 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 8
  • Notice 1
  • Other 1

posted_year 2

  • 2024 9
  • 2022 1

agency_id 1

  • EPA 10
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-2022-0147-0010 EPA None EPA-HQ-OPP-2022-0147 Registration Decision for the New Active Ingredient Xanthan Gum Supporting & Related Material Decision 2024-11-19T05:00:00Z 2024 11     2024-11-20T01:33:21Z   0 0 0900006486828cf0
EPA-HQ-OPP-2022-0147-0007 EPA None EPA-HQ-OPP-2022-0147 IS-27 {Alternate Brand Name(s): Entrapment NT, NT Entrapment, Entrapment RC, RC Entrapment, Entrapment AP, AP Entrapment, Entrapment MX, MX Entrapment Supporting & Related Material   2024-10-31T04:00:00Z 2024 10     2024-11-01T00:35:10Z   0 0 09000064867e94e7
EPA-HQ-OPP-2022-0147-0003 EPA None EPA-HQ-OPP-2022-0147 Proposed Registration Decision for the New Active Ingredient Xanthan Gum Supporting & Related Material Decision 2024-10-31T04:00:00Z 2024 10     2024-11-01T00:35:45Z   0 0 09000064867e904e
EPA-HQ-OPP-2022-0147-0009 EPA None EPA-HQ-OPP-2022-0147 IS-39 {Alternate Brand Name(s): Entrapment AO, AO Entrapment, Entrapment FV, FV Entrapment, Entrapment HS, HS Entrapment, Entrapment HV, HV Entrapment, Entrapment LV, LV Entrapment, Entrapment LS, LS Entrapment, Entrapment PLC, PLC Entrapment, Entrapment PGM, PGM Entrapment, Entrapment SP, SP Entrapment, Entrapment GC, GC Entrapment, Entrapment GH, GH Entrapment Supporting & Related Material   2024-10-31T04:00:00Z 2024 10     2024-11-01T00:34:23Z   0 0 09000064867e94e9
EPA-HQ-OPP-2022-0147-0005 EPA None EPA-HQ-OPP-2022-0147 Human Health Risk Assessment for FIFRA Section 3 Registrations of Rhexalloid, Containing 100% Xanthan Gum as the Active Ingredient; and IS-27, IS-29, and IS-39, Containing 0.15% Xanthan Gum as the Active Ingredient Supporting & Related Material Risk Assessment 2024-10-31T04:00:00Z 2024 10     2024-11-01T00:34:46Z   0 0 09000064867e9050
EPA-HQ-OPP-2022-0147-0006 EPA None EPA-HQ-OPP-2022-0147 Rhexalloid For Formulating Use Into EPA Registered End-Use Insecticide Products Supporting & Related Material   2024-10-31T04:00:00Z 2024 10     2024-11-01T00:34:58Z   0 0 09000064867e9051
EPA-HQ-OPP-2022-0147-0004 EPA None EPA-HQ-OPP-2022-0147 Environmental Risk Assessment and Draft Biological Evaluation in Support of the Section 3 Registration of Xanthan Gum Products: Rhexalloid TM Technical (containing 100% Xanthan Gum) and Three End-Use Products, IS-27, IS-29, and IS-39 (each containing 0.15% Xanthan Gum) Supporting & Related Material Risk Assessment 2024-10-31T04:00:00Z 2024 10     2024-11-01T00:35:33Z   0 0 09000064867e904f
EPA-HQ-OPP-2022-0147-0002 EPA None EPA-HQ-OPP-2022-0147 Public Participation for New Active Ingredient Xanthan Gum Other Public Participation 2024-10-31T04:00:00Z 2024 10 2024-10-31T04:00:00Z 2024-11-15T04:59:59Z 2024-11-01T00:34:34Z   0 0 09000064867e96e8
EPA-HQ-OPP-2022-0147-0008 EPA None EPA-HQ-OPP-2022-0147 IS-29 {Alternate Brand Names: Entrapment CK, CK Entrapment, Entrapment WF, WF Entrapment, Entrapment MT, MT Entrapment, Entrapment HK, HK Entrapment, Entrapment MAX, MAX Entrapment Supporting & Related Material   2024-10-31T04:00:00Z 2024 10     2024-11-01T00:35:21Z   0 0 09000064867e94e8
EPA-HQ-OPP-2022-0147-0001 EPA None EPA-HQ-OPP-2022-0147 Pesticide Product Registration: Applications for New Active Ingredients, January 2022 Notice   2022-02-17T05:00:00Z 2022 2 2022-02-17T05:00:00Z 2022-03-23T03:59:59Z 2022-02-18T01:37:16Z 2022-03458 0 0 0900006484f816a6

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