documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "FWS-R2-ES-2009-0083" 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 3
agency_id 1
- FWS 10
| 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-R2-ES-2009-0083-0019 | FWS | Three Forks Springsnail and San Bernardino Springsnail FWS-R2-ES-2009-0083 | Endangered and Threatened Wildlife and Plants: Determination of Endangered Status for Three Forks Springsnail and Threatened Status for San Bernardino Springsnail, etc. | Rule | 2012-04-17T04:00:00Z | 2012 | 4 | 2012-04-17T04:00:00Z | 2012-04-17T15:38:06Z | 2012-08811 | 0 | 0 | 0900006480ff27ad | ||
| FWS-R2-ES-2009-0083-0020 | FWS | Three Forks Springsnail and San Bernardino Springsnail FWS-R2-ES-2009-0083 | Economic Analysis of the Critical Habitat Designation for the Three Forks and San Bernardino springsnails | Supporting & Related Material | Economic Analysis | 2012-04-17T04:00:00Z | 2012 | 4 | 2013-02-26T18:18:01Z | 0 | 0 | 0900006480fedcf2 | |||
| FWS-R2-ES-2009-0083-0021 | FWS | Three Forks Springsnail and San Bernardino Springsnail FWS-R2-ES-2009-0083 | Literature Cited for Three Forks and San Bernardio Springsnails Final Rule and Critical Habitat Designation | Supporting & Related Material | Index | 2012-04-17T04:00:00Z | 2012 | 4 | 2013-02-26T18:18:02Z | 0 | 0 | 0900006480fedcf4 | |||
| FWS-R2-ES-2009-0083-0015 | FWS | Three Forks Springsnail and San Bernardino Springsnail FWS-R2-ES-2009-0083 | News Bulletin - Re-opening of the Comment Period for the Proposal to Protet Two Arizona Springsnails | Supporting & Related Material | Publication | 2011-11-17T05:00:00Z | 2011 | 11 | 2013-02-26T18:17:28Z | 0 | 0 | 0900006480f6e9d9 | |||
| FWS-R2-ES-2009-0083-0014 | FWS | Three Forks Springsnail and San Bernardino Springsnail FWS-R2-ES-2009-0083 | Endangered and Threatened Wildlife and Plants: Listing and Designation of Critical Habitat for Three Forks Springsnail and San Bernardino Springsnail | Proposed Rule | 2011-11-17T05:00:00Z | 2011 | 11 | 2011-11-17T05:00:00Z | 2011-12-20T04:59:59Z | 2011-11-17T14:40:33Z | 2011-29780 | 0 | 0 | 0900006480f6e6b9 | |
| FWS-R2-ES-2009-0083-0016 | FWS | Three Forks Springsnail and San Bernardino Springsnail FWS-R2-ES-2009-0083 | Questions and Answers: Proposed Rule to List the Three Forks springsnail and the San Bernadino springsnail | Supporting & Related Material | Publication | 2011-11-17T05:00:00Z | 2011 | 11 | 2013-02-26T18:17:28Z | 0 | 0 | 0900006480f6ea20 | |||
| FWS-R2-ES-2009-0083-0011 | FWS | Three Forks Springsnail and San Bernardino Springsnail FWS-R2-ES-2009-0083 | U.S. Forest Service Map | Supporting & Related Material | Map | 2011-06-22T04:00:00Z | 2011 | 6 | 2013-02-26T18:17:23Z | 0 | 0 | 0900006480e8d899 | |||
| FWS-R2-ES-2009-0083-0003 | FWS | Three Forks Springsnail and San Bernardino Springsnail FWS-R2-ES-2009-0083 | Literature Cited April 2011 | Supporting & Related Material | 2011-04-29T04:00:00Z | 2011 | 4 | 2013-02-26T18:17:08Z | 0 | 0 | 0900006480c3c40a | ||||
| FWS-R2-ES-2009-0083-0002 | FWS | Three Forks Springsnail and San Bernardino Springsnail FWS-R2-ES-2009-0083 | Literature Cited | Supporting & Related Material | 2011-04-26T04:00:00Z | 2011 | 4 | 2013-02-26T18:17:06Z | 0 | 0 | 0900006480c39a61 | ||||
| FWS-R2-ES-2009-0083-0001 | FWS | Three Forks Springsnail and San Bernardino Springsnail FWS-R2-ES-2009-0083 | Endangered and Threatened Wildlife and Plants Endangered Status for the Three Forks and San Bernardino Springsnail | Proposed Rule | 2011-04-12T04:00:00Z | 2011 | 4 | 2011-04-12T04:00:00Z | 2011-06-14T03:59:59Z | 2011-06-11T16:42:49Z | 2011-08176 | 0 | 0 | 0900006480c22e02 |
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);