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-2020-0600" 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 2

  • 2021 9
  • 2020 1

document_type 2

  • Supporting & Related Material 9
  • Notice 1

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-2020-0600-0051 EPA None EPA-HQ-OPP-2020-0600 Addendum to Aldicarb (PC #098301) Use on Oranges and Grapefruit (DP#454270): Benefits, Estimated Percent Crop Treated (PCT) for use in Risk Assessments, and Anticipated Impacts of Mitigation Supporting & Related Material Risk Assessment 2021-02-04T05:00:00Z 2021 2     2021-02-05T01:42:28Z   0 0 0900006484a0b86e
EPA-HQ-OPP-2020-0600-0018 EPA None EPA-HQ-OPP-2020-0600 Aldicarb (PC #098301) Use on Oranges and Grapefruit (DP #454270): Benefits, Estimated Percent Crop Treated (PCT) for use in Risk Assessments, and Anticipated Impacts of Mitigation Supporting & Related Material Risk Assessment 2021-01-12T05:00:00Z 2021 1     2021-01-13T01:48:57Z   0 0 09000064849e8f07
EPA-HQ-OPP-2020-0600-0023 EPA None EPA-HQ-OPP-2020-0600 Registration Decision for the Uses on Oranges and Grapefruit in Florida, Aldicarb Supporting & Related Material Decision 2021-01-12T05:00:00Z 2021 1     2021-01-13T01:49:49Z   0 0 09000064849f0215
EPA-HQ-OPP-2020-0600-0022 EPA None EPA-HQ-OPP-2020-0600 Response to Comments Received to the Aldicarb New Uses on Oranges and Grapefruit in Florida Notice of Receipt (NOR) Supporting & Related Material Comment Response 2021-01-12T05:00:00Z 2021 1     2021-01-13T01:49:32Z   0 0 09000064849effaf
EPA-HQ-OPP-2020-0600-0017 EPA None EPA-HQ-OPP-2020-0600 Aldicarb: Drinking Water Exposure Assessment (DWA) for Proposed New Use on Citrus Grown in Florida Supporting & Related Material Risk Assessment 2021-01-12T05:00:00Z 2021 1     2021-01-13T01:50:24Z   0 0 09000064849e86b2
EPA-HQ-OPP-2020-0600-0019 EPA None EPA-HQ-OPP-2020-0600 Aldicarb. Revised Acute Aggregate Dietary (Food and Drinking Water) Exposure and Risk Assessments Supporting Domestic Uses on Orange and Grapefruit Supporting & Related Material Risk Assessment 2021-01-12T05:00:00Z 2021 1     2021-01-13T01:49:16Z   0 0 09000064849efaf0
EPA-HQ-OPP-2020-0600-0020 EPA None EPA-HQ-OPP-2020-0600 Aldicarb: Characterization of Citrus Uses on Dietary Exposures Estimates for N-Methyl Carbamate Cumulative Risk Assessment Supporting & Related Material Risk Assessment 2021-01-12T05:00:00Z 2021 1     2021-01-13T01:50:07Z   0 0 09000064849efb21
EPA-HQ-OPP-2020-0600-0016 EPA None EPA-HQ-OPP-2020-0600 Aldicarb– Ecological Risk Conclusions for the Proposed Section 3 New Use Registration for Oranges and Grapefruit Crops in Florida Supporting & Related Material Risk Assessment 2021-01-12T05:00:00Z 2021 1     2021-01-13T01:50:41Z   0 0 09000064849e86b1
EPA-HQ-OPP-2020-0600-0021 EPA None EPA-HQ-OPP-2020-0600 Aldicarb: Human Health Risk Assessment in Support of New Uses on Oranges and Grapefruits in Florida Supporting & Related Material Risk Assessment 2021-01-12T05:00:00Z 2021 1     2021-01-13T01:48:40Z   0 0 09000064849efb22
EPA-HQ-OPP-2020-0600-0001 EPA None EPA-HQ-OPP-2020-0600 Pesticide Product Registration: Applications for New Uses (November 2020) Notice   2020-12-07T05:00:00Z 2020 12 2020-12-07T05:00:00Z 2021-01-07T04:59:59Z 2021-01-08T02:02:34Z 2020-26810 0 0 0900006484989bcd

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