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

13 rows where docket_id = "EPA-HQ-OPP-2008-0383" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2008 10
  • 2009 3

document_type 2

  • Supporting & Related Material 9
  • Notice 4

agency_id 1

  • EPA 13
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-2008-0383-0013 EPA None EPA-HQ-OPP-2008-0383 L-Lactic Acid Final Registration Review Decision Supporting & Related Material Technical Support Document 2009-06-03T04:00:00Z 2009 6     2012-01-12T19:48:55Z   0 0 0900006480991dc0
EPA-HQ-OPP-2008-0383-0012 EPA None EPA-HQ-OPP-2008-0383 L-Lactic Acid Registration Review Final Decision; Notice of Availability Notice Federal Register Document 2009-06-03T04:00:00Z 2009 6 2009-06-03T04:00:00Z   2012-01-12T19:48:55Z E9-12643 0 0 09000064809c3c7a
EPA-HQ-OPP-2008-0383-0011 EPA None EPA-HQ-OPP-2008-0383 L-Lactic Acid Registration Review Final Work Plan and Proposed Registration Review Decision; Correction Notice Federal Register Document 2009-01-28T05:00:00Z 2009 1 2009-01-28T05:00:00Z   2012-01-12T19:48:55Z E9-1810 0 0 0900006480834c71
EPA-HQ-OPP-2008-0383-0010 EPA None EPA-HQ-OPP-2008-0383 L-Lactic Acid Final Work Plan and Proposed Registration Review Final Decision Registration Review Case 6062 Supporting & Related Material Other 2008-12-24T05:00:00Z 2008 12     2012-01-12T19:48:55Z   0 0 09000064807cb27d
EPA-HQ-OPP-2008-0383-0009 EPA None EPA-HQ-OPP-2008-0383 L-Lactic Acid Registration Review Final Work Plan and Proposed Registration Review Decision; Notice of Availability Notice Federal Register Document 2008-12-24T05:00:00Z 2008 12 2008-12-24T05:00:00Z 2009-02-24T04:59:59Z 2012-01-12T19:48:55Z E8-30380 0 0 09000064807f8e34
EPA-HQ-OPP-2008-0383-0008 EPA None EPA-HQ-OPP-2008-0383 Revisied USEPA: L-Lactic Acid Summary Document Registration Review: Initial Docket Supporting & Related Material   2008-12-03T05:00:00Z 2008 12     2012-01-12T19:48:55Z   0 0 09000064806d0649
EPA-HQ-OPP-2008-0383-0006 EPA None EPA-HQ-OPP-2008-0383 USEPA Pesticide Fact Sheet for Lactic Acid. Supporting & Related Material   2008-08-13T04:00:00Z 2008 8     2012-01-12T19:48:55Z   0 0 090000648062c92a
EPA-HQ-OPP-2008-0383-0001 EPA None EPA-HQ-OPP-2008-0383 Registration Review; Biopesticide Dockets Opened for Review and Comment ( L-Lactic Acid Case 6062) Notice Federal Register Document 2008-08-13T04:00:00Z 2008 8 2008-08-13T04:00:00Z 2008-09-03T03:59:59Z 2012-01-12T19:48:55Z E8-15012 0 0 09000064806c14a0
EPA-HQ-OPP-2008-0383-0007 EPA None EPA-HQ-OPP-2008-0383 USEPA: L-Lactic Acid Summary Document Registration Review: Initial Docket Supporting & Related Material Other 2008-08-13T04:00:00Z 2008 8     2012-01-12T19:48:55Z   0 0 090000648063fa8d
EPA-HQ-OPP-2008-0383-0005 EPA None EPA-HQ-OPP-2008-0383 USEPA Memorandum – IIFG Decision Document on Reassessing Tolerance Exemptions for Lactic Acid. Supporting & Related Material   2008-08-13T04:00:00Z 2008 8     2012-01-12T19:48:55Z   0 0 090000648062c91d
EPA-HQ-OPP-2008-0383-0003 EPA None EPA-HQ-OPP-2008-0383 USEPA Memorandum - Summary of Human Health Effects Data for the L-Lactic Acid Registration Review Decision Document. Antimicrobials Division Document Supporting & Related Material   2008-08-13T04:00:00Z 2008 8     2012-01-12T19:48:55Z   0 0 090000648062c90a
EPA-HQ-OPP-2008-0383-0002 EPA None EPA-HQ-OPP-2008-0383 USEPA Memorandum - Summary of Product Chemistry, Environmental Fate, and Ecotoxicity Data for the L-Lactic Acid Registration Review Decision Document. Joint Antimicrobials Division and Biochemical Pesticides and Pollution Prevention Division Document. Supporting & Related Material Meeting/Teleconference Materials 2008-08-13T04:00:00Z 2008 8     2012-01-12T19:48:54Z   0 0 090000648062c8ea
EPA-HQ-OPP-2008-0383-0004 EPA None EPA-HQ-OPP-2008-0383 USEPA Memorandum - Registration Review: Lactic Acid Preliminary Human Health Assessment. Biochemical Pesticides and Pollution Prevention Division Document Supporting & Related Material   2008-08-13T04:00:00Z 2008 8     2012-01-12T19:48:55Z   0 0 090000648062c913

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