documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where agency_id = "FWS", docket_id = "FWS-R4-ES-2015-0014" and posted_year = 2016 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, 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-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 |
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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;