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

7 rows where agency_id = "EPA", docket_id = "EPA-HQ-OAR-2003-0119" and posted_year = 2012 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, last_modified, withdrawn, posted_date (date), last_modified (date)

posted_year 1

  • 2012 · 7 ✖

document_type 1

  • Supporting & Related Material 7

agency_id 1

  • EPA · 7 ✖
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-OAR-2003-0119-2656 EPA Standards of Performance for New Stationary Sources and Emission Guidelines for Existing Sources: Commercial and Industrial Solid Waste Incineration Units; Technical Amendments EPA-HQ-OAR-2003-0119 Revised Economic Impact Analysis Inputs for Existing CISWI Units Supporting & Related Material   2012-06-19T00:00:00Z 2012 6     2012-06-20T17:20:11Z   0 1 0900006481050adb
EPA-HQ-OAR-2003-0119-2655 EPA Standards of Performance for New Stationary Sources and Emission Guidelines for Existing Sources: Commercial and Industrial Solid Waste Incineration Units; Technical Amendments EPA-HQ-OAR-2003-0119 Revision of Estimated Method 5 Detection Limit Supporting & Related Material   2012-05-30T00:00:00Z 2012 5     2012-08-22T10:43:06Z   0 1 0900006481021b88
EPA-HQ-OAR-2003-0119-2654 EPA Standards of Performance for New Stationary Sources and Emission Guidelines for Existing Sources: Commercial and Industrial Solid Waste Incineration Units; Technical Amendments EPA-HQ-OAR-2003-0119 Discussions with Representatives of PCA regarding regulatory language dealing with when combustion occurs in a cement kiln Supporting & Related Material Memorandum 2012-05-16T04:00:00Z 2012 5     2012-05-16T13:09:49Z   0 0 090000648100f44f
EPA-HQ-OAR-2003-0119-2653 EPA Standards of Performance for New Stationary Sources and Emission Guidelines for Existing Sources: Commercial and Industrial Solid Waste Incineration Units; Technical Amendments EPA-HQ-OAR-2003-0119 USEPA Meeting with Commenters on April 23, 2012 Supporting & Related Material Memorandum 2012-04-25T04:00:00Z 2012 4     2012-04-25T13:58:51Z   0 0 0900006480ff896a
EPA-HQ-OAR-2003-0119-2565 EPA Standards of Performance for New Stationary Sources and Emission Guidelines for Existing Sources: Commercial and Industrial Solid Waste Incineration Units; Technical Amendments EPA-HQ-OAR-2003-0119 The Impact of Emissions Averaging Time on the Stringency of an Emission Standard 12-9-2011 Supporting & Related Material Memorandum 2012-02-01T05:00:00Z 2012 2     2012-02-01T13:18:50Z   0 0 0900006480fa9233
EPA-HQ-OAR-2003-0119-2564 EPA Standards of Performance for New Stationary Sources and Emission Guidelines for Existing Sources: Commercial and Industrial Solid Waste Incineration Units; Technical Amendments EPA-HQ-OAR-2003-0119 Assessment of Using Single Point Stack Test Data to Derive 30-Day Rolling Average Emissions Limits 8-18-2011 Supporting & Related Material Memorandum 2012-02-01T05:00:00Z 2012 2     2012-02-01T13:18:50Z   0 0 0900006480fa9232
EPA-HQ-OAR-2003-0119-2562 EPA Standards of Performance for New Stationary Sources and Emission Guidelines for Existing Sources: Commercial and Industrial Solid Waste Incineration Units; Technical Amendments EPA-HQ-OAR-2003-0119 Reconsideration Proposal redline/strikeout of Subparts CCCC and DDDD Supporting & Related Material Interagency Review 2012-01-20T05:00:00Z 2012 1     2012-01-20T20:15:13Z   0 0 0900006480f9b92d

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