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

9 rows where docket_id = "EPA-HQ-OAR-2007-0011" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: last_modified, posted_date (date), last_modified (date)

posted_year 1

  • 2014 · 9 ✖

document_type 1

  • Supporting & Related Material 9

agency_id 1

  • EPA 9
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-2007-0011-0407 EPA Technical Review of NSPS Subpart J EPA-HQ-OAR-2007-0011 Flare Management Plan for the GBR Flare at the Suncor Commerce City Refinery, Commerce City, CO. Supporting & Related Material Report 2014-09-17T04:00:00Z 2014 9     2014-09-17T16:41:49Z   0 0 090000648186b855
EPA-HQ-OAR-2007-0011-0412 EPA Technical Review of NSPS Subpart J EPA-HQ-OAR-2007-0011 Flare Minimization Plan for the Valero Refining Co, Benicia Refinery, Benicia, CA. Supporting & Related Material Report 2014-09-17T04:00:00Z 2014 9     2014-09-17T16:41:50Z   0 0 090000648186b85a
EPA-HQ-OAR-2007-0011-0410 EPA Technical Review of NSPS Subpart J EPA-HQ-OAR-2007-0011 Flare Management Plan for the New #2 Hydrogen Flare at BP Cherry Point Refinery, Blaine, WA. Supporting & Related Material Report 2014-09-17T04:00:00Z 2014 9     2014-09-17T16:41:50Z   0 0 090000648186b858
EPA-HQ-OAR-2007-0011-0414 EPA Technical Review of NSPS Subpart J EPA-HQ-OAR-2007-0011 Flare Management Plant for the Petro Star Valdez Refinery, Valdez, AK. Supporting & Related Material Report 2014-09-17T04:00:00Z 2014 9     2015-02-12T17:15:05Z   0 0 090000648186b85c
EPA-HQ-OAR-2007-0011-0409 EPA Technical Review of NSPS Subpart J EPA-HQ-OAR-2007-0011 Flare Minimization Plan for the ConocoPhillips Company, Wood River Refinery, Roxana, IL. Supporting & Related Material Report 2014-09-17T04:00:00Z 2014 9     2014-09-17T16:41:50Z   0 0 090000648186b857
EPA-HQ-OAR-2007-0011-0406 EPA Technical Review of NSPS Subpart J EPA-HQ-OAR-2007-0011 Flare Minimization Plan for the Shell Oil Products US Martinez Refinery, Martinez, CA. Supporting & Related Material Report 2014-09-17T04:00:00Z 2014 9     2014-09-17T16:41:49Z   0 0 090000648186b7d6
EPA-HQ-OAR-2007-0011-0413 EPA Technical Review of NSPS Subpart J EPA-HQ-OAR-2007-0011 Flare Minimization Plan for the ConocoPhillips San Francisco Refinery, Rodeo, CA. Supporting & Related Material Report 2014-09-17T04:00:00Z 2014 9     2014-09-17T16:41:50Z   0 0 090000648186b85b
EPA-HQ-OAR-2007-0011-0408 EPA Technical Review of NSPS Subpart J EPA-HQ-OAR-2007-0011 Flare Management Plan for the Hydrocracker Area Flare, Coker Area Flare, and Hydrobon Area Flare at Hunt Refining Company, Tuscaloosa, AL. Supporting & Related Material Report 2014-09-17T04:00:00Z 2014 9     2014-09-17T16:41:49Z   0 0 090000648186b856
EPA-HQ-OAR-2007-0011-0411 EPA Technical Review of NSPS Subpart J EPA-HQ-OAR-2007-0011 Flare Management Plan for the Continental Refining Company Refinery, Somerset, KY. Supporting & Related Material Report 2014-09-17T04:00:00Z 2014 9     2014-09-17T16:41:50Z   0 0 090000648186b859

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