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-2015-0013" 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)
| 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-2015-0013-0039 | FWS | Establishment of a Statewide Nonessential Experimental Population of Black-footed Ferrets in Wyoming FWS-R6-ES-2015-0013 | APPENDIX B EA WY Statewide BFF 10(j) Rule | Supporting & Related Material | Report | 2015-10-30T04:00:00Z | 2015 | 10 | 2015-10-30T13:27:31Z | 0 | 0 | 0900006481cdf52d | |||
| FWS-R6-ES-2015-0013-0038 | FWS | Establishment of a Statewide Nonessential Experimental Population of Black-footed Ferrets in Wyoming FWS-R6-ES-2015-0013 | APPENDIX A Public Comments on EA | Supporting & Related Material | Report | 2015-10-30T04:00:00Z | 2015 | 10 | 2015-10-30T13:27:31Z | 0 | 0 | 0900006481cdf52c | |||
| FWS-R6-ES-2015-0013-0041 | FWS | Establishment of a Statewide Nonessential Experimental Population of Black-footed Ferrets in Wyoming FWS-R6-ES-2015-0013 | WY BFF Biological Opinion | Supporting & Related Material | Memorandum | 2015-10-30T04:00:00Z | 2015 | 10 | 2015-10-30T13:27:32Z | 0 | 0 | 0900006481cdf4b0 | |||
| FWS-R6-ES-2015-0013-0042 | FWS | Establishment of a Statewide Nonessential Experimental Population of Black-footed Ferrets in Wyoming FWS-R6-ES-2015-0013 | Literature Cited Final Rule WY BFF 10J | Supporting & Related Material | Reference (external attachments) | 2015-10-30T04:00:00Z | 2015 | 10 | 2015-10-30T13:27:32Z | 0 | 0 | 0900006481cf1c16 | |||
| FWS-R6-ES-2015-0013-0040 | FWS | Establishment of a Statewide Nonessential Experimental Population of Black-footed Ferrets in Wyoming FWS-R6-ES-2015-0013 | FONSI WY BFF 10(j) Rule | Supporting & Related Material | Finding of no Significant Impact | 2015-10-30T04:00:00Z | 2015 | 10 | 2015-10-30T13:27:32Z | 0 | 0 | 0900006481cdf4af | |||
| FWS-R6-ES-2015-0013-0037 | FWS | Establishment of a Statewide Nonessential Experimental Population of Black-footed Ferrets in Wyoming FWS-R6-ES-2015-0013 | Endangered and Threatened Wildlife and Plants: Black-Footed Ferrets in Wyoming; Establishment of a Nonessential Experimental Population | Rule | 2015-10-30T04:00:00Z | 2015 | 10 | 2015-10-30T04:00:00Z | 2015-10-30T13:26:59Z | 2015-27639 | 0 | 0 | 0900006481cfca68 | ||
| FWS-R6-ES-2015-0013-0003 | FWS | Establishment of a Statewide Nonessential Experimental Population of Black-footed Ferrets in Wyoming FWS-R6-ES-2015-0013 | Draft Environmental Assessment BFF Wyoming 10(j) Rule | Supporting & Related Material | Environmental Assessment | 2015-04-10T04:00:00Z | 2015 | 4 | 2015-04-10T19:03:45Z | 0 | 0 | 0900006481a9ecb1 | |||
| FWS-R6-ES-2015-0013-0002 | FWS | Establishment of a Statewide Nonessential Experimental Population of Black-footed Ferrets in Wyoming FWS-R6-ES-2015-0013 | References Cited BFF WY Proposed_Rule | Supporting & Related Material | Reference (external attachments) | 2015-04-10T04:00:00Z | 2015 | 4 | 2015-04-10T19:03:30Z | 0 | 0 | 0900006481a9ecb0 | |||
| FWS-R6-ES-2015-0013-0001 | FWS | Establishment of a Statewide Nonessential Experimental Population of Black-footed Ferrets in Wyoming FWS-R6-ES-2015-0013 | Endangered and Threatened Wildlife and Plants: Black-footed Ferrets in Wyoming; Establishment of Nonessential Experimental Population | Proposed Rule | 2015-04-10T04:00:00Z | 2015 | 4 | 2015-04-10T04:00:00Z | 2015-06-10T03:59:59Z | 2015-08-01T01:30:45Z | 2015-08271 | 0 | 0 | 0900006481a9e1ab |
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);