documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FWS-R6-ES-2011-0111" and posted_year = 2014 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date (date), comment_start_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-R6-ES-2011-0111-0471 | FWS | Designation of Critical Habitat for Gunnison Sage-grouse FWS-R6-ES-2011-0111 | Literature Cited GUSG Final Rule and CH 11_12_2014 | Supporting & Related Material | Reference (external attachments) | 2014-11-20T05:00:00Z | 2014 | 11 | 2014-11-20T18:22:47Z | 0 | 0 | 090000648193b100 | |||
| FWS-R6-ES-2011-0111-0468 | FWS | Designation of Critical Habitat for Gunnison Sage-grouse FWS-R6-ES-2011-0111 | Final Critical Habitat Designation Unit Coordinates Gunnison Sage-grouse | Supporting & Related Material | Map | 2014-11-20T05:00:00Z | 2014 | 11 | 2014-11-20T18:19:51Z | 0 | 0 | 090000648193acfd | |||
| FWS-R6-ES-2011-0111-0466 | FWS | Designation of Critical Habitat for Gunnison Sage-grouse FWS-R6-ES-2011-0111 | Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for Gunnison Sage-Grouse | Rule | 2014-11-20T05:00:00Z | 2014 | 11 | 2014-11-20T05:00:00Z | 2014-11-20T14:36:39Z | 2014-27113 | 0 | 0 | 09000064819397ec | ||
| FWS-R6-ES-2011-0111-0469 | FWS | Designation of Critical Habitat for Gunnison Sage-grouse FWS-R6-ES-2011-0111 | Final Economic Analysis of Critical Habitat for the Gunnison Sage-grouse | Supporting & Related Material | Economic Analysis | 2014-11-20T05:00:00Z | 2014 | 11 | 2014-11-20T18:21:43Z | 0 | 0 | 090000648193acfe | |||
| FWS-R6-ES-2011-0111-0467 | FWS | Designation of Critical Habitat for Gunnison Sage-grouse FWS-R6-ES-2011-0111 | Environmental Assessment Designation of Critical Habitat for the Gunnison Sage-grouse | Supporting & Related Material | Environmental Assessment | 2014-11-20T05:00:00Z | 2014 | 11 | 2014-11-20T18:24:19Z | 0 | 0 | 090000648193ac92 | |||
| FWS-R6-ES-2011-0111-0470 | FWS | Designation of Critical Habitat for Gunnison Sage-grouse FWS-R6-ES-2011-0111 | Finding of No Significant Impact - Designation of Critical Habitat Gunnison Sage-grouse | Supporting & Related Material | Finding of no Significant Impact | 2014-11-20T05:00:00Z | 2014 | 11 | 2014-11-20T18:22:14Z | 0 | 0 | 090000648193acff |
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);