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-2008-0723" and posted_year = 2009 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
  • Notice 1

posted_year 1

  • 2009 · 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-2008-0723-0013 EPA None EPA-HQ-OPP-2008-0723 08/25/09. Methidathion Registration Review Final Work Plan Supporting & Related Material Letter, Memorandum, Email 2009-08-28T04:00:00Z 2009 8     2010-07-28T15:27:59Z   0 0 0900006480a12047
EPA-HQ-OPP-2008-0723-0014 EPA None EPA-HQ-OPP-2008-0723 08/14/09. Registration Review - Response to Comments on Preliminary Problem Formulation for Ecological Risk and Environmental Fate, Endangered species and Drinking Water Assessments for Methidathion Supporting & Related Material Letter, Memorandum, Email 2009-08-28T04:00:00Z 2009 8     2010-07-28T15:27:59Z   0 0 0900006480a12059
EPA-HQ-OPP-2008-0723-0009 EPA None EPA-HQ-OPP-2008-0723 Methidathion Summary Document Registration Review: Initial Docket, March 2009 Supporting & Related Material   2009-03-19T04:00:00Z 2009 3     2010-07-28T15:27:58Z   0 0 090000648091c08a
EPA-HQ-OPP-2008-0723-0005 EPA None EPA-HQ-OPP-2008-0723 10/30/08 - Methidathion Incident Reports (09.11.08) Supporting & Related Material   2009-03-18T04:00:00Z 2009 3     2010-07-28T15:27:58Z   0 0 09000064808e1d4a
EPA-HQ-OPP-2008-0723-0006 EPA None EPA-HQ-OPP-2008-0723 6/16/08 - Methidathion SLUA Supporting & Related Material   2009-03-18T04:00:00Z 2009 3     2010-07-28T15:27:58Z   0 0 09000064808e1d64
EPA-HQ-OPP-2008-0723-0008 EPA None EPA-HQ-OPP-2008-0723 3/17/09 - Methidathion Summary Document Supporting & Related Material Letter, Memorandum, Email 2009-03-18T04:00:00Z 2009 3     2010-07-28T15:27:58Z   0 0 0900006480918a26
EPA-HQ-OPP-2008-0723-0001 EPA None EPA-HQ-OPP-2008-0723 Registration Review: Pesticide Dockets Opened for Review and Comment Notice Federal Register Document 2009-03-18T04:00:00Z 2009 3 2009-03-18T04:00:00Z 2009-05-19T03:59:59Z 2010-07-28T15:27:58Z E9-05824 0 0 090000648091c00d
EPA-HQ-OPP-2008-0723-0003 EPA None EPA-HQ-OPP-2008-0723 1/8/09 - Methidathion Reg. Review Problem Formulation Supporting & Related Material   2009-03-18T04:00:00Z 2009 3     2010-07-28T15:27:57Z   0 0 09000064808e1c9d
EPA-HQ-OPP-2008-0723-0007 EPA None EPA-HQ-OPP-2008-0723 6/12/08 - Methidathion -Appendix A Supporting & Related Material   2009-03-18T04:00:00Z 2009 3     2010-07-28T15:27:58Z   0 0 09000064808e1d71
EPA-HQ-OPP-2008-0723-0004 EPA None EPA-HQ-OPP-2008-0723 1/15/09 - Methidathion Reg. Review Scoping Document Supporting & Related Material   2009-03-18T04:00:00Z 2009 3     2010-07-28T15:27:58Z   0 0 09000064808e1d00
EPA-HQ-OPP-2008-0723-0002 EPA None EPA-HQ-OPP-2008-0723 2/25/09 - Methidathion Reader’s Guide Supporting & Related Material   2009-03-18T04:00:00Z 2009 3     2010-07-28T15:27:57Z   0 0 09000064808e1c3f

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