documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where agency_id = "FWS" and docket_id = "FWS-R6-ES-2009-0013" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- FWS · 7 ✖
| 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-2009-0013-0053 | FWS | Preble's Meadow Jumping Mouse Designation of Critical Habitat FWS-R6-ES-2009-0013 | References Cited | Supporting & Related Material | 2011-04-06T04:00:00Z | 2011 | 4 | 2011-04-06T13:21:56Z | 0 | 0 | 0900006480bb7695 | ||||
| FWS-R6-ES-2009-0013-0052 | FWS | Preble's Meadow Jumping Mouse Designation of Critical Habitat FWS-R6-ES-2009-0013 | FONSI | Supporting & Related Material | 2011-04-06T04:00:00Z | 2011 | 4 | 2011-04-06T13:21:33Z | 0 | 0 | 0900006480bb7694 | ||||
| FWS-R6-ES-2009-0013-0051 | FWS | Preble's Meadow Jumping Mouse Designation of Critical Habitat FWS-R6-ES-2009-0013 | Final Environmental Assessment | Supporting & Related Material | 2011-04-06T04:00:00Z | 2011 | 4 | 2011-04-06T13:21:11Z | 0 | 0 | 0900006480bb7693 | ||||
| FWS-R6-ES-2009-0013-0050 | FWS | Preble's Meadow Jumping Mouse Designation of Critical Habitat FWS-R6-ES-2009-0013 | Final Economic Analysis | Supporting & Related Material | 2011-04-06T04:00:00Z | 2011 | 4 | 2011-04-06T13:20:49Z | 0 | 0 | 0900006480bb7692 | ||||
| FWS-R6-ES-2009-0013-0049 | FWS | Preble's Meadow Jumping Mouse Designation of Critical Habitat FWS-R6-ES-2009-0013 | Endangered and Threatened Wildlife and Plants: Revised Critical Habitat for the Prebles Meadow Jumping Mouse in Colorado | Rule | 2010-12-15T05:00:00Z | 2010 | 12 | 2010-12-15T05:00:00Z | 2011-06-11T16:43:14Z | 2010-30571 | 0 | 0 | 0900006480bb6fb3 | ||
| FWS-R6-ES-2009-0013-0039 | FWS | Preble's Meadow Jumping Mouse Designation of Critical Habitat FWS-R6-ES-2009-0013 | Endangered and Threatened Wildlife and Plants: Revised Critical Habitat for Prebles Meadow Jumping Mouse | Proposed Rule | 2010-05-27T04:00:00Z | 2010 | 5 | 2010-05-27T04:00:00Z | 2010-06-29T03:59:59Z | 2011-06-11T16:43:14Z | 2010-12775 | 0 | 0 | 0900006480af4e07 | |
| FWS-R6-ES-2009-0013-0001 | FWS | Preble's Meadow Jumping Mouse Designation of Critical Habitat FWS-R6-ES-2009-0013 | Endangered and Threatened Wildlife and Plants; Revised Critical Habitat for the Preble's Meadow Jumping Mouse (Zapus hudsonius preblei | Proposed Rule | 2009-10-08T04:00:00Z | 2009 | 10 | 2009-10-08T04:00:00Z | 2009-12-08T04:59:59Z | 2014-01-17T21:32:10Z | E9-24113 | 0 | 0 | 0900006480a3e5cf |
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);