documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FWS-R2-ES-2010-0072" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- FWS 6
| 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-2010-0072-0092 | FWS | Spikedace and Loach Minnow FWS-R2-ES-2010-0072 | Draft Environmental Assessment for the Designation of Critical Habitat for the Spikedace and Loach Minnow | Supporting & Related Material | Environmental Assessment | 2012-07-16T04:00:00Z | 2012 | 7 | 2013-02-26T18:17:23Z | 0 | 0 | 0900006480f0cdf3 | |||
| FWS-R2-ES-2010-0072-0093 | FWS | Spikedace and Loach Minnow FWS-R2-ES-2010-0072 | Draft Economic Analysis of Critical Habitat Designation for the Spikedace and Loach Minnow | Supporting & Related Material | Economic Analysis | 2012-07-16T04:00:00Z | 2012 | 7 | 2013-02-26T18:17:24Z | 0 | 0 | 0900006480f0ce04 | |||
| FWS-R2-ES-2010-0072-0091 | FWS | Spikedace and Loach Minnow FWS-R2-ES-2010-0072 | Endangered and Threatened Wildlife and Plants: Endangered Status and Designations of Critical Habitat for Spikedace and Loach Minnow | Rule | 2012-02-23T05:00:00Z | 2012 | 2 | 2012-02-23T05:00:00Z | 2012-02-24T20:39:24Z | 2012-03591 | 0 | 0 | 0900006480fbeb07 | ||
| FWS-R2-ES-2010-0072-0041 | FWS | Spikedace and Loach Minnow FWS-R2-ES-2010-0072 | Endangered and Threatened Wildlife and Plants: Endangered Status and Designation of Critical Habitat for Spikedace and Loach Minnow | Proposed Rule | 2011-10-04T04:00:00Z | 2011 | 10 | 2011-10-04T04:00:00Z | 2011-11-04T03:59:59Z | 2011-10-04T16:57:33Z | 2011-25083 | 0 | 0 | 0900006480f4b62f | |
| FWS-R2-ES-2010-0072-0002 | FWS | Spikedace and Loach Minnow FWS-R2-ES-2010-0072 | Literature Cited October 2010 | Supporting & Related Material | 2010-10-28T04:00:00Z | 2010 | 10 | 2013-02-26T18:16:58Z | 0 | 0 | 0900006480b7a5f7 | ||||
| FWS-R2-ES-2010-0072-0001 | FWS | Spikedace and Loach Minnow FWS-R2-ES-2010-0072 | Endangered and Threatened Wildlife and Plants: Endangered Status and Designation of Critical Habitat for Spikedace and Loach Minnow | Proposed Rule | 2010-10-28T04:00:00Z | 2010 | 10 | 2010-10-28T04:00:00Z | 2010-12-28T04:59:59Z | 2011-06-11T16:42:50Z | 2010-26477 | 0 | 0 | 0900006480b795c2 |
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);