documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "FWS-R3-ES-2011-0029" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, 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-R3-ES-2011-0029-0773 | FWS | Revise the List of Endangered and Threatened Wildlife for the Gray Wolf ( Canis lupus ) in the Eastern United States FWS-R3-ES-2011-0029 | Endangered and Threatened Wildlife and Plants: Revising the Listing of the Gray Wolf (Canis lupus) in the Western Great Lakes | Rule | 2011-12-28T05:00:00Z | 2011 | 12 | 2011-12-28T05:00:00Z | 2011-12-29T16:53:34Z | 2011-32825 | 0 | 0 | 0900006480f8a23d | ||
| FWS-R3-ES-2011-0029-0729 | FWS | Revise the List of Endangered and Threatened Wildlife for the Gray Wolf ( Canis lupus ) in the Eastern United States FWS-R3-ES-2011-0029 | Endangered and Threatened Wildlife and Plants: Revising the List for the Gray Wolf (Canis lupus) in the Eastern United States | Proposed Rule | 2011-09-19T04:00:00Z | 2011 | 9 | 2011-09-19T13:12:48Z | 2011-23911 | 0 | 0 | 0900006480f21dbd | |||
| FWS-R3-ES-2011-0029-0711 | FWS | Revise the List of Endangered and Threatened Wildlife for the Gray Wolf ( Canis lupus ) in the Eastern United States FWS-R3-ES-2011-0029 | An Account of the Taxonomy of North American Wolves from Morphological and Genetic Analyses | Supporting & Related Material | Reference (internal unless indicated) | 2011-09-07T04:00:00Z | 2011 | 9 | 2013-02-26T17:41:05Z | 0 | 0 | 0900006480f12360 | |||
| FWS-R3-ES-2011-0029-0674 | FWS | Revise the List of Endangered and Threatened Wildlife for the Gray Wolf ( Canis lupus ) in the Eastern United States FWS-R3-ES-2011-0029 | Endangered and Threatened Wildlife and Plants: Gray Wolf in Eastern U.S.; Revising List of Endangered and Threatened Wildlife | Proposed Rule | Reopening of Comment Period | 2011-08-26T04:00:00Z | 2011 | 8 | 2011-08-26T04:00:00Z | 2011-09-27T03:59:59Z | 2011-09-06T17:10:18Z | 2011-21839 | 0 | 0 | 0900006480ef3f2f |
| FWS-R3-ES-2011-0029-0675 | FWS | Revise the List of Endangered and Threatened Wildlife for the Gray Wolf ( Canis lupus ) in the Eastern United States FWS-R3-ES-2011-0029 | This manuscript has been replaced with FWS-R3-ES-2011-0029-0711 | Supporting & Related Material | 2011-08-26T00:00:00Z | 2011 | 8 | 2013-02-26T17:41:02Z | 0 | 1 | 0900006480ee8a50 | ||||
| FWS-R3-ES-2011-0029-0115 | FWS | Revise the List of Endangered and Threatened Wildlife for the Gray Wolf ( Canis lupus ) in the Eastern United States FWS-R3-ES-2011-0029 | Transcript -Public Meeting for the Delisting of Gray Wolves at Northern Great Lakes Visitor Center | Supporting & Related Material | 2011-06-06T04:00:00Z | 2011 | 6 | 2013-02-26T17:40:36Z | 0 | 0 | 0900006480e3ce5b | ||||
| FWS-R3-ES-2011-0029-0003 | FWS | Revise the List of Endangered and Threatened Wildlife for the Gray Wolf ( Canis lupus ) in the Eastern United States FWS-R3-ES-2011-0029 | References for Proposed Rule May 5, 2011 | Supporting & Related Material | 2011-05-05T04:00:00Z | 2011 | 5 | 2013-02-26T17:40:30Z | 0 | 0 | 0900006480c40226 | ||||
| FWS-R3-ES-2011-0029-0001 | FWS | Revise the List of Endangered and Threatened Wildlife for the Gray Wolf ( Canis lupus ) in the Eastern United States FWS-R3-ES-2011-0029 | Endangered and Threatened Wildlife and Plants: Initiation of Status Reviews for the Gray Wolf and for the Eastern Wolf (Canis lycaon) | Proposed Rule | 2011-05-05T04:00:00Z | 2011 | 5 | 2011-05-05T04:00:00Z | 2011-07-06T03:59:59Z | 2011-06-11T16:42:58Z | 2011-09557 | 0 | 0 | 0900006480c3fc6a |
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);