documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where agency_id = "EPA", docket_id = "EPA-HQ-OAR-2007-0069" and posted_year = 2007 sorted by posted_date descending
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)
| 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-0069-0004 | EPA | The SunWise Program EPA-HQ-OAR-2007-0069 | Agency Information Collection Activities; Submission to OMB for Review and Approval; Comment Request; The SunWise Program; EPA ICR No. 1904.03, OMB Control No. 2060-0439 | Notice | Federal Register Document | 2007-09-25T04:00:00Z | 2007 | 9 | 2007-09-25T04:00:00Z | 2007-10-26T03:59:59Z | 2008-01-08T21:09:50Z | E7-18848 | 0 | 0 | 09000064802a007f |
| EPA-HQ-OAR-2007-0069-0005 | EPA | The SunWise Program EPA-HQ-OAR-2007-0069 | The SunWise Program: Tutorial Questions | Supporting & Related Material | Data | 2007-09-25T04:00:00Z | 2007 | 9 | 2007-09-25T11:50:06Z | 0 | 0 | 090000648028c672 | |||
| EPA-HQ-OAR-2007-0069-0006 | EPA | The SunWise Program EPA-HQ-OAR-2007-0069 | The SunWise Program: Supporting Statement, 9/19/2007 | Supporting & Related Material | ICR Supporting Statement | 2007-09-25T04:00:00Z | 2007 | 9 | 2014-01-08T14:56:39Z | 0 | 0 | 090000648028c673 | |||
| EPA-HQ-OAR-2007-0069-0003 | EPA | The SunWise Program EPA-HQ-OAR-2007-0069 | Corrected Federal Register Notice Published on May 15, 2007 for Original Federal Register which is document number EPA-HQ-OAR-2007-0069-0001 | Notice | Federal Register Document | 2007-05-15T04:00:00Z | 2007 | 5 | 2008-01-08T21:16:41Z | E7-09292 | 0 | 0 | 090000648023c1ea | ||
| EPA-HQ-OAR-2007-0069-0002 | EPA | The SunWise Program EPA-HQ-OAR-2007-0069 | Draft ICR Renewal Supporting Statement - The SunWise Program | Supporting & Related Material | ICR Supporting Statement | 2007-02-12T05:00:00Z | 2007 | 2 | 2007-02-12T19:35:45Z | 0 | 0 | 09000064801f6e09 | |||
| EPA-HQ-OAR-2007-0069-0001 | EPA | The SunWise Program EPA-HQ-OAR-2007-0069 | Agency Information Collection Activities; Proposed Collection; Comment Request; The SunWise Program; EPA ICR No. 1940.02, OMB Control No. 2060-0439 | Notice | Federal Register Document | 2007-02-12T05:00:00Z | 2007 | 2 | 2007-02-12T05:00:00Z | 2007-04-14T03:59:59Z | 2008-01-08T21:14:16Z | E7-02308 | 0 | 0 | 09000064802023e9 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);