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-OPPT-2012-0902" 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

  • 2012 9
  • 2013 4

document_type 2

  • Supporting & Related Material 11
  • Notice 2

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-OPPT-2012-0902-0049 EPA None EPA-HQ-OPPT-2012-0902 Polychlorinated Biphenyls: Recycling Plastics from Shredder Residue Notice   2013-04-05T04:00:00Z 2013 4 2013-04-05T04:00:00Z   2013-04-05T14:34:19Z 2013-07981 0 0 090000648126da61
EPA-HQ-OPPT-2012-0902-0048 EPA None EPA-HQ-OPPT-2012-0902 EPA Summary and Response to Comments on: Polychlorinated Biphenyls (PCBs); Recycling Plastics from Shredder Residue; Request for Public Comments Supporting & Related Material Comment Response 2013-04-02T04:00:00Z 2013 4     2013-04-02T14:04:17Z   0 0 090000648124723c
EPA-HQ-OPPT-2012-0902-0045 EPA None EPA-HQ-OPPT-2012-0902 Environmental Impacts of Polyvinyl Chloride Building Materials Supporting & Related Material Publication - Copyrighted Materials 2013-03-26T04:00:00Z 2013 3     2013-03-26T18:18:42Z   0 0 090000648124207a
EPA-HQ-OPPT-2012-0902-0044 EPA None EPA-HQ-OPPT-2012-0902 California's Automobile Shredder Waste Initiative (Draft) Supporting & Related Material Report 2013-03-26T04:00:00Z 2013 3     2013-03-26T18:18:32Z   0 0 0900006481242079
EPA-HQ-OPPT-2012-0902-0005 EPA None EPA-HQ-OPPT-2012-0902 Chemistry and Light Vehicles Supporting & Related Material Report 2012-12-12T05:00:00Z 2012 12     2012-12-12T15:38:14Z   0 0 0900006481173587
EPA-HQ-OPPT-2012-0902-0002 EPA None EPA-HQ-OPPT-2012-0902 Voluntary Procedures for Recycling Plastics from Shredder Residue Supporting & Related Material Report 2012-12-12T05:00:00Z 2012 12     2012-12-12T15:37:23Z   0 0 0900006481173584
EPA-HQ-OPPT-2012-0902-0001 EPA None EPA-HQ-OPPT-2012-0902 Recycling Plastics from Shredder Residue: Polychlorinated Biphenyls (PCBs) Notice Request for Comments 2012-12-12T05:00:00Z 2012 12 2012-12-12T05:00:00Z 2013-01-12T04:59:59Z 2013-03-27T02:01:30Z 2012-29904 0 0 0900006481188820
EPA-HQ-OPPT-2012-0902-0003 EPA None EPA-HQ-OPPT-2012-0902 Letter from Robin K. Weiner to Steve Owens Supporting & Related Material Letter 2012-12-12T05:00:00Z 2012 12     2012-12-12T15:37:33Z   0 0 0900006481173585
EPA-HQ-OPPT-2012-0902-0006 EPA None EPA-HQ-OPPT-2012-0902 Economic Impacts and Environmental Benefits of Separating, Sorting, Processing, and Recycling Plastics in the Automobile and Appliance Shredder Aggregate Supporting & Related Material Report 2012-12-12T05:00:00Z 2012 12     2012-12-12T15:37:03Z   0 0 0900006481173589
EPA-HQ-OPPT-2012-0902-0007 EPA None EPA-HQ-OPPT-2012-0902 Recycling End-of-Life Vehicles of the Future Supporting & Related Material Report 2012-12-12T05:00:00Z 2012 12     2012-12-12T15:37:13Z   0 0 090000648117362c
EPA-HQ-OPPT-2012-0902-0004 EPA None EPA-HQ-OPPT-2012-0902 Letter Re: Docket ID No. EPA-HQ-OPPT-2009-0757—Advance Notice Of Proposed Rulemaking, Polychlorinated Biphenyls (PCBs); Reassessment of Use Authorizations Supporting & Related Material Letter 2012-12-12T05:00:00Z 2012 12     2012-12-12T15:37:44Z   0 0 0900006481173586
EPA-HQ-OPPT-2012-0902-0008 EPA None EPA-HQ-OPPT-2012-0902 PCB Q & A Manual: An EPA TSCA Assistance Document designed to provide the regulated community with Agency Interpretations to Frequently Posed Questions Supporting & Related Material Report 2012-12-12T05:00:00Z 2012 12     2012-12-12T15:37:54Z   0 0 090000648117362f
EPA-HQ-OPPT-2012-0902-0009 EPA None EPA-HQ-OPPT-2012-0902 Summary of Analysis Done on Plastics Recovered from Shredder Aggregate Supporting & Related Material Report 2012-12-12T05:00:00Z 2012 12     2012-12-12T15:38:04Z   0 0 0900006481173630

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