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

6 rows where docket_id = "EPA-HQ-OPP-2002-0251" and posted_year = 2004 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), last_modified (date)

posted_year 1

  • 2004 · 6 ✖

document_type 1

  • Supporting & Related Material 6

agency_id 1

  • EPA 6
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-2002-0251-0070 EPA Availability of Interim Reregistration Eligibility Decision Document for Comment; Diazinon(Comment Period Re-opened as of 12-10-2002: See Document #0052 (Federal Register) Below For Further Information) EPA-HQ-OPP-2002-0251 Minutes for diazinon meeting with Makhteshim Agan North America/Makhteshim Chemical Worksto Discuss the Company's Data Call-In Responses Supporting & Related Material Meeting or Teleconference Materials 2004-11-30T05:00:00Z 2004 11     2006-09-02T13:16:54Z   0 0 09000064800b7c24
EPA-HQ-OPP-2002-0251-0069 EPA Availability of Interim Reregistration Eligibility Decision Document for Comment; Diazinon(Comment Period Re-opened as of 12-10-2002: See Document #0052 (Federal Register) Below For Further Information) EPA-HQ-OPP-2002-0251 Minutes from September 8, 2004 meeting with California Grape and Tree Fruit League to Discuss Diazinon Mitigation Supporting & Related Material Other 2004-09-22T04:00:00Z 2004 9     2006-09-02T13:16:54Z   0 0 09000064800b7c0d
EPA-HQ-OPP-2002-0251-0068 EPA Availability of Interim Reregistration Eligibility Decision Document for Comment; Diazinon(Comment Period Re-opened as of 12-10-2002: See Document #0052 (Federal Register) Below For Further Information) EPA-HQ-OPP-2002-0251 Meetiing with Drexel Chemical Company Supporting & Related Material Meeting or Teleconference Materials 2004-09-09T04:00:00Z 2004 9     2006-09-02T13:16:54Z   0 0 09000064800b7bf0
EPA-HQ-OPP-2002-0251-0067 EPA Availability of Interim Reregistration Eligibility Decision Document for Comment; Diazinon(Comment Period Re-opened as of 12-10-2002: See Document #0052 (Federal Register) Below For Further Information) EPA-HQ-OPP-2002-0251 Response to Grape and Bsprouts Growers Meeting Minutes Supporting & Related Material Meeting or Teleconference Materials 2004-09-09T04:00:00Z 2004 9     2006-09-02T13:16:54Z   0 0 09000064800b7bce
EPA-HQ-OPP-2002-0251-0066 EPA Availability of Interim Reregistration Eligibility Decision Document for Comment; Diazinon(Comment Period Re-opened as of 12-10-2002: See Document #0052 (Federal Register) Below For Further Information) EPA-HQ-OPP-2002-0251 Response to Public Comments on the Diazinon IRED Supporting & Related Material Comment Response 2004-06-23T04:00:00Z 2004 6     2006-09-02T13:16:54Z   0 0 09000064800b7b98
EPA-HQ-OPP-2002-0251-0065 EPA Availability of Interim Reregistration Eligibility Decision Document for Comment; Diazinon(Comment Period Re-opened as of 12-10-2002: See Document #0052 (Federal Register) Below For Further Information) EPA-HQ-OPP-2002-0251 Amended Partial Consent Decree in Natural Resources Defense Council, et al., v. Whitman (Case No. C-99-3701 CAL). Supporting & Related Material Letter, Memorandum, Email 2004-05-04T04:00:00Z 2004 5     2006-09-02T13:16:54Z   0 0 09000064800b7b75

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);
Powered by Datasette · Queries took 752.842ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API