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-2002-0280" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 10
  • Proposed Rule 1

posted_year 1

  • 2002 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-2002-0280-0001 EPA Pesticides; Minimal Risk Tolerance Exemptions EPA-HQ-OPP-2002-0280 Pesticides; Minimal Risk Tolerance Exemptions Proposed Rule Federal Register Document 2002-11-20T05:00:00Z 2002 11 2002-11-20T05:00:00Z 2003-01-22T04:59:59Z 2025-06-24T20:47:34Z 70036 0 0 09000064800b9a9a
EPA-HQ-OPP-2002-0280-0009 EPA Pesticides; Minimal Risk Tolerance Exemptions EPA-HQ-OPP-2002-0280 IIFG Decision Documents on Reassing Exemptions from the Requirement of a Tolerance for the Mineral Acids, (Hydrochloric, Carbonic, Phosphoric, and Sulfuric) and their Ammonium. Calcium, Ferrous, Ferric, Magnesium, Potassium, Sodium, and/or Zinc Salts Supporting & Related Material Other 2002-10-02T04:00:00Z 2002 10     2006-09-02T13:18:16Z   0 0 09000064800b9b55
EPA-HQ-OPP-2002-0280-0003 EPA Pesticides; Minimal Risk Tolerance Exemptions EPA-HQ-OPP-2002-0280 Tolerance Review of Compounds of the Citric Acid Cycle (Kreb's Cycle) as Inert Ingredients in Terrestrial and /or Aquatic Agricultural and Non-Agricultural Uses Supporting & Related Material Other 2002-10-02T04:00:00Z 2002 10     2006-09-02T13:18:16Z   0 0 09000064800b9ac9
EPA-HQ-OPP-2002-0280-0010 EPA Pesticides; Minimal Risk Tolerance Exemptions EPA-HQ-OPP-2002-0280 IIFG Decision Documents on Reassessing Exemptions from the Requirement of a Tolerance for the Mineral Acids (Hydrochloric, Carbonic, Phosphorid, and Sulfuric) and their Ammonium, Calcium, Ferrous, Ferric, Magnesium, Potassium, Sodium, and/or Zinc Salt Supporting & Related Material Other 2002-10-02T04:00:00Z 2002 10     2006-09-02T13:18:16Z   0 0 09000064800b9b92
EPA-HQ-OPP-2002-0280-0005 EPA Pesticides; Minimal Risk Tolerance Exemptions EPA-HQ-OPP-2002-0280 Environmental Fate and Effects Review of Mineral Acids as Inert Ingredients in Pesticide Products Supporting & Related Material Other 2002-10-02T04:00:00Z 2002 10     2006-09-02T13:18:16Z   0 0 09000064800b9af1
EPA-HQ-OPP-2002-0280-0002 EPA Pesticides; Minimal Risk Tolerance Exemptions EPA-HQ-OPP-2002-0280 November 13, 2001 and December 18, 2001 Meeting of the IIFG Decision Memo Supporting & Related Material Other 2002-10-02T04:00:00Z 2002 10     2006-09-02T13:18:16Z   0 0 09000064800b9aa8
EPA-HQ-OPP-2002-0280-0007 EPA Pesticides; Minimal Risk Tolerance Exemptions EPA-HQ-OPP-2002-0280 February 26 Meeting of the IIFG Decision Memo Supporting & Related Material Other 2002-10-02T04:00:00Z 2002 10     2006-09-02T13:18:16Z   0 0 09000064800b9b30
EPA-HQ-OPP-2002-0280-0011 EPA Pesticides; Minimal Risk Tolerance Exemptions EPA-HQ-OPP-2002-0280 January 8, 2002 Meeting of the IIFG Decision Memo Supporting & Related Material Other 2002-10-02T04:00:00Z 2002 10     2006-09-02T13:18:16Z   0 0 09000064800b9bb0
EPA-HQ-OPP-2002-0280-0004 EPA Pesticides; Minimal Risk Tolerance Exemptions EPA-HQ-OPP-2002-0280 Tolerance Review of Compounds of Group 13, Lignins, Cellulose and Pines as Inert Ingredients in Terrestrial and /or Aquatic Agricultural and Non-Agricultural Uses Supporting & Related Material Other 2002-10-02T04:00:00Z 2002 10     2006-09-02T13:18:16Z   0 0 09000064800b9ad9
EPA-HQ-OPP-2002-0280-0006 EPA Pesticides; Minimal Risk Tolerance Exemptions EPA-HQ-OPP-2002-0280 IIFG Decision Memo Supporting & Related Material Other 2002-10-02T04:00:00Z 2002 10     2006-09-02T13:18:16Z   0 0 09000064800b9b0f
EPA-HQ-OPP-2002-0280-0008 EPA Pesticides; Minimal Risk Tolerance Exemptions EPA-HQ-OPP-2002-0280 IIFG Decision Documents on Reassessing Exemptions from the Requirement of a Tolerance for the Mineral Acids (Hydrochloric, Carbonic, Phosphoric, and Sulfuric) and their Ammonium, Calcium, Ferric, Magnesium, Potassium, Sodium and/or Zinc Salts Supporting & Related Material Other 2002-10-02T04:00:00Z 2002 10     2006-09-02T13:18:16Z   0 0 09000064800b9b40

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);
Powered by Datasette · Queries took 21.853ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API