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-2006-0766" and posted_year = 2011 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 9
  • Proposed Rule 1

posted_year 1

  • 2011 · 10 ✖

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-2006-0766-0046 EPA None EPA-HQ-OPP-2006-0766 Crop Grouping – Part IX: Analysis of the USDA IR-4 Petition to Amend the Crop Group Regulation 40 CFR § 180.41 (c) (16) and Commodity Definitions [40 CFR 180.1 (g)] Related to the Crop Group 14 Tree Nuts. Part II: Appendices. Dietary Value of Tree Nuts Supporting & Related Material Analysis 2011-11-09T05:00:00Z 2011 11     2016-10-31T15:01:53Z   0 0 0900006480c2f030
EPA-HQ-OPP-2006-0766-0042 EPA None EPA-HQ-OPP-2006-0766 IR-4 Crop Grouping Petition- Tree Nuts Group 14, Volume 1 of 2 Supporting & Related Material   2011-11-09T05:00:00Z 2011 11     2011-11-09T15:13:40Z   0 0 0900006480c2efda
EPA-HQ-OPP-2006-0766-0049 EPA None EPA-HQ-OPP-2006-0766 Review of Request for Residue Data Developed for Almonds to be Translatable to Pistachios for Establishing Tolerances. Supporting & Related Material Analysis 2011-11-09T05:00:00Z 2011 11     2016-10-31T15:02:02Z   0 0 0900006480c39cf6
EPA-HQ-OPP-2006-0766-0047 EPA None EPA-HQ-OPP-2006-0766 ChemSAC Review of the USDA IR-4 Crop Grouping Proposal to Amend the Stone Fruit Crop Group 12, and Analysis of the USDA IR-4 Petition to Amend the Crop Group Regulation 40 CFR § 180.41 (c) (12) and Commodity Definitions [40 CFR § 180.1 (g)]. Supporting & Related Material Analysis 2011-11-09T05:00:00Z 2011 11     2016-10-31T15:01:54Z   0 0 0900006480c2f032
EPA-HQ-OPP-2006-0766-0048 EPA None EPA-HQ-OPP-2006-0766 ChemSAC Review of the USDA IR-4 Crop Grouping Proposal to Amend the Tree Nut Crop Group 14, and Analysis of the USDA IR-4 Petition to Amend the Crop Group Regulation 40 CFR § 180.41 (16) and Commodity Definitions [40 CFR § 180.1 (g)]. Supporting & Related Material Analysis 2011-11-09T05:00:00Z 2011 11     2016-10-31T15:01:54Z   0 0 0900006480c2f034
EPA-HQ-OPP-2006-0766-0041 EPA None EPA-HQ-OPP-2006-0766 IR-4 Crop Grouping Petition- Stone Fruit Group 12 -Document is partially Copyright, the following pages are Copyright: PGS:51-55; 80-86; 92-98; 109-109; 112-122; 127-130; 152-153; 173-176; 230-236; 258-260 and 292-296- See attachment Supporting & Related Material Petition 2011-11-09T05:00:00Z 2011 11     2011-11-09T15:13:40Z   0 0 0900006480c2efd8
EPA-HQ-OPP-2006-0766-0040 EPA None EPA-HQ-OPP-2006-0766 Tolerance Crop Grouping Program III Proposed Rule   2011-11-09T05:00:00Z 2011 11 2011-11-09T05:00:00Z 2012-01-10T04:59:59Z 2011-11-09T15:13:17Z 2011-29071 0 0 0900006480f68d7d
EPA-HQ-OPP-2006-0766-0044 EPA None EPA-HQ-OPP-2006-0766 Crop Grouping – Part VIII: Analysis of the USDA IR-4 Petition to Amend the Crop Group Regulation 40 CFR § 180.41 (c) (12) and Commodity Definitions [40 CFR 180.1 (g)] Related to the Crop Group 12 Stone Fruit. Supporting & Related Material Analysis 2011-11-09T05:00:00Z 2011 11     2011-11-09T15:13:40Z   0 0 0900006480c2f02c
EPA-HQ-OPP-2006-0766-0045 EPA None EPA-HQ-OPP-2006-0766 Crop Grouping – Part IX: Analysis of the USDA IR-4 Petition to Amend the Crop Group Regulation 40 CFR § 180.41 (c) (16) and Commodity Definitions [40 CFR 180.1 (g)] Related to the Crop Group 14 Tree Nuts. Part I. Analysis. Supporting & Related Material Analysis 2011-11-09T05:00:00Z 2011 11     2016-10-31T15:01:52Z   0 0 0900006480c2f02e
EPA-HQ-OPP-2006-0766-0043 EPA None EPA-HQ-OPP-2006-0766 IR-4 Crop Grouping Petition- Tree Nuts Group 14, Volume 2 of 2 Supporting & Related Material Petition 2011-11-09T05:00:00Z 2011 11     2011-11-09T15:13:40Z   0 0 0900006480c2efdc

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