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

6 rows where docket_id = "EPA-HQ-OPP-2002-0269" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2006 5
  • 2002 1

document_type 2

  • Notice 3
  • Supporting & Related Material 3

agency_id 1

  • EPA 6
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-0269-0037 EPA Ethoprop; Availability of Interim Reregistration Eligibility Decision Document EPA-HQ-OPP-2002-0269 FINAL Addendum to the 2001 Ethoprop Interim Reregistration Eligibility Decision Supporting & Related Material Publication - USEPA 2006-07-10T04:00:00Z 2006 7     2006-09-02T13:17:54Z   0 0 090000648019929d
EPA-HQ-OPP-2002-0269-0036 EPA Ethoprop; Availability of Interim Reregistration Eligibility Decision Document EPA-HQ-OPP-2002-0269 Ethoprop; Notice of Receipt of Request to Voluntarily Amend to Terminate Uses of Pesticide Registration Notice Federal Register Document 2006-05-24T12:46:23Z 2006 5 2006-05-24T12:46:23Z 2006-06-24T03:59:59Z 2008-01-08T21:09:30Z E6-07932 0 0 09000064801795bf
EPA-HQ-OPP-2002-0269-0034 EPA Ethoprop; Availability of Interim Reregistration Eligibility Decision Document EPA-HQ-OPP-2002-0269 Correct version posted 7/10/06; listed as :Final Addendum) Addendum to the 2001 Ethoprop Interim Reregistration Eligibility Decision (IRED) – Regulatory Decision on the Emulsifiable Concentrate (EC) Formulation of Ethoprop Supporting & Related Material   2006-04-05T16:08:11Z 2006 4     2006-09-02T13:17:54Z   0 0 0900006480150f6b
EPA-HQ-OPP-2002-0269-0033 EPA Ethoprop; Availability of Interim Reregistration Eligibility Decision Document EPA-HQ-OPP-2002-0269 Ethoprop, Addendum to the Interim Reregistration Eligibility Decision Notice Federal Register Document 2006-04-05T12:42:22Z 2006 4 2006-04-05T12:42:22Z   2008-01-08T21:06:00Z E6-04837 0 0 0900006480156205
EPA-HQ-OPP-2002-0269-0035 EPA Ethoprop; Availability of Interim Reregistration Eligibility Decision Document EPA-HQ-OPP-2002-0269 Ethoprop: Risk Assessment for Handlers in the Northwest on Potatoes Based on Biomonitoring Study (MRID 45621501) [Case #818841, PC Code 041101, DP Barcode D281648] Supporting & Related Material   2006-04-05T04:00:00Z 2006 4     2006-09-02T13:17:54Z   0 0 0900006480150f81
EPA-HQ-OPP-2002-0269-0001 EPA Ethoprop; Availability of Interim Reregistration Eligibility Decision Document EPA-HQ-OPP-2002-0269 Ethoprop; Availability of Interim Reregistration Eligibility Decision Document Notice Federal Register Document 2002-12-11T05:00:00Z 2002 12     2008-01-08T21:18:12Z 76176 0 0 09000064800b91a0

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