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-RCRA-2009-0640" and posted_year = 2011 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

  • 2011 · 13 ✖

document_type 1

  • Supporting & Related Material 13

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-RCRA-2009-0640-11849 EPA None EPA-HQ-RCRA-2009-0640 Notes of a May 23, 2011 EPA meeting with Novetas Solutions and attached handouts. Supporting & Related Material Meeting Materials 2011-08-02T04:00:00Z 2011 8     2011-08-02T12:48:50Z   0 0 0900006480ec6459
EPA-HQ-RCRA-2009-0640-11591 EPA None EPA-HQ-RCRA-2009-0640 Public Hearing on EPA's Proposed Rule - Transcript - Knoxville, TN (October 27, 2010) Supporting & Related Material Public Hearing Transcript, Deposition, Testimony 2011-05-03T04:00:00Z 2011 5     2011-05-03T19:40:10Z   0 0 0900006480c03a5d
EPA-HQ-RCRA-2009-0640-11294 EPA None EPA-HQ-RCRA-2009-0640 Public Hearing on EPA's Proposed Rule - Transcript - Pittsburgh, PA (September 21, 2010) Supporting & Related Material Public Hearing Transcript, Deposition, Testimony 2011-05-03T04:00:00Z 2011 5     2011-05-03T18:45:18Z   0 0 0900006480c18b7a
EPA-HQ-RCRA-2009-0640-11454 EPA None EPA-HQ-RCRA-2009-0640 Public Hearing on EPA's Proposed Rule - Transcript - Louisville, KY (September 28, 2010) Supporting & Related Material Public Hearing Transcript, Deposition, Testimony 2011-05-03T04:00:00Z 2011 5     2011-05-03T19:28:54Z   0 0 0900006480c0c914
EPA-HQ-RCRA-2009-0640-11173 EPA None EPA-HQ-RCRA-2009-0640 Public Hearing on EPA's Proposed Rule - Transcript - Chicago, IL (September 16, 2010) Supporting & Related Material Public Hearing Transcript, Deposition, Testimony 2011-04-19T04:00:00Z 2011 4     2011-04-19T19:13:05Z   0 0 0900006480c188df
EPA-HQ-RCRA-2009-0640-10690 EPA None EPA-HQ-RCRA-2009-0640 Public Hearing on EPA's Proposed Rule - Transcript - Denver, CO (September 2, 2010) Supporting & Related Material Public Hearing Transcript, Deposition, Testimony 2011-04-19T04:00:00Z 2011 4     2011-04-19T17:32:14Z   0 0 0900006480bf5bfb
EPA-HQ-RCRA-2009-0640-10973 EPA None EPA-HQ-RCRA-2009-0640 Public Hearing on EPA's Proposed Rule - Transcript - Charlotte, NC (September 14, 2010) Supporting & Related Material Public Hearing Transcript, Deposition, Testimony 2011-04-19T04:00:00Z 2011 4     2011-04-19T18:15:15Z   0 0 0900006480c0554a
EPA-HQ-RCRA-2009-0640-10586 EPA None EPA-HQ-RCRA-2009-0640 Public Hearing on EPA's Proposed Rule - Transcript - Arlington, VA (August 30, 2010) Supporting & Related Material Public Hearing Transcript, Deposition, Testimony 2011-04-19T04:00:00Z 2011 4     2011-04-19T16:51:02Z   0 0 0900006480bf05fb
EPA-HQ-RCRA-2009-0640-10769 EPA None EPA-HQ-RCRA-2009-0640 Public Hearing on EPA's Proposed Rule - Transcript - Dallas, TX (September 8, 2010) Supporting & Related Material Public Hearing Transcript, Deposition, Testimony 2011-04-19T04:00:00Z 2011 4     2011-04-19T17:42:26Z   0 0 0900006480bfebab
EPA-HQ-RCRA-2009-0640-10581 EPA None EPA-HQ-RCRA-2009-0640 Letter to Abigail Dillen, National Coal Program Coordinator, Earthjustice, from Robert Dellinger, Director, Materials Recovery and Waste Management Division, USEPA Supporting & Related Material Letter, Memorandum, Email 2011-03-02T05:00:00Z 2011 3     2011-03-02T16:18:27Z   0 0 0900006480bd2ecd
EPA-HQ-RCRA-2009-0640-10580 EPA None EPA-HQ-RCRA-2009-0640 Summary of EPA meeting with Glass Recycling Technologies, Inc. and Supporting Materials Supporting & Related Material Meeting/Teleconference Materials 2011-03-02T05:00:00Z 2011 3     2011-03-02T16:18:18Z   0 0 0900006480bc4f5e
EPA-HQ-RCRA-2009-0640-10576 EPA None EPA-HQ-RCRA-2009-0640 EPA Information Quality Complaint from Public Employees for Environmental Responsibility (PEER) Supporting & Related Material Letter, Memorandum, Email 2011-02-04T05:00:00Z 2011 2     2011-02-04T19:24:33Z   0 0 0900006480bdbbbe
EPA-HQ-RCRA-2009-0640-10549 EPA None EPA-HQ-RCRA-2009-0640 Letter to Richard J. Kinch, Chief, Industrial and Extractive Wastes Branch, Municipal & Industrial Solid Waste Division, Office of Solid Wastes, USEPA, from William D. Preston, Attorney for City of Lakeland - Lakeland Electric Supporting & Related Material Letter, Memorandum, Email 2011-02-02T05:00:00Z 2011 2     2011-02-02T21:27:04Z   0 0 0900006480bd396d

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