documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "FWS-R2-ES-2013-0002" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, last_modified, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- FWS 9
| 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-R2-ES-2013-0002-0028 | FWS | Designation of Critical Habitat for Zuni Bluehead Sucker FWS-R2-ES-2013-0002 | Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for the Zuni Bluehead Sucker | Rule | 2016-06-07T04:00:00Z | 2016 | 6 | 2016-06-07T04:00:00Z | 2016-06-07T14:29:19Z | 2016-13246 | 0 | 0 | 0900006482018a12 | ||
| FWS-R2-ES-2013-0002-0010 | FWS | Designation of Critical Habitat for Zuni Bluehead Sucker FWS-R2-ES-2013-0002 | Endangered and Threatened Wildlife and Plants: Zuni Bluehead Sucker; Critical Habitat Designation | Proposed Rule | 2015-04-14T04:00:00Z | 2015 | 4 | 2015-04-14T04:00:00Z | 2015-05-15T03:59:59Z | 2015-05-20T01:31:25Z | 2015-08277 | 0 | 0 | 0900006481aa3cbc | |
| FWS-R2-ES-2013-0002-0011 | FWS | Designation of Critical Habitat for Zuni Bluehead Sucker FWS-R2-ES-2013-0002 | Zuni Bluehead Sucker Screening Analysis | Supporting & Related Material | Report | 2015-04-14T04:00:00Z | 2015 | 4 | 2015-04-14T13:54:20Z | 0 | 0 | 0900006481a9169d | |||
| FWS-R2-ES-2013-0002-0013 | FWS | Designation of Critical Habitat for Zuni Bluehead Sucker FWS-R2-ES-2013-0002 | Zuni Bluehead Sucker NOA Literature Cited | Supporting & Related Material | Reference (external attachments) | 2015-04-14T04:00:00Z | 2015 | 4 | 2015-04-14T13:54:22Z | 0 | 0 | 0900006481a9169f | |||
| FWS-R2-ES-2013-0002-0014 | FWS | Designation of Critical Habitat for Zuni Bluehead Sucker FWS-R2-ES-2013-0002 | Zuni Bluehead Sucker Draft CH Environmental Assessment | Supporting & Related Material | Environmental Assessment | 2015-04-14T04:00:00Z | 2015 | 4 | 2015-04-14T13:54:23Z | 0 | 0 | 0900006481a91b2d | |||
| FWS-R2-ES-2013-0002-0012 | FWS | Designation of Critical Habitat for Zuni Bluehead Sucker FWS-R2-ES-2013-0002 | Zuni Bluehead Sucker Revised Screening Analysis | Supporting & Related Material | 2015-04-14T00:00:00Z | 2015 | 4 | 2015-04-14T17:08:22Z | 0 | 1 | 0900006481a9169e | ||||
| FWS-R2-ES-2013-0002-0003 | FWS | Designation of Critical Habitat for Zuni Bluehead Sucker FWS-R2-ES-2013-0002 | UTM Coordinates for Zuni bluehead sucker Critical Habitat | Supporting & Related Material | Technical Support Document | 2013-01-25T05:00:00Z | 2013 | 1 | 2013-01-25T14:54:02Z | 0 | 0 | 09000064811d37d8 | |||
| FWS-R2-ES-2013-0002-0001 | FWS | Designation of Critical Habitat for Zuni Bluehead Sucker FWS-R2-ES-2013-0002 | Endangered and Threatened Wildlife and Plants: Proposed Designation of Critical Habitat for Zuni Bluehead Sucker | Proposed Rule | 2013-01-25T05:00:00Z | 2013 | 1 | 2013-01-25T05:00:00Z | 2013-03-27T03:59:59Z | 2013-03-28T02:02:13Z | 2013-01302 | 0 | 0 | 09000064811d7a1f | |
| FWS-R2-ES-2013-0002-0002 | FWS | Designation of Critical Habitat for Zuni Bluehead Sucker FWS-R2-ES-2013-0002 | Literature Cited for Proposed Designation of Critical Habitat for the Proposed Endangered Zuni bluehead sucker (Catostomus discobolus yarrowi) | Supporting & Related Material | Reference (internal unless indicated) | 2013-01-25T05:00:00Z | 2013 | 1 | 2013-01-25T14:54:02Z | 0 | 0 | 09000064811d37d7 |
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);