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-2010-0183" and posted_year = 2010 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, comment_start_date, comment_end_date, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 9
  • Other 3

posted_year 1

  • 2010 · 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-2010-0183-0028 EPA None EPA-HQ-OPP-2010-0183 Review of Insect Resistance Management (IRM) Supporting & Related Material Adjudication, Brief, Decision, Decree, Motion, Order 2010-10-29T04:00:00Z 2010 10     2010-10-29T19:12:23Z   0 0 0900006480b745ba
EPA-HQ-OPP-2010-0183-0030 EPA None EPA-HQ-OPP-2010-0183 Public Participation: Plant Incorporated Protectants (PIPs) in Field Corn-Extension of Bt Corn PIP Registration Other NA 2010-10-29T04:00:00Z 2010 10 2010-10-29T04:00:00Z 2010-11-29T04:59:59Z 2010-10-29T19:29:46Z   0 0 0900006480b7bab1
EPA-HQ-OPP-2010-0183-0029 EPA None EPA-HQ-OPP-2010-0183 Registration Decision Supporting & Related Material Adjudication, Brief, Decision, Decree, Motion, Order 2010-10-29T04:00:00Z 2010 10     2010-10-29T19:12:24Z   0 0 0900006480b7b941
EPA-HQ-OPP-2010-0183-0031 EPA None EPA-HQ-OPP-2010-0183 Response to Comments Document Supporting & Related Material Adjudication, Brief, Decision, Decree, Motion, Order 2010-10-29T04:00:00Z 2010 10     2010-10-29T19:29:48Z   0 0 0900006480b7b940
EPA-HQ-OPP-2010-0183-0025 EPA None EPA-HQ-OPP-2010-0183 Public Participation: Plant Incorporated Protectants (PIPs) in Field Corn-Product Amendment Other   2010-10-29T04:00:00Z 2010 10 2010-10-29T04:00:00Z 2010-11-29T04:59:59Z 2010-10-29T19:12:15Z   0 0 0900006480b7bab0
EPA-HQ-OPP-2010-0183-0003 EPA None EPA-HQ-OPP-2010-0183 Registration Notice for 1507xMON810, EPA Reg. No. 29964-7, with label Supporting & Related Material   2010-02-26T05:00:00Z 2010 2     2010-10-29T17:55:34Z   0 0 0900006480aae5f2
EPA-HQ-OPP-2010-0183-0007 EPA None EPA-HQ-OPP-2010-0183 Review of Human Health and Product Characterization Data Supporting & Related Material   2010-02-26T05:00:00Z 2010 2     2010-10-29T17:55:35Z   0 0 0900006480aae643
EPA-HQ-OPP-2010-0183-0005 EPA None EPA-HQ-OPP-2010-0183 Registration Notice for 59122xMON810, EPA Reg. No. 29964-9, with label Supporting & Related Material   2010-02-26T05:00:00Z 2010 2     2010-10-29T17:55:34Z   0 0 0900006480aae63e
EPA-HQ-OPP-2010-0183-0002 EPA None EPA-HQ-OPP-2010-0183 Decision Memorandum dated Feb 24, 2010. Supporting & Related Material   2010-02-26T05:00:00Z 2010 2     2010-10-29T17:55:34Z   0 0 0900006480aae5ec
EPA-HQ-OPP-2010-0183-0004 EPA None EPA-HQ-OPP-2010-0183 Registration Notice for 1507x59122xMON810, EPA Reg. No. 29964-8, with label. Supporting & Related Material   2010-02-26T05:00:00Z 2010 2     2010-10-29T17:55:34Z   0 0 0900006480aae5f4
EPA-HQ-OPP-2010-0183-0006 EPA None EPA-HQ-OPP-2010-0183 Review of Insect Resistance Management (IRM) considerations for Bt corn events 1507xMON810, 1507x59122xMON810, and 59122xMON810, EPA Reg. No. 29964-T, 29964-O, 29964-I, dated Jan. 7, 2010. Supporting & Related Material   2010-02-26T05:00:00Z 2010 2     2010-10-29T17:55:34Z   0 0 0900006480aae641
EPA-HQ-OPP-2010-0183-0001 EPA None EPA-HQ-OPP-2010-0183 Public Participation: Registration Decision for new products containing previously registered plant incorporated protectants Other   2010-02-26T05:00:00Z 2010 2 2010-02-26T05:00:00Z 2010-03-29T03:59:59Z 2010-10-29T17:55:35Z   0 0 0900006480aaf27e

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