documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "FWS-R8-ES-2015-0170" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, 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-R8-ES-2015-0170-0018 | FWS | Remove the San Miguel Island Fox, Santa Rosa Island Fox, and Santa Cruz Island Fox from the Federal List of Endangered and Threatened Wildlife, and Reclassify the Santa Catalina Island Fox FWS-R8-ES-2015-0170 | Results of graphing/analysis tool to assess island fox recovery criterion E/1 | Supporting & Related Material | Report | 2016-08-12T04:00:00Z | 2016 | 8 | 2016-08-12T13:29:31Z | 0 | 0 | 090000648207ae0d | |||
| FWS-R8-ES-2015-0170-0016 | FWS | Remove the San Miguel Island Fox, Santa Rosa Island Fox, and Santa Cruz Island Fox from the Federal List of Endangered and Threatened Wildlife, and Reclassify the Santa Catalina Island Fox FWS-R8-ES-2015-0170 | Endangered and Threatened Species: San Miguel Island Fox, Santa Rosa Island Fox, Santa Cruz Island Fox, Santa Catalina Island Fox | Rule | 2016-08-12T04:00:00Z | 2016 | 8 | 2016-08-12T04:00:00Z | 2016-08-12T13:29:06Z | 2016-18778 | 0 | 0 | 0900006482170c30 | ||
| FWS-R8-ES-2015-0170-0017 | FWS | Remove the San Miguel Island Fox, Santa Rosa Island Fox, and Santa Cruz Island Fox from the Federal List of Endangered and Threatened Wildlife, and Reclassify the Santa Catalina Island Fox FWS-R8-ES-2015-0170 | References Cited for Island Fox Final Rule 2016 | Supporting & Related Material | Reference (external attachments) | 2016-08-12T04:00:00Z | 2016 | 8 | 2016-08-12T13:29:24Z | 0 | 0 | 090000648207ae0e | |||
| FWS-R8-ES-2015-0170-0008 | FWS | Remove the San Miguel Island Fox, Santa Rosa Island Fox, and Santa Cruz Island Fox from the Federal List of Endangered and Threatened Wildlife, and Reclassify the Santa Catalina Island Fox FWS-R8-ES-2015-0170 | Hudgens et al 2013, Epidemic Response Plan - Northern Channel Islands | Supporting & Related Material | Report | 2016-02-29T05:00:00Z | 2016 | 2 | 2016-02-29T19:29:28Z | 0 | 0 | 0900006481e916ad | |||
| FWS-R8-ES-2015-0170-0011 | FWS | Remove the San Miguel Island Fox, Santa Rosa Island Fox, and Santa Cruz Island Fox from the Federal List of Endangered and Threatened Wildlife, and Reclassify the Santa Catalina Island Fox FWS-R8-ES-2015-0170 | NPS 2015 Final Golden Eagle Management Strategy | Supporting & Related Material | Report | 2016-02-29T05:00:00Z | 2016 | 2 | 2016-02-29T19:32:39Z | 0 | 0 | 0900006481e91ad1 | |||
| FWS-R8-ES-2015-0170-0010 | FWS | Remove the San Miguel Island Fox, Santa Rosa Island Fox, and Santa Cruz Island Fox from the Federal List of Endangered and Threatened Wildlife, and Reclassify the Santa Catalina Island Fox FWS-R8-ES-2015-0170 | References for Island Fox Proposed Rule 2016 | Supporting & Related Material | Reference (external attachments) | 2016-02-29T05:00:00Z | 2016 | 2 | 2016-02-29T19:32:12Z | 0 | 0 | 0900006481e91ad2 | |||
| FWS-R8-ES-2015-0170-0009 | FWS | Remove the San Miguel Island Fox, Santa Rosa Island Fox, and Santa Cruz Island Fox from the Federal List of Endangered and Threatened Wildlife, and Reclassify the Santa Catalina Island Fox FWS-R8-ES-2015-0170 | Graphing/Analysis Tool to Assess Island Fox Recovery Criterion | Supporting & Related Material | Report | 2016-02-29T05:00:00Z | 2016 | 2 | 2016-02-29T19:31:17Z | 0 | 0 | 0900006481e91ad0 | |||
| FWS-R8-ES-2015-0170-0001 | FWS | Remove the San Miguel Island Fox, Santa Rosa Island Fox, and Santa Cruz Island Fox from the Federal List of Endangered and Threatened Wildlife, and Reclassify the Santa Catalina Island Fox FWS-R8-ES-2015-0170 | Endangered and Threatened Wildlife and Plants: Removing the San Miguel Island Fox, Santa Rosa Island Fox, and Santa Cruz Island Fox from the Federal List of Endangered and Threatened Wildlife, and Reclassifying the Santa Catalina Island Fox from Endangered to Threatened | Proposed Rule | 2016-02-16T05:00:00Z | 2016 | 2 | 2016-02-16T05:00:00Z | 2016-04-19T03:59:59Z | 2016-04-19T03:00:38Z | 2016-02669 | 0 | 0 | 0900006481e6e3c1 |
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);