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 docket_id = "EPA-HQ-OA-2007-1172" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 4

  • 2008 3
  • 2007 2
  • 2010 1
  • 2011 1

document_type 4

  • Notice 3
  • Supporting & Related Material 2
  • Other 1
  • Proposed Rule 1

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-OA-2007-1172-0007 EPA Semiannual Regulatory Agenda - Fall 2007 EPA-HQ-OA-2007-1172 REGULATORY AGENDA Semiannual Regulatory Agenda Proposed Rule   2011-07-07T04:00:00Z 2011 7 2011-07-07T04:00:00Z   2011-07-07T14:25:47Z 2011-15496 0 0 0900006480ebac28
EPA-HQ-OA-2007-1172-0006 EPA Semiannual Regulatory Agenda - Fall 2007 EPA-HQ-OA-2007-1172 Semiannual Regulatory Flexibility Agenda and Semiannual Regulatory Agenda Notice Federal Register Document 2010-04-26T04:00:00Z 2010 4 2010-04-26T04:00:00Z   2010-07-15T19:28:35Z 2010-8940 0 0 0900006480ae0fd7
EPA-HQ-OA-2007-1172-0005 EPA Semiannual Regulatory Agenda - Fall 2007 EPA-HQ-OA-2007-1172 Regulatory Plan - Fall 2008 Supporting & Related Material Report 2008-11-25T05:00:00Z 2008 11     2010-07-15T19:26:11Z   0 0 09000064807bfe51
EPA-HQ-OA-2007-1172-0004 EPA Semiannual Regulatory Agenda - Fall 2007 EPA-HQ-OA-2007-1172 Semiannual Regulatory Agenda - Fall 2008 Notice Federal Register Document 2008-11-25T05:00:00Z 2008 11 2008-11-25T05:00:00Z   2010-07-15T19:26:11Z E8–21213 0 0 09000064807bf8ed
EPA-HQ-OA-2007-1172-0003 EPA Semiannual Regulatory Agenda - Fall 2007 EPA-HQ-OA-2007-1172 Semiannual Regulatory Agenda - Spring 2008 Notice Federal Register Document 2008-05-06T04:00:00Z 2008 5     2010-07-15T19:24:14Z E8–7431 0 0 090000648054b9cc
EPA-HQ-OA-2007-1172-0002 EPA Semiannual Regulatory Agenda - Fall 2007 EPA-HQ-OA-2007-1172 Regulatory Plan - Fall 2007 Supporting & Related Material Report 2007-12-10T14:42:23Z 2007 12     2010-07-15T19:23:55Z   0 0 0900006480375b21
EPA-HQ-OA-2007-1172-0001 EPA Semiannual Regulatory Agenda - Fall 2007 EPA-HQ-OA-2007-1172 Semiannual Regulatory Agenda - Fall 2007 Other Significant Guidance 2007-12-10T14:42:07Z 2007 12     2010-07-15T19:23:55Z   0 0 0900006480375b20

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