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

7 rows where docket_id = "EPA-HQ-OPP-2014-0195" and posted_year = 2015 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, posted_month, last_modified, posted_date (date), last_modified (date)

posted_year 1

  • 2015 · 7 ✖

document_type 1

  • Supporting & Related Material 7

agency_id 1

  • EPA 7
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-2014-0195-3136 EPA None EPA-HQ-OPP-2014-0195 2,4-D Chronic Residue File Anticipated Residues Supporting & Related Material Analysis 2015-09-23T04:00:00Z 2015 9     2015-09-24T00:32:13Z   0 0 0900006481c8ed6f
EPA-HQ-OPP-2014-0195-3131 EPA None EPA-HQ-OPP-2014-0195 Label Amendment – 9 Additional States Added to the Enlist Duo label for Enlist Corn and Soybeans (AR, KS, MO, LA, NE, MN, ND, MS, OK) Revised Supporting & Related Material   2015-04-08T04:00:00Z 2015 4     2015-04-11T03:42:38Z   0 0 0900006481a9539a
EPA-HQ-OPP-2014-0195-3126 EPA None EPA-HQ-OPP-2014-0195 Addendum to 2,4-D Choline Salt Section 3 Risk Assessment: Designated Critical Habitat Modification Determinations for Proposed New Uses on HerbicideTolerant Com and Soybean for AR, IL, IN, lA, KS, LA, MN, MS, MO, NE, ND, OH, OK, SD, TN, and WI Supporting & Related Material Risk Assessment 2015-04-01T04:00:00Z 2015 4     2015-04-01T19:28:22Z   0 0 0900006481a69a78
EPA-HQ-OPP-2014-0195-3128 EPA None EPA-HQ-OPP-2014-0195 Communication from US Fish and Wildlife Service Regarding Eskimo Curlew in Texas, Nebraska and Oklahoma corn and Soybean fields Supporting & Related Material E-mail 2015-04-01T04:00:00Z 2015 4     2015-04-01T19:28:21Z   0 0 0900006481a7f5cb
EPA-HQ-OPP-2014-0195-3130 EPA None EPA-HQ-OPP-2014-0195 Decision to Amend Enlist DuoTM Herbicide Label to Include Additional States: Arkansas, Kansas, Louisiana, Minnesota, Missouri, Mississippi, Nebraska, North Dakota, and Oklahoma Supporting & Related Material Decision 2015-04-01T04:00:00Z 2015 4     2015-04-01T19:28:25Z   0 0 0900006481a7f9b9
EPA-HQ-OPP-2014-0195-3127 EPA None EPA-HQ-OPP-2014-0195 Response to Public Comments Received Regarding EPA Endangered Species Assessment for 2,4-D Choline Salt in Arkansas, Kansas, Louisiana, Minnesota, Missouri, Mississippi, Nebraska, Oklahoma, Tennessee, and North Dakota Supporting & Related Material Comment Response 2015-04-01T04:00:00Z 2015 4     2015-04-01T19:28:22Z   0 0 0900006481a7d8c0
EPA-HQ-OPP-2014-0195-3129 EPA None EPA-HQ-OPP-2014-0195 Enlist Duo - Stamped label and acceptance letter adding 9 additional states Supporting & Related Material   2015-04-01T04:00:00Z 2015 4     2015-04-01T19:28:25Z   0 0 0900006481a7f5cc

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