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

13 rows where docket_id = "EPA-HQ-OPPT-2008-0758" 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)

posted_year 4

  • 2008 8
  • 2010 3
  • 2009 1
  • 2011 1

document_type 3

  • Supporting & Related Material 10
  • Other 2
  • Notice 1

agency_id 1

  • EPA 13
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-OPPT-2008-0758-0019 EPA None EPA-HQ-OPPT-2008-0758 Memorandum to open docket for public access Other Memorandum to Open a Docket 2011-12-01T05:00:00Z 2011 12 2011-12-01T05:00:00Z   2011-12-01T12:36:14Z   0 0 0900006480f77f2f
EPA-HQ-OPPT-2008-0758-0012 EPA None EPA-HQ-OPPT-2008-0758 Invitation to Submit Information Specified in Annex F of the Stockholm Convention on Hexabromocyclododecane to the POPs Review Committee Supporting & Related Material Letter, Memorandum, Email 2010-11-04T04:00:00Z 2010 11     2010-11-04T18:34:44Z   0 0 0900006480b7eddc
EPA-HQ-OPPT-2008-0758-0014 EPA None EPA-HQ-OPPT-2008-0758 Outline for a Risk Management Evaluation Outline Supporting & Related Material Guidance, Interpretation, Policy, Procedure 2010-11-04T04:00:00Z 2010 11     2010-11-04T18:34:48Z   0 0 0900006480b7edde
EPA-HQ-OPPT-2008-0758-0013 EPA None EPA-HQ-OPPT-2008-0758 Form for Submission of Information Specified in Annex F of the Stockholm Convention Pursuant to Article 8 of the Convention Supporting & Related Material Form 2010-11-04T04:00:00Z 2010 11     2010-11-04T18:34:46Z   0 0 0900006480b7eddd
EPA-HQ-OPPT-2008-0758-0011 EPA None EPA-HQ-OPPT-2008-0758 Memorandum to Davina Brown, Docket Manager, USEPA/Docket Center from Amy L. Breedlove, USEPA/CCD/ECB through Jim Willis, Director, USEPA/CCD Other   2009-11-05T05:00:00Z 2009 11 2009-11-05T05:00:00Z 2011-12-01T04:59:59Z 2009-11-05T14:51:57Z   0 0 0900006480a520bb
EPA-HQ-OPPT-2008-0758-0006 EPA None EPA-HQ-OPPT-2008-0758 Verification of Whether A New Proposal for Endosulfan Contains the Information Specified in Annex D of the Convention Supporting & Related Material Other 2008-12-09T05:00:00Z 2008 12     2008-12-20T16:41:53Z   0 0 09000064807c1ef4
EPA-HQ-OPPT-2008-0758-0003 EPA None EPA-HQ-OPPT-2008-0758 Invitation to Submit Information Specified in Annex E of the Stockholm Convention to the POPs Review Committee on Endosulfan Supporting & Related Material Letter, Memorandum, Email 2008-12-09T05:00:00Z 2008 12     2008-12-20T16:41:52Z   0 0 09000064807c1e96
EPA-HQ-OPPT-2008-0758-0004 EPA None EPA-HQ-OPPT-2008-0758 POPRC-4/5: Endosulfan Supporting & Related Material Other 2008-12-09T05:00:00Z 2008 12     2008-12-20T16:41:53Z   0 0 09000064807c1ec5
EPA-HQ-OPPT-2008-0758-0002 EPA None EPA-HQ-OPPT-2008-0758 Form for Submission of Information Specified in Annex E of the Stockholm Convention Pursuant to Article 8 of the Convention Supporting & Related Material Form 2008-12-09T05:00:00Z 2008 12     2008-12-20T16:41:52Z   0 0 09000064807c1e70
EPA-HQ-OPPT-2008-0758-0007 EPA None EPA-HQ-OPPT-2008-0758 Endosulfan Proposal Supporting & Related Material Other 2008-12-09T05:00:00Z 2008 12     2008-12-20T16:41:54Z   0 0 09000064807c1eff
EPA-HQ-OPPT-2008-0758-0005 EPA None EPA-HQ-OPPT-2008-0758 Annex - Explanatory Notes to the Form for Submission of Information Specified in Annex E for Use By the POPs Review Committee Supporting & Related Material Other 2008-12-09T05:00:00Z 2008 12     2008-12-20T16:41:53Z   0 0 09000064807c1ee5
EPA-HQ-OPPT-2008-0758-0008 EPA None EPA-HQ-OPPT-2008-0758 Additional Information on Endosulfan Supporting & Related Material Other 2008-12-09T05:00:00Z 2008 12     2008-12-20T16:41:54Z   0 0 09000064807c1f07
EPA-HQ-OPPT-2008-0758-0001 EPA None EPA-HQ-OPPT-2008-0758 U.S. Governments Process for Obtaining Stakeholder Information for Chemicals Proposed for Addition to the Stockholm Convention on Persistent Organic Pollutants Notice Federal Register Document 2008-12-08T05:00:00Z 2008 12 2008-12-08T05:00:00Z 2013-12-01T04:59:59Z 2011-12-01T12:38:47Z E8-28982 0 0 09000064807d1fad

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