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-2018-0644" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, 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 4
  • Notice 1
  • Proposed Rule 1
  • Rule 1

posted_year 1

  • 2019 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-2018-0644-0007 EPA None EPA-HQ-OPP-2018-0644 Etoxazole: Human Health Draft Risk Assessment for Registration Review and a Proposed Section 3 Use on Sugar Beets Supporting & Related Material Risk Assessment 2019-12-05T05:00:00Z 2019 12     2019-12-06T06:54:17Z   0 0 0900006484126667
EPA-HQ-OPP-2018-0644-0005 EPA None EPA-HQ-OPP-2018-0644 Etoxazole: Human Health Draft Risk Assessment for Registration Review and a Proposed Section 3 Use on Sugar Beets Supporting & Related Material Risk Assessment 2019-12-05T05:00:00Z 2019 12     2019-12-06T06:53:44Z   0 0 09000064841260d1
EPA-HQ-OPP-2018-0644-0006 EPA None EPA-HQ-OPP-2018-0644 Etoxazole. Addendum to HED’s Risk Assessment of Proposed Section 3 Use on Sugar Beets (D449206) Supporting & Related Material Risk Assessment 2019-12-05T05:00:00Z 2019 12     2019-12-06T06:54:55Z   0 0 09000064841260d2
EPA-HQ-OPP-2018-0644-0004 EPA None EPA-HQ-OPP-2018-0644 Pesticide Tolerances: Etoxazole Rule   2019-12-05T05:00:00Z 2019 12 2019-12-05T05:00:00Z 2020-02-04T04:59:59Z 2020-02-03T02:02:04Z 2019-26158 0 0 09000064841e74ec
EPA-HQ-OPP-2018-0644-0003 EPA None EPA-HQ-OPP-2018-0644 Pesticide Product Registration; Receipt of Applications for New Uses (September 2019) Notice   2019-10-25T04:00:00Z 2019 10 2019-10-25T04:00:00Z 2019-11-26T04:59:59Z 2019-10-26T01:30:03Z 2019-23353 0 0 09000064840fb650
EPA-HQ-OPP-2018-0644-0002 EPA None EPA-HQ-OPP-2018-0644 Interregional Research Project Number 4 (IR-4) Notice of Filing Pesticide Petition No. 8E8701 establishing a tolerance for residues of the insecticide chemical etoxazole (2(2,6-difluorophenyl)-4-[4-(1,1-dimethylethyl)-2-ethoxyphenyl]-4,5-dihydrooxazole) in or on various gricultural commodities Supporting & Related Material Petition 2019-03-18T04:00:00Z 2019 3     2019-03-19T01:11:50Z   0 0 09000064838ab6f2
EPA-HQ-OPP-2018-0644-0001 EPA None EPA-HQ-OPP-2018-0644 Pesticide Petitions: Residues of Pesticide Chemicals in or on Various Commodities Proposed Rule   2019-03-18T04:00:00Z 2019 3 2019-03-18T04:00:00Z 2019-04-18T03:59:59Z 2019-03-19T01:11:30Z 2019-04971 0 0 0900006483afb278

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