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

12 rows where docket_id = "EPA-HQ-OPP-2008-0654" and posted_year = 2012 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
  • Other 2

posted_year 1

  • 2012 · 12 ✖

agency_id 1

  • EPA 12
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-0654-0513 EPA None EPA-HQ-OPP-2008-0654 June 18, 2012 - EPA Response to NMFS March 30, 2012 Draft Biological Opinion Supporting & Related Material Comment Response 2012-07-03T04:00:00Z 2012 7     2012-07-03T15:19:07Z   0 0 09000064810768cf
EPA-HQ-OPP-2008-0654-0512 EPA None EPA-HQ-OPP-2008-0654 July 2, 2012 - National Marine Fisheries Service Endangered Species Act Section 7 Consultation on Environmental Protection Agency’s Registration of Thiobencarb Supporting & Related Material Report 2012-07-03T04:00:00Z 2012 7     2012-07-03T15:19:06Z   0 0 09000064810768ce
EPA-HQ-OPP-2008-0654-0506 EPA None EPA-HQ-OPP-2008-0654 National Marine Fisheries Service Endangered Species Act Section 7 Consultation, Final Biological Opinion; Environmental Protection Agency Registration of Pesticides Oryzalin, Pendimethalin, Trifluralin Supporting & Related Material Report 2012-06-01T04:00:00Z 2012 6     2012-06-01T16:31:21Z   0 0 0900006481023b82
EPA-HQ-OPP-2008-0654-0505 EPA None EPA-HQ-OPP-2008-0654 7.29.11 - Propargite Exposure and Potential Effects on Threatened and Endangered Pacific Salmonids. MRID #48567401 Supporting & Related Material Study 2012-05-30T04:00:00Z 2012 5     2012-05-30T21:08:44Z   0 0 090000648101fd42
EPA-HQ-OPP-2008-0654-0504 EPA None EPA-HQ-OPP-2008-0654 4.11.12 - Slides from the applicants' presentation Supporting & Related Material Meeting Materials 2012-05-30T04:00:00Z 2012 5     2012-05-30T17:06:42Z   0 0 090000648101910e
EPA-HQ-OPP-2008-0654-0501 EPA None EPA-HQ-OPP-2008-0654 9.27.11 - Propargite Sign-In Sheet for the Chemtura Initial Meeting with NMFS Supporting & Related Material Meeting Materials 2012-05-30T04:00:00Z 2012 5     2012-05-30T17:06:41Z   0 0 0900006480f71a03
EPA-HQ-OPP-2008-0654-0502 EPA None EPA-HQ-OPP-2008-0654 California Department of Pesticide Regulation (CDPR) Pesticide Use Report (PUR) Supporting & Related Material Report 2012-05-30T04:00:00Z 2012 5     2012-05-30T17:06:41Z   0 0 0900006480f71a04
EPA-HQ-OPP-2008-0654-0503 EPA None EPA-HQ-OPP-2008-0654 Meeting Agenda and Sign In Sheet for April 12, 2012 Applicant Meeting for the Draft Biological Opinion for Oryzalin Supporting & Related Material Meeting Materials 2012-05-30T04:00:00Z 2012 5     2012-05-30T17:06:42Z   0 0 09000064810188f9
EPA-HQ-OPP-2008-0654-0500 EPA None EPA-HQ-OPP-2008-0654 EPA's May 11, 2012 Response to the NMFS March 30, 2012 Draft Biological Opinion on Oryzalin, Pendimethalin, and Trifluralin Supporting & Related Material Comment Response 2012-05-14T04:00:00Z 2012 5     2012-05-14T21:19:37Z   0 0 090000648100d42a
EPA-HQ-OPP-2008-0654-0499 EPA None EPA-HQ-OPP-2008-0654 NMFS' May 11, 2012 Draft Biological Opinion under the Endangered Species Act Issued for Molinate and Thiobencarb Other   2012-05-14T04:00:00Z 2012 5 2012-05-14T04:00:00Z 2012-06-13T03:59:59Z 2012-06-13T02:01:10Z   0 0 090000648100d426
EPA-HQ-OPP-2008-0654-0454 EPA None EPA-HQ-OPP-2008-0654 Explanation of the March 30, 2012 Draft Biological Opinions & Instructions for Commenting Supporting & Related Material Report 2012-03-30T04:00:00Z 2012 3     2012-03-30T20:20:20Z   0 0 0900006480fe5190
EPA-HQ-OPP-2008-0654-0455 EPA None EPA-HQ-OPP-2008-0654 March 30, 2012 - Draft Biological Opinions Issued Under the Endangered Species Act, By the National Marine Fisheries Service, Related To Pesticides and Pacific Salmon and Steelhead Species Other   2012-03-30T04:00:00Z 2012 3 2012-03-30T04:00:00Z 2012-05-01T03:59:59Z 2012-05-11T12:01:40Z   0 0 0900006480fe51b3

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