documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-HQ-OEI-2012-0774" 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)
document_type 2
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-OEI-2012-0774-0021 | EPA | Draft Quality Standard for Environmental Data Collection, Production, and Use by Non-EPA (External) Organizations EPA-HQ-OEI-2012-0774 | Draft Quality Standard for Environmental Data Collection, Production, and Use by Non-EPA Organizations, etc.; Availability | Notice | Extension of Comment Period | 2013-02-26T05:00:00Z | 2013 | 2 | 2013-02-26T05:00:00Z | 2013-02-26T15:28:54Z | 2013-04395 | 0 | 0 | 0900006481209dd7 | |
| EPA-HQ-OEI-2012-0774-0010 | EPA | Draft Quality Standard for Environmental Data Collection, Production, and Use by Non-EPA (External) Organizations EPA-HQ-OEI-2012-0774 | Standards & Handbooks Information Sessions Powerpoint | Supporting & Related Material | Meeting Materials | 2013-02-07T05:00:00Z | 2013 | 2 | 2013-02-07T13:38:59Z | 0 | 0 | 09000064811e8f03 | |||
| EPA-HQ-OEI-2012-0774-0008 | EPA | Draft Quality Standard for Environmental Data Collection, Production, and Use by Non-EPA (External) Organizations EPA-HQ-OEI-2012-0774 | Quality Standard for Environmental Data Collection, Production, and Use by Non-EPA Organizations, etc.; Availability - Extension of comment period | Notice | 2013-02-04T05:00:00Z | 2013 | 2 | 2013-02-04T05:00:00Z | 2013-02-25T22:07:49Z | 2013-02378 | 0 | 0 | 09000064811e5078 | ||
| EPA-HQ-OEI-2012-0774-0005 | EPA | Draft Quality Standard for Environmental Data Collection, Production, and Use by Non-EPA (External) Organizations EPA-HQ-OEI-2012-0774 | Announcement of Availability and Comment Period for the Draft Quality Standard for Environmental Data Collection, Production, and Use by Non-EPA (External) Organizations and Two Associated QA Handbooks; Extension of Comment Period and Correction | Notice | Correction | 2013-01-16T05:00:00Z | 2013 | 1 | 2013-01-29T21:48:51Z | 2013-00836 | 0 | 0 | 09000064811c0760 | ||
| EPA-HQ-OEI-2012-0774-0003 | EPA | Draft Quality Standard for Environmental Data Collection, Production, and Use by Non-EPA (External) Organizations EPA-HQ-OEI-2012-0774 | Handbook for Developing Quality Assurance Project Plans December 2012 | Supporting & Related Material | Guidance | 2012-12-26T05:00:00Z | 2012 | 12 | 2012-12-26T15:56:42Z | 0 | 0 | 09000064811909a0 | |||
| EPA-HQ-OEI-2012-0774-0004 | EPA | Draft Quality Standard for Environmental Data Collection, Production, and Use by Non-EPA (External) Organizations EPA-HQ-OEI-2012-0774 | Handbook for Preparing Quality Management Plans December 2012 | Supporting & Related Material | Guidance | 2012-12-26T05:00:00Z | 2012 | 12 | 2012-12-26T15:56:53Z | 0 | 0 | 09000064811909a1 | |||
| EPA-HQ-OEI-2012-0774-0002 | EPA | Draft Quality Standard for Environmental Data Collection, Production, and Use by Non-EPA (External) Organizations EPA-HQ-OEI-2012-0774 | 2106-S-02 Agency Review and Public Comment 2012 | Supporting & Related Material | Guidance | 2012-12-26T05:00:00Z | 2012 | 12 | 2012-12-26T15:56:31Z | 0 | 0 | 090000648119099f | |||
| EPA-HQ-OEI-2012-0774-0001 | EPA | Draft Quality Standard for Environmental Data Collection, Production, and Use by Non-EPA (External) Organizations EPA-HQ-OEI-2012-0774 | Quality Standard for Environmental Data Collection, Production, and Use by Non-EPA Organizations, etc.; Availability | Notice | Notice of Data Availability | 2012-12-26T05:00:00Z | 2012 | 12 | 2012-12-26T05:00:00Z | 2013-03-30T03:59:59Z | 2013-04-16T01:02:14Z | 2012-31096 | 0 | 0 | 090000648119a471 |
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);