documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "EPA-HQ-OA-2013-0123" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), last_modified (date)
document_type 2
agency_id 1
- EPA 6
| 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-2013-0123-0006 | EPA | Farm, Ranch, and Rural Communities Committee (FRRCC) 2013 EPA-HQ-OA-2013-0123 | FRRCC Teleconference August 8, 2013 | Supporting & Related Material | Meeting Materials | 2013-11-21T05:00:00Z | 2013 | 11 | 2013-11-21T15:22:01Z | 0 | 0 | 090000648148be5c | |||
| EPA-HQ-OA-2013-0123-0004 | EPA | Farm, Ranch, and Rural Communities Committee (FRRCC) 2013 EPA-HQ-OA-2013-0123 | Farm, Ranch, and Rural Communities Committee (FRRCC) Teleconference August 8, 2013 - Agenda | Supporting & Related Material | Meeting Materials | 2013-08-30T04:00:00Z | 2013 | 8 | 2013-08-30T20:22:08Z | 0 | 0 | 09000064813cf9ee | |||
| EPA-HQ-OA-2013-0123-0005 | EPA | Farm, Ranch, and Rural Communities Committee (FRRCC) 2013 EPA-HQ-OA-2013-0123 | Farm, Ranch, and Rural Communities Advisory Committee (FRRCC) Teleconference August 8, 2013 - Participant List | Supporting & Related Material | Meeting Materials | 2013-08-30T04:00:00Z | 2013 | 8 | 2013-08-30T20:23:26Z | 0 | 0 | 09000064813d04e9 | |||
| EPA-HQ-OA-2013-0123-0003 | EPA | Farm, Ranch, and Rural Communities Committee (FRRCC) 2013 EPA-HQ-OA-2013-0123 | Farm, Ranch, and Rural Communitites Committee Webinar January 17, 2013, Washington, DC | Supporting & Related Material | Meeting Materials | 2013-07-25T04:00:00Z | 2013 | 7 | 2013-07-25T13:44:41Z | 0 | 0 | 090000648135ac21 | |||
| EPA-HQ-OA-2013-0123-0002 | EPA | Farm, Ranch, and Rural Communities Committee (FRRCC) 2013 EPA-HQ-OA-2013-0123 | Farm, Ranch, and Rural Communities Committee Teleconference on August 8, 2013 | Notice | Meeting | 2013-07-11T04:00:00Z | 2013 | 7 | 2015-03-10T15:33:31Z | 2013-16660 | 0 | 0 | 09000064813608c2 | ||
| EPA-HQ-OA-2013-0123-0001 | EPA | Farm, Ranch, and Rural Communities Committee (FRRCC) 2013 EPA-HQ-OA-2013-0123 | Farm, Ranch, and Rural Communities Committee (FRRCC) Meeting on January 17, 2013 | Notice | Meeting | 2012-12-19T05:00:00Z | 2012 | 12 | 2015-03-10T15:31:22Z | 2012-30582 | 0 | 0 | 0900006481192246 |
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);