documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where agency_id = "FWS", docket_id = "FWS-R3-ES-2013-0017" and posted_year = 2014 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, withdrawn, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FWS-R3-ES-2013-0017-0056 | FWS | Designation of Critical Habitat for Dakota Skipper and Poweshiek skipperling FWS-R3-ES-2013-0017 | Two Butterflies Perception Effects Supplemental Memo FWS Cover 20140909 | Supporting & Related Material | Technical Support Document | 2014-09-25T04:00:00Z | 2014 | 9 | 2014-09-25T18:33:34Z | 0 | 0 | 0900006481890b60 | |||
| FWS-R3-ES-2013-0017-0055 | FWS | Designation of Critical Habitat for Dakota Skipper and Poweshiek skipperling FWS-R3-ES-2013-0017 | Endangered and Threatened Wildlife and Plants: Listing and Designation of Critical Habitat for the Dakota Skipper and the Poweshiek Skipperling | Proposed Rule | 2014-09-23T04:00:00Z | 2014 | 9 | 2014-09-23T04:00:00Z | 2014-10-24T03:59:59Z | 2014-11-05T03:06:00Z | 2014-22577 | 0 | 0 | 0900006481888b64 | |
| FWS-R3-ES-2013-0017-0052 | FWS | Designation of Critical Habitat for Dakota Skipper and Poweshiek skipperling FWS-R3-ES-2013-0017 | Textual descriptions of PCH units _update with changes noticed in NOA | Supporting & Related Material | Report | 2014-09-22T04:00:00Z | 2014 | 9 | 2014-09-22T15:16:19Z | 0 | 0 | 090000648188618b | |||
| FWS-R3-ES-2013-0017-0054 | FWS | Designation of Critical Habitat for Dakota Skipper and Poweshiek skipperling FWS-R3-ES-2013-0017 | Two Butterflies Screening Memo_2014-9-8 | Supporting & Related Material | Report | 2014-09-22T04:00:00Z | 2014 | 9 | 2014-09-22T15:16:49Z | 0 | 0 | 090000648188618d | |||
| FWS-R3-ES-2013-0017-0051 | FWS | Designation of Critical Habitat for Dakota Skipper and Poweshiek skipperling FWS-R3-ES-2013-0017 | Incremental Effects Memorandum for Dakota skipper and Poweshiek skipperling March2014 | Supporting & Related Material | Report | 2014-09-22T04:00:00Z | 2014 | 9 | 2014-09-22T15:16:03Z | 0 | 0 | 090000648188618a | |||
| FWS-R3-ES-2013-0017-0053 | FWS | Designation of Critical Habitat for Dakota Skipper and Poweshiek skipperling FWS-R3-ES-2013-0017 | Two Butterflies Perception Effects Supplemental Memo_2014-9-8 | Supporting & Related Material | 2014-09-22T00:00:00Z | 2014 | 9 | 2014-09-25T18:32:50Z | 0 | 1 | 090000648188618c | ||||
| FWS-R3-ES-2013-0017-0049 | FWS | Designation of Critical Habitat for Dakota Skipper and Poweshiek skipperling FWS-R3-ES-2013-0017 | Textual Descriptions of Proposed Critical Habitat Units | Supporting & Related Material | 2014-07-31T00:00:00Z | 2014 | 7 | 2014-09-22T15:12:13Z | 0 | 1 | 09000064817f2afb | ||||
| FWS-R3-ES-2013-0017-0050 | FWS | Designation of Critical Habitat for Dakota Skipper and Poweshiek skipperling FWS-R3-ES-2013-0017 | Textual descriptions of PCH units _final with FWS banner | Supporting & Related Material | 2014-07-31T00:00:00Z | 2014 | 7 | 2014-09-22T15:11:20Z | 0 | 1 | 09000064817f2b3e | ||||
| FWS-R3-ES-2013-0017-0048 | FWS | Designation of Critical Habitat for Dakota Skipper and Poweshiek skipperling FWS-R3-ES-2013-0017 | Textual Descriptions of Proposed Critical Habitat Units | Supporting & Related Material | 2014-07-30T00:00:00Z | 2014 | 7 | 2014-07-31T16:32:27Z | 0 | 1 | 09000064817ef341 | ||||
| FWS-R3-ES-2013-0017-0041 | FWS | Designation of Critical Habitat for Dakota Skipper and Poweshiek skipperling FWS-R3-ES-2013-0017 | DS-SD-20-22 | Supporting & Related Material | Reference (internal unless indicated) | 2014-01-16T05:00:00Z | 2014 | 1 | 2014-01-16T14:39:17Z | 0 | 0 | 090000648150d336 |
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);