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

8 rows where docket_id = "EPA-HQ-RCRA-1999-0032" and posted_year = 2000 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), last_modified (date)

document_type 2

  • Supporting & Related Material 7
  • Notice 1

posted_year 1

  • 2000 · 8 ✖

agency_id 1

  • EPA 8
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-RCRA-1999-0032-0032 EPA None EPA-HQ-RCRA-1999-0032 Industrial Waste Management Air Model Comment Summary and Recommended Changes [F-1999-IDWA-S0019] Supporting & Related Material Other 2000-11-03T05:00:00Z 2000 11     2006-10-23T19:38:34Z   0 0 09000064800dd0c4
EPA-HQ-RCRA-1999-0032-0041 EPA None EPA-HQ-RCRA-1999-0032 Notes from telephone conversation between Charlotte Bertrand and Focus Group [F-1999-IDWA-S0023] Supporting & Related Material Meeting or Teleconference Materials 2000-11-03T05:00:00Z 2000 11     2006-10-23T19:38:35Z   0 0 09000064800dd100
EPA-HQ-RCRA-1999-0032-0039 EPA None EPA-HQ-RCRA-1999-0032 Notes from meeting between USEPA Staff and ASTSWMO Industrial Waste Policy Dialogue Committee, Focus Group Meeting [F-1999-IDWA-S0021] Supporting & Related Material Meeting or Teleconference Materials 2000-11-03T05:00:00Z 2000 11     2006-10-23T19:38:35Z   0 0 09000064800dd0f4
EPA-HQ-RCRA-1999-0032-0031 EPA None EPA-HQ-RCRA-1999-0032 Industrial D Groundwater Tools, Industrial D Focus Group Meeting, November 1 and 2, 2000 [F-1999-IDWA-S0018] Supporting & Related Material Other 2000-11-03T05:00:00Z 2000 11     2006-10-23T19:38:34Z   0 0 09000064800dd0bd
EPA-HQ-RCRA-1999-0032-0040 EPA None EPA-HQ-RCRA-1999-0032 Agenda for meeting April 12, 2001 meeting of Focus Group [F-1999-IDWA-S0022] Supporting & Related Material Meeting or Teleconference Materials 2000-11-03T05:00:00Z 2000 11     2006-10-23T19:38:35Z   0 0 09000064800dd0fb
EPA-HQ-RCRA-1999-0032-0030 EPA None EPA-HQ-RCRA-1999-0032 Memorandum to Focus Group Members, USEPA, from Robert Dellinger, Director, Municipal and Industrial Solid Waste Division, re: Focus Group Members [F-1999-IDWA-S0017] Supporting & Related Material Letter, Memorandum, Email 2000-11-02T05:00:00Z 2000 11     2006-10-23T19:38:34Z   0 0 09000064800dd0b7
EPA-HQ-RCRA-1999-0032-0029 EPA None EPA-HQ-RCRA-1999-0032 Open Meeting of the Industrial Non-Hazardous Waste Stakeholders Focus Group [F-1999-IDWA-S0016] Notice Federal Register Document 2000-10-06T04:00:00Z 2000 10     2008-01-08T21:17:48Z 59836 0 0 09000064800dd0b3
EPA-HQ-RCRA-1999-0032-0033 EPA None EPA-HQ-RCRA-1999-0032 Letter to Walter Carey, Nestle, Willam Pounds, Department of the State, Amy Schaffer, American Forest and Paper Association (AF&PA), et al., from Paul Cassidy, Office of Solid Waste (OSW), USEPA, re: Focus Group Meeting on November 1 and 2, 2000 [F-1999-IDWA-S0020] Supporting & Related Material Letter, Memorandum, Email 2000-05-21T04:00:00Z 2000 5     2006-10-23T19:38:34Z   0 0 09000064800dd0ca

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