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

5 rows where docket_id = "EPA-HQ-OPP-2020-0294" 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)

posted_year 3

  • 2020 2
  • 2021 2
  • 2022 1

document_type 3

  • Supporting & Related Material 3
  • Proposed Rule 1
  • Rule 1

agency_id 1

  • EPA 5
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-2020-0294-0005 EPA None EPA-HQ-OPP-2020-0294 IN-11016; Various Fragrance Components: Revised Human Health Risk and Ecological Effects Assessment of a Food Use Pesticide Inert Ingredient Supporting & Related Material Risk Assessment 2022-02-28T05:00:00Z 2022 2     2022-03-01T01:54:05Z   0 0 0900006484f66643
EPA-HQ-OPP-2020-0294-0004 EPA None EPA-HQ-OPP-2020-0294 IN-11016; Various Fragrance Components: Human Health Risk and Ecological Effects Assessment of a Food Use Pesticide Inert Ingredient. CAS Reg. No. Multiple (See Appendix) PC Code: Multiple Supporting & Related Material Risk Assessment 2021-12-22T05:00:00Z 2021 12     2021-12-23T01:36:41Z   0 0 0900006484e59085
EPA-HQ-OPP-2020-0294-0003 EPA None EPA-HQ-OPP-2020-0294 Tolerance Exemption: Various Fragrance Components Rule Final Rule 2021-12-22T05:00:00Z 2021 12 2021-12-22T05:00:00Z 2022-02-23T04:59:59Z 2021-12-22T19:46:42Z 2021-27580 0 0 0900006484ee0b8f
EPA-HQ-OPP-2020-0294-0002 EPA None EPA-HQ-OPP-2020-0294 Verto Solutions Notice of Filing Pesticide Petition No. IN-11016 to establish an exemption from the requirement of a tolerance for residues of delta-decalactone Supporting & Related Material Petition 2020-06-29T04:00:00Z 2020 6     2020-10-04T06:22:12Z   0 0 09000064846bb2ee
EPA-HQ-OPP-2020-0294-0001 EPA None EPA-HQ-OPP-2020-0294 Pesticide Petitions Filed for Residues of Pesticide Chemicals in or on Various Commodities (May 2020) Proposed Rule   2020-06-24T04:00:00Z 2020 6 2020-06-24T04:00:00Z 2020-07-25T03:59:59Z 2020-10-04T06:23:01Z 2020-13273 0 0 0900006484705457

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