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-2002-0262" and posted_year = 2009 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 9
  • Notice 1

posted_year 1

  • 2009 · 10 ✖

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-2002-0262-0114 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 4/17/09 - Assessment of the Impacts of Extending the Restricted Entry Intervals for Endosulfan on Cucumber (DP#358333) Supporting & Related Material   2009-05-06T04:00:00Z 2009 5     2010-07-29T14:25:46Z   0 0 090000648095edcd
EPA-HQ-OPP-2002-0262-0119 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 4/17/09 - Quanitative Impact Assessment for the use of Endosulfan on Fresh and Processed Tomatoes (DP 358333) Supporting & Related Material   2009-05-06T04:00:00Z 2009 5     2010-07-29T14:25:47Z   0 0 090000648096e7a5
EPA-HQ-OPP-2002-0262-0115 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 4/17/09 - Assessment of Impact on Producers of Melons of Extending the REI for Endosulfan (DP#358333) Supporting & Related Material   2009-05-06T04:00:00Z 2009 5     2010-07-29T14:25:46Z   0 0 090000648095eddf
EPA-HQ-OPP-2002-0262-0116 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 4/17/09 - Assessment of the Benefits of Endosulfan to Producers of Pumpkin (DP#358333) Supporting & Related Material   2009-05-06T04:00:00Z 2009 5     2010-07-29T14:25:46Z   0 0 090000648095edf3
EPA-HQ-OPP-2002-0262-0112 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 4/16/09 - Assessment of the Impacts of Extending the Restricted Entry Intervals and Elimination of Aerial Applica tions for Endosulfan on Cotton (DP# 358333) Supporting & Related Material   2009-05-06T04:00:00Z 2009 5     2010-07-29T14:25:46Z   0 0 090000648095ecfc
EPA-HQ-OPP-2002-0262-0117 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 4/17/09 - Assessment of the Impacts of Extending the Restriced Entry Intervals for Endosulfan on Squash (DP#358333) Supporting & Related Material   2009-05-06T04:00:00Z 2009 5     2010-07-29T14:25:46Z   0 0 090000648095edff
EPA-HQ-OPP-2002-0262-0113 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 4/17/09 - Assessment of the Impact of Extending the Restricted Entry Intervals for the Use of Endosulfan on Apples (DP 358333) Supporting & Related Material   2009-05-06T04:00:00Z 2009 5     2010-07-29T14:25:46Z   0 0 090000648095ed0a
EPA-HQ-OPP-2002-0262-0110 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 EPA Impact Assessments on Endosulfan: Request for Comments and Additional Information on Importance of Use Notice Federal Register Document 2009-05-06T04:00:00Z 2009 5 2009-05-06T04:00:00Z 2009-07-07T03:59:59Z 2010-07-29T14:25:47Z E9-10149 0 0 0900006480979378
EPA-HQ-OPP-2002-0262-0118 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 Note to Reader Endosulfan: Request for Comments on Impact Assessments and the Importance of Endosulfan Use April 21, 2009 Supporting & Related Material   2009-05-06T04:00:00Z 2009 5     2010-07-29T14:25:47Z   0 0 09000064809619b2
EPA-HQ-OPP-2002-0262-0111 EPA Endosulfan: Updated Risk Assessments, Notice of Availability, and Solicitation of Usage Information EPA-HQ-OPP-2002-0262 3/16/09 - Assessment of the Impacts of Extending the Restricted Entry Intervals for Endosulfan on Potato (DP# 358333) Supporting & Related Material   2009-05-06T04:00:00Z 2009 5     2010-07-29T14:25:46Z   0 0 090000648095ecf2

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