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-2009-0996" 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 4

  • Supporting & Related Material 6
  • Notice 2
  • Other 1
  • Rule 1

posted_year 2

  • 2010 7
  • 2011 3

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-2009-0996-0010 EPA None EPA-HQ-OPP-2009-0996 Exemption from the Requirement of a Tolerance: Potassium hypochlorite Rule Federal Register Document 2011-03-02T05:00:00Z 2011 3 2011-03-02T05:00:00Z   2011-04-21T15:29:04Z 2011-04534 0 0 0900006480bfcc5c
EPA-HQ-OPP-2009-0996-0009 EPA None EPA-HQ-OPP-2009-0996 Company Notice of Filling- Enviro Tech Chemical Services, Inc. Supporting & Related Material Other 2011-01-12T05:00:00Z 2011 1     2011-01-12T14:56:36Z   0 0 0900006480bc2255
EPA-HQ-OPP-2009-0996-0008 EPA None EPA-HQ-OPP-2009-0996 Pesticide Petitions: Residues of Pesticide Chemicals in or on Various Commodities Notice Federal Register Document 2011-01-12T05:00:00Z 2011 1 2011-01-12T05:00:00Z 2011-02-12T04:59:59Z 2011-01-12T14:55:36Z 2011-00488 0 0 0900006480bc992a
EPA-HQ-OPP-2009-0996-0004 EPA None EPA-HQ-OPP-2009-0996 Tolerance Exemption Petition Supporting & Related Material Adjudication, Brief, Decision, Decree, Motion, Order 2010-10-20T04:00:00Z 2010 10     2010-10-20T19:10:59Z   0 0 0900006480b64545
EPA-HQ-OPP-2009-0996-0006 EPA None EPA-HQ-OPP-2009-0996 Proposed Registration Decision Document Supporting & Related Material Adjudication, Brief, Decision, Decree, Motion, Order 2010-10-20T04:00:00Z 2010 10     2010-10-20T19:11:02Z   0 0 0900006480b64547
EPA-HQ-OPP-2009-0996-0007 EPA None EPA-HQ-OPP-2009-0996 Pesticide Fact Sheet- Potassium Hypochlorite Supporting & Related Material Adjudication, Brief, Decision, Decree, Motion, Order 2010-10-20T04:00:00Z 2010 10     2010-10-20T19:11:04Z   0 0 0900006480b64548
EPA-HQ-OPP-2009-0996-0003 EPA None EPA-HQ-OPP-2009-0996 Science Reviews Supporting & Related Material Adjudication, Brief, Decision, Decree, Motion, Order 2010-10-20T04:00:00Z 2010 10     2010-10-20T19:10:57Z   0 0 0900006480b64544
EPA-HQ-OPP-2009-0996-0005 EPA None EPA-HQ-OPP-2009-0996 Proposed Label Supporting & Related Material Adjudication, Brief, Decision, Decree, Motion, Order 2010-10-20T04:00:00Z 2010 10     2010-10-20T19:11:00Z   0 0 0900006480b64546
EPA-HQ-OPP-2009-0996-0002 EPA None EPA-HQ-OPP-2009-0996 Public Participation: Registration of New Active Ingredient Potassium Hypochlorite, for Food and Non-Food Use Sites Other   2010-10-20T04:00:00Z 2010 10 2010-10-20T04:00:00Z 2010-11-21T04:59:59Z 2010-10-20T19:10:55Z   0 0 0900006480b740a8
EPA-HQ-OPP-2009-0996-0001 EPA None EPA-HQ-OPP-2009-0996 Registration Applications: Antimicrobial Pesticide Products (Potassium hypochlorite) Notice Federal Register Document 2010-03-31T04:00:00Z 2010 3 2010-03-31T04:00:00Z 2010-05-01T03:59:59Z 2010-10-20T19:10:05Z 2010-06792 0 0 0900006480acd337

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