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-2012-0100" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- FWS 8
| 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-2012-0100-1787 | FWS | Endangered Status for the Sierra Nevada Yellow-legged Frog and the Northern Distinct Population Segment of the Mt Yellow-legged Frog, Threatened Status for the Yosemite Toad FWS-R8-ES-2012-0100 | References Cited - Final Rule 3 Sierra Amphibians | Supporting & Related Material | Reference (external attachments) | 2014-05-18T04:00:00Z | 2014 | 5 | 2014-05-18T22:57:51Z | 0 | 0 | 0900006481700553 | |||
| FWS-R8-ES-2012-0100-1785 | FWS | Endangered Status for the Sierra Nevada Yellow-legged Frog and the Northern Distinct Population Segment of the Mt Yellow-legged Frog, Threatened Status for the Yosemite Toad FWS-R8-ES-2012-0100 | References Cited for Final Rule - 3 Sierra Amphibians | Supporting & Related Material | 2014-05-15T00:00:00Z | 2014 | 5 | 2014-05-18T22:56:48Z | 0 | 1 | 09000064816fdb03 | ||||
| FWS-R8-ES-2012-0100-1784 | FWS | Endangered Status for the Sierra Nevada Yellow-legged Frog and the Northern Distinct Population Segment of the Mt Yellow-legged Frog, Threatened Status for the Yosemite Toad FWS-R8-ES-2012-0100 | Endangered and Threatened Wildlife and Plants: Status for Sierra Nevada Yellow-Legged Frog; Northern Distinct Population Segment of the Mountain Yellow-Legged Frog; Status for Yosemite Toad | Rule | 2014-04-29T04:00:00Z | 2014 | 4 | 2014-04-29T04:00:00Z | 2014-04-29T13:38:03Z | 2014-09488 | 0 | 0 | 09000064816d408b | ||
| FWS-R8-ES-2012-0100-1645 | FWS | Endangered Status for the Sierra Nevada Yellow-legged Frog and the Northern Distinct Population Segment of the Mt Yellow-legged Frog, Threatened Status for the Yosemite Toad FWS-R8-ES-2012-0100 | Endangered and Threatened Wildlife and Plants: Endangered Status for the Sierra Nevada Yellow-legged Frog and the Northern Distinct Population Segment of the Mountain Yellow-legged Frog, and Threatened Status for the Yosemite Toad and Designation of Critical Habitat | Proposed Rule | 2014-01-10T05:00:00Z | 2014 | 1 | 2014-01-10T05:00:00Z | 2014-03-12T03:59:59Z | 2014-05-17T01:05:47Z | 2014-00281 | 0 | 0 | 09000064814fa7e4 | |
| FWS-R8-ES-2012-0100-1646 | FWS | Endangered Status for the Sierra Nevada Yellow-legged Frog and the Northern Distinct Population Segment of the Mt Yellow-legged Frog, Threatened Status for the Yosemite Toad FWS-R8-ES-2012-0100 | Draft Economic Analysis CH Sierra Nevada CA Amphibians | Supporting & Related Material | Economic Analysis | 2014-01-10T05:00:00Z | 2014 | 1 | 2014-01-10T14:45:55Z | 0 | 0 | 09000064814f20c7 | |||
| FWS-R8-ES-2012-0100-0557 | FWS | Endangered Status for the Sierra Nevada Yellow-legged Frog and the Northern Distinct Population Segment of the Mt Yellow-legged Frog, Threatened Status for the Yosemite Toad FWS-R8-ES-2012-0100 | Endangered and Threatened Wildlife and Plants: Endangered Status for the Sierra Nevada Yellow-legged Frog and the Northern Distinct Population Segment of the Mountain Yellow-legged Frog, and Threatened Status for the Yosemite Toad | Proposed Rule | 2013-07-19T04:00:00Z | 2013 | 7 | 2013-07-19T04:00:00Z | 2013-11-19T04:59:59Z | 2014-01-01T02:04:14Z | 2013-17197 | 0 | 0 | 090000648137033a | |
| FWS-R8-ES-2012-0100-0002 | FWS | Endangered Status for the Sierra Nevada Yellow-legged Frog and the Northern Distinct Population Segment of the Mt Yellow-legged Frog, Threatened Status for the Yosemite Toad FWS-R8-ES-2012-0100 | References Cited for Proposed Rule to List Sierra Nevada yellow-legged frog DPS and Yosemite toad | Supporting & Related Material | Reference (internal unless indicated) | 2013-04-25T04:00:00Z | 2013 | 4 | 2013-04-25T18:31:18Z | 0 | 0 | 09000064812a821a | |||
| FWS-R8-ES-2012-0100-0001 | FWS | Endangered Status for the Sierra Nevada Yellow-legged Frog and the Northern Distinct Population Segment of the Mt Yellow-legged Frog, Threatened Status for the Yosemite Toad FWS-R8-ES-2012-0100 | Endangered and Threatened Wildlife and Plants: Endangered Status for the Sierra Nevada Yellow-legged Frog and the Northern Distinct Population Segment of the Mountain Yellow-legged Frog, and Threatened Status for the Yosemite Toad | Proposed Rule | 2013-04-25T04:00:00Z | 2013 | 4 | 2013-04-25T04:00:00Z | 2013-06-25T03:59:59Z | 2013-12-03T02:01:31Z | 2013-09600 | 0 | 0 | 09000064812a755f |
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);