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-2008-0262" and posted_year = 2008 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 6
  • Notice 3
  • Rule 1

posted_year 1

  • 2008 · 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-2008-0262-0010 EPA None EPA-HQ-OPP-2008-0262 Spiromesifin: Requests to Change Use Patterns for Field Corn and Tomatoes Supporting & Related Material Interagency Review 2008-12-30T05:00:00Z 2008 12     2008-12-30T14:13:29Z   0 0 09000064807caaf4
EPA-HQ-OPP-2008-0262-0009 EPA None EPA-HQ-OPP-2008-0262 Notice of Receipt of Several Pesticide Petitions Filed for Residues of Pesticide Chemicals in or on Various Commodities Notice Federal Register Document 2008-12-05T05:00:00Z 2008 12 2008-12-05T05:00:00Z 2009-01-03T04:59:59Z 2008-12-20T16:35:28Z E8-28666 0 0 09000064807cb65a
EPA-HQ-OPP-2008-0262-0007 EPA None EPA-HQ-OPP-2008-0262 Notice of filing: PP8F7338 establish a tolerance for residues of spiromesifen in/on pop corn Supporting & Related Material Office of Management and Budget (OMB) 2008-11-05T05:00:00Z 2008 11     2008-11-05T17:01:50Z   0 0 0900006480700113
EPA-HQ-OPP-2008-0262-0006 EPA None EPA-HQ-OPP-2008-0262 Notice of filing: PP 8F7398 establish a tolerance for residues of spiromesifen in/on bulb vegetable group planted as rotational crop. Supporting & Related Material Petition 2008-11-05T05:00:00Z 2008 11     2008-11-05T17:01:49Z   0 0 09000064806ff66d
EPA-HQ-OPP-2008-0262-0005 EPA None EPA-HQ-OPP-2008-0262 Notice of Receipt of Several Pesticide Petitions Filed for Residues of Pesticide Chemicals in or on Various Commodities (PP 8E7366) Notice Federal Register Document 2008-11-05T05:00:00Z 2008 11 2008-11-05T05:00:00Z 2008-12-06T04:59:59Z 2008-11-05T17:01:33Z E8-26265 0 0 090000648079615a
EPA-HQ-OPP-2008-0262-0008 EPA None EPA-HQ-OPP-2008-0262 Notice of Filing; Spiromesifen Petition for Tomato PHI Decrease Supporting & Related Material Other 2008-11-05T05:00:00Z 2008 11     2008-11-05T17:01:51Z   0 0 09000064807414f9
EPA-HQ-OPP-2008-0262-0004 EPA None EPA-HQ-OPP-2008-0262 Spiromesifen HED Risk Assessment for Use on Field Corn and Tomatoes Supporting & Related Material   2008-09-10T04:00:00Z 2008 9     2008-09-10T20:47:54Z   0 0 09000064806910cb
EPA-HQ-OPP-2008-0262-0003 EPA None EPA-HQ-OPP-2008-0262 Spiromesifen; Pesticide Tolerances Rule Federal Register Document 2008-09-10T04:00:00Z 2008 9 2008-09-10T04:00:00Z   2008-09-10T12:03:12Z E8-20873 0 0 09000064806fc7f9
EPA-HQ-OPP-2008-0262-0001 EPA None EPA-HQ-OPP-2008-0262 Notice of Filing of Pesticide Petitions for Residues of Pesticide Chemicals in or on Various Commodities (Spiromesifen) Notice Federal Register Document 2008-05-16T04:00:00Z 2008 5 2008-05-16T04:00:00Z 2008-06-17T03:59:59Z 2008-05-16T16:35:46Z E8-10915 0 0 09000064805d5ca9
EPA-HQ-OPP-2008-0262-0002 EPA None EPA-HQ-OPP-2008-0262 Notice of filing: PP 7F7274 increase spiromesifen on corn Supporting & Related Material   2008-05-16T04:00:00Z 2008 5     2008-05-16T16:35:47Z   0 0 090000648040c416

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