documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FWS-R8-ES-2007-0005" and posted_year = 2008 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, last_modified, withdrawn, 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-2007-0005-5266 | FWS | Designation of Critical Habitat for the Peninsular Bighorn Sheep FWS-R8-ES-2007-0005 | Public Hearing - Session 1 | Supporting & Related Material | 2008-11-06T05:00:00Z | 2008 | 11 | 2013-02-26T17:32:22Z | 0 | 0 | 0900006480796c1a | ||||
| FWS-R8-ES-2007-0005-5265 | FWS | Designation of Critical Habitat for the Peninsular Bighorn Sheep FWS-R8-ES-2007-0005 | Public Hearing - Session 2 | Supporting & Related Material | 2008-11-06T05:00:00Z | 2008 | 11 | 2013-02-26T17:32:22Z | 0 | 0 | 0900006480796c16 | ||||
| FWS-R8-ES-2007-0005-0235 | FWS | Designation of Critical Habitat for the Peninsular Bighorn Sheep FWS-R8-ES-2007-0005 | Peninsular bighorn sheep proposed critical habitat map | Supporting & Related Material | 2008-09-19T04:00:00Z | 2008 | 9 | 2013-02-26T17:27:55Z | 0 | 0 | 09000064807102f5 | ||||
| FWS-R8-ES-2007-0005-0219 | FWS | Designation of Critical Habitat for the Peninsular Bighorn Sheep FWS-R8-ES-2007-0005 | Draft economic analysis for the proposed designation of critical habitat for Peninsular bighorn sheep | Supporting & Related Material | 2008-08-26T04:00:00Z | 2008 | 8 | 2013-02-26T17:27:54Z | 0 | 0 | 09000064806dbbec | ||||
| FWS-R8-ES-2007-0005-0218 | FWS | Designation of Critical Habitat for the Peninsular Bighorn Sheep FWS-R8-ES-2007-0005 | Designation of Critical Habitat for the Peninsular Ranges Population of Desert Bighorn Sheep: Proposed rule; reopening of comment period, revised proposed critical habitat, notice of availability of draft economic analysis, notice of public hearings, and amended required determinations. | Proposed Rule | 2008-08-26T04:00:00Z | 2008 | 8 | 2008-08-26T04:00:00Z | 2008-10-28T03:59:59Z | 2013-02-26T17:27:54Z | E8-19465 | 0 | 0 | 09000064806da3f8 | |
| FWS-R8-ES-2007-0005-0217 | FWS | Designation of Critical Habitat for the Peninsular Bighorn Sheep FWS-R8-ES-2007-0005 | Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for the Sierra Nevada Bighorn Sheep and Taxonomic Revision | Rule | 2008-08-05T00:00:00Z | 2008 | 8 | 2013-02-26T17:27:53Z | 0 | 1 | 09000064806aecfd |
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);