documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where agency_id = "FWS" and docket_id = "FWS-R1-ES-2011-0112" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, comment_end_date, 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-R1-ES-2011-0112-1270 | FWS | Revised Critical Habitat for the Northern Spotted Owl FWS-R1-ES-2011-0112 | UTM Coordinates for Final Rule | Supporting & Related Material | Technical Support Document | 2012-12-10T05:00:00Z | 2012 | 12 | 2012-12-10T18:24:35Z | 0 | 0 | 0900006481183ce6 | |||
| FWS-R1-ES-2011-0112-1267 | FWS | Revised Critical Habitat for the Northern Spotted Owl FWS-R1-ES-2011-0112 | Endangered and Threatened Wildlife and Plants: Designation of Revised Critical Habitat for Northern Spotted Owl | Rule | 2012-12-04T05:00:00Z | 2012 | 12 | 2012-12-04T05:00:00Z | 2012-12-04T16:28:17Z | 2012-28714 | 0 | 0 | 090000648117e426 | ||
| FWS-R1-ES-2011-0112-1268 | FWS | Revised Critical Habitat for the Northern Spotted Owl FWS-R1-ES-2011-0112 | Final Economic Analysis of Critical Habitat Designation for the Northern Spotted Owl | Supporting & Related Material | Economic Analysis | 2012-12-04T05:00:00Z | 2012 | 12 | 2012-12-04T16:28:47Z | 0 | 0 | 090000648117db04 | |||
| FWS-R1-ES-2011-0112-1269 | FWS | Revised Critical Habitat for the Northern Spotted Owl FWS-R1-ES-2011-0112 | Final Environmental Assessment Revision of Critical Habitat for the Northern Spotted Owl | Supporting & Related Material | Environmental Assessment | 2012-12-04T05:00:00Z | 2012 | 12 | 2012-12-04T16:28:47Z | 0 | 0 | 090000648117e297 | |||
| FWS-R1-ES-2011-0112-0032 | FWS | Revised Critical Habitat for the Northern Spotted Owl FWS-R1-ES-2011-0112 | Draft Environmental Assessment for Critical Habitat for the Northern Spotted Owl | Supporting & Related Material | Reference (internal unless indicated) | 2012-06-04T04:00:00Z | 2012 | 6 | 2012-06-04T12:53:38Z | 0 | 0 | 090000648102e5a1 | |||
| FWS-R1-ES-2011-0112-0031 | FWS | Revised Critical Habitat for the Northern Spotted Owl FWS-R1-ES-2011-0112 | Draft Economic Analysis of Critical Habitat for the Northern Spotted Owl | Supporting & Related Material | Economic Analysis | 2012-06-01T04:00:00Z | 2012 | 6 | 2012-06-04T12:54:01Z | 0 | 0 | 0900006481022c62 | |||
| FWS-R1-ES-2011-0112-0030 | FWS | Revised Critical Habitat for the Northern Spotted Owl FWS-R1-ES-2011-0112 | Endangered and Threatened Wildlife and Plants: Revised Critical Habitat for Northern Spotted Owl | Proposed Rule | 2012-06-01T04:00:00Z | 2012 | 6 | 2012-06-01T04:00:00Z | 2012-07-07T03:59:59Z | 2012-08-25T02:03:55Z | 2012-13305 | 0 | 0 | 09000064810248be | |
| FWS-R1-ES-2011-0112-0018 | FWS | Revised Critical Habitat for the Northern Spotted Owl FWS-R1-ES-2011-0112 | Endangered and Threatened Wildlife and Plants: Revised Critical Habitat for Northern Spotted Owl | Proposed Rule | 2012-05-08T04:00:00Z | 2012 | 5 | 2012-05-08T04:00:00Z | 2012-07-07T03:59:59Z | 2012-11-06T03:01:03Z | 2012-11059 | 0 | 0 | 0900006481007f6d | |
| FWS-R1-ES-2011-0112-0009 | FWS | Revised Critical Habitat for the Northern Spotted Owl FWS-R1-ES-2011-0112 | Dunk et al. (2012) Modeling methods | Supporting & Related Material | Reference (internal unless indicated) | 2012-03-16T04:00:00Z | 2012 | 3 | 2012-03-16T22:22:50Z | 0 | 0 | 0900006480fd9086 | |||
| FWS-R1-ES-2011-0112-0010 | FWS | Revised Critical Habitat for the Northern Spotted Owl FWS-R1-ES-2011-0112 | Literature Cited_2012NSO Proposed Revised Critical Habitat | Supporting & Related Material | Reference (internal unless indicated) | 2012-03-16T04:00:00Z | 2012 | 3 | 2012-03-16T22:23:12Z | 0 | 0 | 0900006480fd9087 | |||
| FWS-R1-ES-2011-0112-0001 | FWS | Revised Critical Habitat for the Northern Spotted Owl FWS-R1-ES-2011-0112 | Endangered and Threatened Wildlife and Plants: Revised Critical Habitat for the Northern Spotted Owl | Proposed Rule | 2012-03-08T05:00:00Z | 2012 | 3 | 2012-03-08T05:00:00Z | 2012-06-07T03:59:59Z | 2012-06-06T02:00:50Z | 2012-05042 | 0 | 0 | 0900006480fd1bdd |
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);