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

5 rows where docket_id = "EPA-HQ-OAR-2010-0964" 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

  • 2011 3
  • 2010 2

document_type 2

  • Supporting & Related Material 3
  • Notice 2

agency_id 1

  • EPA 5
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-2010-0964-0040 EPA Call for Information on Reporting Inputs to Emission Equations Under the Mandatory Reporting of Greenhouse Gases Rule EPA-HQ-OAR-2010-0964 USEPA Meeting with American Chemistry Council Held on March 9, 2011 Supporting & Related Material Meeting/Teleconference Materials 2011-03-21T04:00:00Z 2011 3     2011-03-21T18:44:08Z   0 0 0900006480c09668
EPA-HQ-OAR-2010-0964-0006 EPA Call for Information on Reporting Inputs to Emission Equations Under the Mandatory Reporting of Greenhouse Gases Rule EPA-HQ-OAR-2010-0964 USEPA Public Hearing Greenhouse Gas Mandatory Reporting Rule, Thursday, February 3, 2011 Supporting & Related Material Public Hearing Transcript, Deposition, Testimony 2011-02-23T05:00:00Z 2011 2     2011-02-23T14:42:04Z   0 0 0900006480bf5091
EPA-HQ-OAR-2010-0964-0003 EPA Call for Information on Reporting Inputs to Emission Equations Under the Mandatory Reporting of Greenhouse Gases Rule EPA-HQ-OAR-2010-0964 Extension of Comment Period on Change to the Reporting Date for Certain Data Elements Required Under the Mandatory Reporting of Greenhouse Gases Rule; and Public Hearing and Extension of Comment Period on Call for Information on Inputs to Emission Equations Under the Mandatory Reporting of Greenhouse Gases Rule Notice Federal Register Document 2011-01-19T05:00:00Z 2011 1 2011-01-19T05:00:00Z   2011-01-19T14:19:17Z 2011-00996 0 0 0900006480bcd3cf
EPA-HQ-OAR-2010-0964-0002 EPA Call for Information on Reporting Inputs to Emission Equations Under the Mandatory Reporting of Greenhouse Gases Rule EPA-HQ-OAR-2010-0964 Incorporation by Reference of EPA-HQ-OAR-2009-0924 and EPA-HQ-OAR-2010-0929 Supporting & Related Material Publication - USEPA 2010-12-27T05:00:00Z 2010 12     2010-12-27T14:58:05Z   0 0 0900006480bb6188
EPA-HQ-OAR-2010-0964-0001 EPA Call for Information on Reporting Inputs to Emission Equations Under the Mandatory Reporting of Greenhouse Gases Rule EPA-HQ-OAR-2010-0964 Call for Information: Information on Inputs to Emission Equations Under the Mandatory Reporting of Greenhouse Gases Rule Notice Federal Register Document 2010-12-27T05:00:00Z 2010 12 2010-12-27T05:00:00Z 2011-03-08T04:59:59Z 2011-01-19T14:20:29Z 2010-32453 0 0 0900006480bc0381

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