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

8 rows where agency_id = "EPA", docket_id = "EPA-HQ-OA-2008-0265" and posted_year = 2013 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, last_modified (date)

posted_year 1

  • 2013 · 8 ✖

document_type 1

  • Supporting & Related Material 8

agency_id 1

  • EPA · 8 ✖
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-2008-0265-0063 EPA The Environmental Protection Agency's Action Initiation List: A Monthly List of Regulations Newly Approved for Development that will Appear in the Next Semiannual Regulatory Agenda EPA-HQ-OA-2008-0265 August 2013 Action Initiation List (as of 11/06/2013) Supporting & Related Material Fact/Data Sheet 2013-11-20T05:00:00Z 2013 11     2013-11-20T19:30:03Z   0 0 09000064814883c7
EPA-HQ-OA-2008-0265-0062 EPA The Environmental Protection Agency's Action Initiation List: A Monthly List of Regulations Newly Approved for Development that will Appear in the Next Semiannual Regulatory Agenda EPA-HQ-OA-2008-0265 July 2013 Action Initiation List Supporting & Related Material Data 2013-10-23T04:00:00Z 2013 10     2013-10-23T16:22:12Z   0 0 09000064814404fc
EPA-HQ-OA-2008-0265-0060 EPA The Environmental Protection Agency's Action Initiation List: A Monthly List of Regulations Newly Approved for Development that will Appear in the Next Semiannual Regulatory Agenda EPA-HQ-OA-2008-0265 May 2013 Action Initiation List (as of 7/31/2013) Supporting & Related Material Fact/Data Sheet 2013-08-20T04:00:00Z 2013 8     2013-08-20T13:54:47Z   0 0 09000064813b2494
EPA-HQ-OA-2008-0265-0061 EPA The Environmental Protection Agency's Action Initiation List: A Monthly List of Regulations Newly Approved for Development that will Appear in the Next Semiannual Regulatory Agenda EPA-HQ-OA-2008-0265 June 2013 Action Initiation List (as of 7/31/2013) Supporting & Related Material Fact/Data Sheet 2013-08-20T04:00:00Z 2013 8     2013-08-20T13:54:48Z   0 0 09000064813b2b98
EPA-HQ-OA-2008-0265-0059 EPA The Environmental Protection Agency's Action Initiation List: A Monthly List of Regulations Newly Approved for Development that will Appear in the Next Semiannual Regulatory Agenda EPA-HQ-OA-2008-0265 April 2013 Action Initiation List (as of 06/25/2013) Supporting & Related Material Fact/Data Sheet 2013-07-09T04:00:00Z 2013 7     2014-09-24T16:40:44Z   0 0 090000648134f9e5
EPA-HQ-OA-2008-0265-0058 EPA The Environmental Protection Agency's Action Initiation List: A Monthly List of Regulations Newly Approved for Development that will Appear in the Next Semiannual Regulatory Agenda EPA-HQ-OA-2008-0265 March 2013 Action Initiation List (as of 5/01/2013) Supporting & Related Material Fact/Data Sheet 2013-05-30T04:00:00Z 2013 5     2013-05-30T14:28:59Z   0 0 09000064812f5ca6
EPA-HQ-OA-2008-0265-0057 EPA The Environmental Protection Agency's Action Initiation List: A Monthly List of Regulations Newly Approved for Development that will Appear in the Next Semiannual Regulatory Agenda EPA-HQ-OA-2008-0265 February 2013 Action Initiation List (as of 3/27/2013) Supporting & Related Material Data 2013-05-01T04:00:00Z 2013 5     2013-05-01T18:17:00Z   0 0 09000064812addb0
EPA-HQ-OA-2008-0265-0056 EPA The Environmental Protection Agency's Action Initiation List: A Monthly List of Regulations Newly Approved for Development that will Appear in the Next Semiannual Regulatory Agenda EPA-HQ-OA-2008-0265 October 2012 Action Initiation List (as of 12/13/2012) Supporting & Related Material Fact/Data Sheet 2013-01-04T05:00:00Z 2013 1     2013-01-04T20:31:07Z   0 0 09000064811a4092

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