documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-R8-ES-2011-0001" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
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-R8-ES-2011-0001-0007 | FWS | 42 Great Basin and Mojave Desert Springsnails FWS-R8-ES-2011-0001 | 14 Nevada Springsnails Species Assessment Form | Supporting & Related Material | Report | 2017-10-05T04:00:00Z | 2017 | 10 | 2017-10-05T13:20:41Z | 0 | 0 | 0900006482a4a640 | |||
| FWS-R8-ES-2011-0001-0009 | FWS | 42 Great Basin and Mojave Desert Springsnails FWS-R8-ES-2011-0001 | Petition 14 Nevada springsnails | Supporting & Related Material | Petition | 2017-10-05T04:00:00Z | 2017 | 10 | 2017-10-05T13:20:42Z | 0 | 0 | 0900006482b9273f | |||
| FWS-R8-ES-2011-0001-0006 | FWS | 42 Great Basin and Mojave Desert Springsnails FWS-R8-ES-2011-0001 | Endangered and Threatened Species: 12-Month Findings on Petition To List 42 Great Basin and Mojave Desert Springsnails as Endangered or Threatened | Proposed Rule | 2017-10-05T04:00:00Z | 2017 | 10 | 2017-10-05T04:00:00Z | 2017-10-05T13:21:07Z | 2017-21352 | 0 | 0 | 0900006482b9f565 | ||
| FWS-R8-ES-2011-0001-0008 | FWS | 42 Great Basin and Mojave Desert Springsnails FWS-R8-ES-2011-0001 | 14 Nevada Springsnails Species Status Assessment Report | Supporting & Related Material | Report | 2017-10-05T04:00:00Z | 2017 | 10 | 2017-10-05T13:20:41Z | 0 | 0 | 0900006482a4a641 | |||
| FWS-R8-ES-2011-0001-0003 | FWS | 42 Great Basin and Mojave Desert Springsnails FWS-R8-ES-2011-0001 | Literature Cited for the 90-Day Finding on a Petition to List 42 Great Basin Springsnails | Supporting & Related Material | Index | 2011-09-14T04:00:00Z | 2011 | 9 | 2011-09-14T13:04:18Z | 0 | 0 | 0900006480f19510 | |||
| FWS-R8-ES-2011-0001-0001 | FWS | 42 Great Basin and Mojave Desert Springsnails FWS-R8-ES-2011-0001 | Endangered and Threatened Wildlife and Plants: 90-Day Finding on a Petition to List 42 Great Basin and Mojave Desert Springsnails as Threatened or Endangered | Proposed Rule | 2011-09-13T04:00:00Z | 2011 | 9 | 2011-09-13T04:00:00Z | 2011-11-15T04:59:59Z | 2011-09-13T13:22:39Z | 2011-23272 | 0 | 0 | 0900006480f17c83 | |
| FWS-R8-ES-2011-0001-0002 | FWS | 42 Great Basin and Mojave Desert Springsnails FWS-R8-ES-2011-0001 | Petition from Center for Biological Diversity to List 42 Species of Great Basin Springsnails as Threatened or Endangered | Supporting & Related Material | Association/Interest Group/Individual | 2011-09-13T04:00:00Z | 2011 | 9 | 2011-09-13T13:23:28Z | 0 | 0 | 0900006480f1608b |
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);