documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "EPA-HQ-OAR-2002-0071" sorted by posted_date descending
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)
document_type 3
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-OAR-2002-0071-0069 | EPA | Update of Continuous Instrumental Test Methods EPA-HQ-OAR-2002-0071 | Update of Continuous Instrumental Test Methods; Correction | Rule | Federal Register Document | 2009-05-29T04:00:00Z | 2009 | 5 | 2011-06-11T15:59:02Z | E9-12565 | 0 | 0 | 09000064809be799 | ||
| EPA-HQ-OAR-2002-0071-0068 | EPA | Update of Continuous Instrumental Test Methods EPA-HQ-OAR-2002-0071 | Update of Continuous Instrumental Test Methods: Technical Amendments | Rule | Federal Register Document | 2008-05-22T04:00:00Z | 2008 | 5 | 2011-06-11T15:59:02Z | E8-11398 | 0 | 0 | 09000064805f83e5 | ||
| EPA-HQ-OAR-2002-0071-0067 | EPA | Update of Continuous Instrumental Test Methods EPA-HQ-OAR-2002-0071 | Update of Continuous Instrumental Test Methods: Technical Amendments | Rule | Federal Register Document | 2007-11-05T05:00:00Z | 2007 | 11 | 2011-06-11T15:59:03Z | E7-21721 | 0 | 0 | 090000648035ff74 | ||
| EPA-HQ-OAR-2002-0071-0064 | EPA | Update of Continuous Instrumental Test Methods EPA-HQ-OAR-2002-0071 | Update of Continuous Instrumental Test Methods: Technical Amendments | Rule | Federal Register Document | 2007-09-07T04:00:00Z | 2007 | 9 | 2007-09-07T12:24:13Z | 2007-10-10T03:59:59Z | 2011-06-11T15:59:03Z | E7-17415 | 0 | 0 | 090000648027ea4d |
| EPA-HQ-OAR-2002-0071-0065 | EPA | Update of Continuous Instrumental Test Methods EPA-HQ-OAR-2002-0071 | Update of Continuous Instrumental Test Methods: Technical Amendments | Proposed Rule | Federal Register Document | 2007-09-07T04:00:00Z | 2007 | 9 | 2007-09-07T04:00:00Z | 2007-10-10T03:59:59Z | 2011-06-11T15:59:03Z | E7-17413 | 0 | 0 | 090000648027ea19 |
| EPA-HQ-OAR-2002-0071-0063 | EPA | Update of Continuous Instrumental Test Methods EPA-HQ-OAR-2002-0071 | Update of Continuous Instrumental Test Methods | Rule | Federal Register Document | 2006-05-15T12:02:14Z | 2006 | 5 | 2011-06-11T15:59:03Z | 06-04196 | 0 | 0 | 09000064801721b9 | ||
| EPA-HQ-OAR-2002-0071-0062 | EPA | Update of Continuous Instrumental Test Methods EPA-HQ-OAR-2002-0071 | Summary of Comments and Responses Document | Supporting & Related Material | Comment Response | 2006-05-01T04:00:00Z | 2006 | 5 | 2006-09-02T14:09:42Z | 0 | 0 | 0900006480167f75 |
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);