documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "FWS-R6-ES-2011-0030" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, 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-R6-ES-2011-0030-0026 | FWS | Utah Prairie Dog - Amend Special Rule Section 4(d) FWS-R6-ES-2011-0030 | Finding of No Significant Impact for the Revised 4(d) Protective Regulations for the Utah Prairie Dog | Supporting & Related Material | Finding of no Significant Impact | 2012-08-02T04:00:00Z | 2012 | 8 | 2012-08-02T13:06:37Z | 0 | 0 | 09000064810b821b | |||
| FWS-R6-ES-2011-0030-0027 | FWS | Utah Prairie Dog - Amend Special Rule Section 4(d) FWS-R6-ES-2011-0030 | Final Environmental Assessment of 4(d) Protective Regulations for the Utah Prairie Dog | Supporting & Related Material | Environmental Assessment | 2012-08-02T04:00:00Z | 2012 | 8 | 2012-08-02T13:06:37Z | 0 | 0 | 09000064810b821c | |||
| FWS-R6-ES-2011-0030-0024 | FWS | Utah Prairie Dog - Amend Special Rule Section 4(d) FWS-R6-ES-2011-0030 | Endangered and Threatened Wildlife and Plants: Revising Special Rule for Utah Prairie Dog | Rule | 2012-08-02T04:00:00Z | 2012 | 8 | 2012-08-02T04:00:00Z | 2012-08-02T13:10:15Z | 2012-18284 | 0 | 0 | 09000064810bee25 | ||
| FWS-R6-ES-2011-0030-0028 | FWS | Utah Prairie Dog - Amend Special Rule Section 4(d) FWS-R6-ES-2011-0030 | Literature Cited for Final Rule - 4(d) Protective Regulations for the Utah Prairie Dog | Supporting & Related Material | Index | 2012-08-02T04:00:00Z | 2012 | 8 | 2012-08-02T13:06:37Z | 0 | 0 | 09000064810b821d | |||
| FWS-R6-ES-2011-0030-0025 | FWS | Utah Prairie Dog - Amend Special Rule Section 4(d) FWS-R6-ES-2011-0030 | Intra-Service Consultation for the Revision of the 4(d) Protective Regulations for the Utah Prairie Dog | Supporting & Related Material | Reference (internal unless indicated) | 2012-08-02T04:00:00Z | 2012 | 8 | 2012-08-02T13:06:37Z | 0 | 0 | 09000064810b821a | |||
| FWS-R6-ES-2011-0030-0011 | FWS | Utah Prairie Dog - Amend Special Rule Section 4(d) FWS-R6-ES-2011-0030 | Draft Environmental Assessment of Proposed 4(d) Protective Regulations for the Utah Prairie Dog | Supporting & Related Material | Environmental Assessment | 2012-04-26T04:00:00Z | 2012 | 4 | 2012-04-26T13:01:57Z | 0 | 0 | 0900006480ffbad9 | |||
| FWS-R6-ES-2011-0030-0010 | FWS | Utah Prairie Dog - Amend Special Rule Section 4(d) FWS-R6-ES-2011-0030 | Endangered and Threatened Wildlife and Plants: Revising Proposed Special Rule for Utah Prairie Dog | Proposed Rule | 2012-04-26T04:00:00Z | 2012 | 4 | 2012-04-26T04:00:00Z | 2012-05-30T03:59:59Z | 2012-07-14T02:01:03Z | 2012-09884 | 0 | 0 | 0900006480ffd39d | |
| FWS-R6-ES-2011-0030-0001 | FWS | Utah Prairie Dog - Amend Special Rule Section 4(d) FWS-R6-ES-2011-0030 | Endangered and Threatened Wildlife and Plants: Revision of Special Rule for the Utah Prairie Dog | Proposed Rule | 2011-06-02T04:00:00Z | 2011 | 6 | 2011-06-02T04:00:00Z | 2011-08-02T03:59:59Z | 2011-06-11T16:43:17Z | 2011-13684 | 0 | 0 | 0900006480e397fb | |
| FWS-R6-ES-2011-0030-0002 | FWS | Utah Prairie Dog - Amend Special Rule Section 4(d) FWS-R6-ES-2011-0030 | 76 FR 31906 - 31920 Literature Cited | Supporting & Related Material | 2011-06-02T04:00:00Z | 2011 | 6 | 2011-06-02T13:31:26Z | 0 | 0 | 0900006480c34164 |
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);