documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "FWS-R4-ES-2015-0014" 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)
document_type 3
agency_id 1
- FWS 10
| 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-R4-ES-2015-0014-0080 | FWS | Removal of the Louisiana Black Bear From the Federal List of Endangered and Threatened Wildlife FWS-R4-ES-2015-0014 | Federal Register LA Breeding Habitat 1993-2014 MS Breeding Habitat 2014 Bear TRAK 092215 Revised Bigger Legend | Supporting & Related Material | Map | 2016-03-11T05:00:00Z | 2016 | 3 | 2016-03-11T14:37:38Z | 0 | 0 | 0900006481ebbc9b | |||
| FWS-R4-ES-2015-0014-0077 | FWS | Removal of the Louisiana Black Bear From the Federal List of Endangered and Threatened Wildlife FWS-R4-ES-2015-0014 | References Cited for Final Rule - Delist Louisiana Black Bear | Supporting & Related Material | Reference (external attachments) | 2016-03-11T05:00:00Z | 2016 | 3 | 2016-03-11T14:08:40Z | 0 | 0 | 0900006481e9f820 | |||
| FWS-R4-ES-2015-0014-0079 | FWS | Removal of the Louisiana Black Bear From the Federal List of Endangered and Threatened Wildlife FWS-R4-ES-2015-0014 | Federal Register LA HRPA MS Single Priority Areas LA and MS Permanently Protected Lands Revised 01/2016 | Supporting & Related Material | Map | 2016-03-11T05:00:00Z | 2016 | 3 | 2016-03-11T14:36:00Z | 0 | 0 | 0900006481ebbc9a | |||
| FWS-R4-ES-2015-0014-0075 | FWS | Removal of the Louisiana Black Bear From the Federal List of Endangered and Threatened Wildlife FWS-R4-ES-2015-0014 | Endangered and Threatened Wildlife and Plants: Removal of the Louisiana Black Bear From the Federal List of Endangered and Threatened Wildlife and Removal of Similarity-of-Appearance Protections for the American Black Bear | Rule | 2016-03-11T05:00:00Z | 2016 | 3 | 2016-03-11T05:00:00Z | 2016-03-17T17:00:37Z | 2016-05206 | 0 | 0 | 0900006481ebc224 | ||
| FWS-R4-ES-2015-0014-0076 | FWS | Removal of the Louisiana Black Bear From the Federal List of Endangered and Threatened Wildlife FWS-R4-ES-2015-0014 | List of Acronyms Commonly Used in the Final Delisting Rule for the Louisiana black bear | Supporting & Related Material | Technical Support Document | 2016-03-11T05:00:00Z | 2016 | 3 | 2016-03-11T14:08:39Z | 0 | 0 | 0900006481e9f81f | |||
| FWS-R4-ES-2015-0014-0078 | FWS | Removal of the Louisiana Black Bear From the Federal List of Endangered and Threatened Wildlife FWS-R4-ES-2015-0014 | Post-Delisting Monitoring Plan for the Louisiana Black Bear | Supporting & Related Material | Report | 2016-03-11T05:00:00Z | 2016 | 3 | 2016-03-11T14:17:50Z | 0 | 0 | 0900006481ebc32d | |||
| FWS-R4-ES-2015-0014-0007 | FWS | Removal of the Louisiana Black Bear From the Federal List of Endangered and Threatened Wildlife FWS-R4-ES-2015-0014 | Draft Post-Delisting Monitoring Plan for the Louisiana Black Bear (Ursus americanus luteolus) | Supporting & Related Material | Technical Support Document | 2015-05-22T04:00:00Z | 2015 | 5 | 2015-05-22T15:55:12Z | 0 | 0 | 0900006481af2151 | |||
| FWS-R4-ES-2015-0014-0005 | FWS | Removal of the Louisiana Black Bear From the Federal List of Endangered and Threatened Wildlife FWS-R4-ES-2015-0014 | List of Acronyms | Supporting & Related Material | Technical Support Document | 2015-05-22T04:00:00Z | 2015 | 5 | 2015-05-22T14:39:32Z | 0 | 0 | 0900006481af1f98 | |||
| FWS-R4-ES-2015-0014-0006 | FWS | Removal of the Louisiana Black Bear From the Federal List of Endangered and Threatened Wildlife FWS-R4-ES-2015-0014 | References Cited for Louisiana Black Bear Recovery | Supporting & Related Material | Reference (external attachments) | 2015-05-22T04:00:00Z | 2015 | 5 | 2015-05-22T14:46:51Z | 0 | 0 | 0900006481af1f99 | |||
| FWS-R4-ES-2015-0014-0001 | FWS | Removal of the Louisiana Black Bear From the Federal List of Endangered and Threatened Wildlife FWS-R4-ES-2015-0014 | Endangered and Threatened Wildlife and Plants: Louisiana Black Bear; Removal From List of Endangered and Threatened Wildlife; Removal of Similarity-of-Appearance Protections for American Black Bear | Proposed Rule | 2015-05-21T04:00:00Z | 2015 | 5 | 2015-05-21T04:00:00Z | 2015-07-21T03:59:59Z | 2015-10-21T01:31:07Z | 2015-11748 | 0 | 0 | 0900006481aee0c0 |
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);