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

12 rows where docket_id = "EPA-HQ-OAR-2008-0531" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 4

  • 2009 5
  • 2010 3
  • 2013 3
  • 2019 1

document_type 4

  • Supporting & Related Material 6
  • Notice 2
  • Proposed Rule 2
  • Rule 2

agency_id 1

  • EPA 12
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-2008-0531-0037 EPA Restructuring of the Stationary Source Audit Program EPA-HQ-OAR-2008-0531 Stationary Source Audit Program Rule   2019-09-11T04:00:00Z 2019 9 2019-09-11T04:00:00Z 2019-12-11T04:59:59Z 2019-12-11T02:02:31Z 2019-19573 0 0 0900006483f36742
EPA-HQ-OAR-2008-0531-0036 EPA Restructuring of the Stationary Source Audit Program EPA-HQ-OAR-2008-0531 Supporting Statement Restructuring of the Stationary Source Audit Program Supporting & Related Material ICR Supporting Statement 2013-12-06T05:00:00Z 2013 12     2013-12-06T19:58:07Z   0 0 09000064814aa346
EPA-HQ-OAR-2008-0531-0035 EPA Restructuring of the Stationary Source Audit Program EPA-HQ-OAR-2008-0531 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Restructuring of the Stationary Source Audit Program (Renewal) Notice Information Collection Request (ICR) 2013-12-02T05:00:00Z 2013 12 2013-12-02T05:00:00Z 2014-01-03T04:59:59Z 2013-12-02T15:12:18Z 2013-28782 0 0 09000064814a2215
EPA-HQ-OAR-2008-0531-0034 EPA Restructuring of the Stationary Source Audit Program EPA-HQ-OAR-2008-0531 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Restructuring of the Stationary Source Audit Program; EPA ICR Number 2355.03 Notice Information Collection Request (ICR) 2013-08-20T04:00:00Z 2013 8 2013-08-20T04:00:00Z 2013-10-22T03:59:59Z 2013-08-20T15:52:27Z 2013-20319 0 0 09000064813babcf
EPA-HQ-OAR-2008-0531-0033 EPA Restructuring of the Stationary Source Audit Program EPA-HQ-OAR-2008-0531 Summary of Comments and Responses Supporting & Related Material Comment Response 2010-09-14T04:00:00Z 2010 9     2010-09-14T15:16:28Z   0 0 0900006480b4ee12
EPA-HQ-OAR-2008-0531-0032 EPA Restructuring of the Stationary Source Audit Program EPA-HQ-OAR-2008-0531 Information Collection Request (ICR): Restructuring of the Stationary Source Audit Program Supporting & Related Material ICR Supporting Statement 2010-09-13T04:00:00Z 2010 9     2010-09-13T14:47:45Z   0 0 0900006480b2c47d
EPA-HQ-OAR-2008-0531-0031 EPA Restructuring of the Stationary Source Audit Program EPA-HQ-OAR-2008-0531 Restructuring of the Stationary Source Audit Program Rule Federal Register Document 2010-09-13T04:00:00Z 2010 9     2011-06-11T16:04:45Z 2010-21820 0 0 0900006480b4de43
EPA-HQ-OAR-2008-0531-0006 EPA Restructuring of the Stationary Source Audit Program EPA-HQ-OAR-2008-0531 Restructuring of the Stationary Source Audit Program - Comment period extension Proposed Rule Federal Register Document 2009-07-06T04:00:00Z 2009 7 2009-07-17T16:21:48Z 2009-08-06T03:59:59Z 2011-06-11T16:04:45Z E9-15805 0 0 09000064809ea639
EPA-HQ-OAR-2008-0531-0005 EPA Restructuring of the Stationary Source Audit Program EPA-HQ-OAR-2008-0531 Information Collection Request (ICR) Supporting Statement Supporting & Related Material ICR Supporting Statement 2009-07-02T04:00:00Z 2009 7     2009-07-02T14:38:38Z   0 0 09000064809de0c3
EPA-HQ-OAR-2008-0531-0003 EPA Restructuring of the Stationary Source Audit Program EPA-HQ-OAR-2008-0531 Environmental Laboratory Sector Volume 3 General Requirements for Environmental Proficiency Test Providers Supporting & Related Material Publication - Copyrighted Materials 2009-06-25T04:00:00Z 2009 6     2012-03-15T14:30:43Z   0 0 09000064809d70dd
EPA-HQ-OAR-2008-0531-0004 EPA Restructuring of the Stationary Source Audit Program EPA-HQ-OAR-2008-0531 Environmental Laboratory Sector Volume 4 - General Requirements for an Accreditor of Environmental Proficiency Test Providers Supporting & Related Material Publication - Copyrighted Materials 2009-06-25T04:00:00Z 2009 6     2012-03-20T15:46:08Z   0 0 09000064809de0c2
EPA-HQ-OAR-2008-0531-0001 EPA Restructuring of the Stationary Source Audit Program EPA-HQ-OAR-2008-0531 Restructuring of the Stationary Source Audit Program Proposed Rule Federal Register Document 2009-06-16T04:00:00Z 2009 6 2009-06-16T04:00:00Z 2009-07-17T03:59:59Z 2011-06-11T16:04:46Z E9-13726 0 0 09000064809cff05

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