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-2012-0065" 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 8
| 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-2012-0065-0376 | FWS | Endangered Status for Grotto Sculpin FWS-R3-ES-2012-0065 | Endangered and Threatened Wildlife and Plants: Determination of Endangered Species Status for the Grotto Sculpin (Cottus specus) Throughout Its Range | Rule | 2013-09-25T04:00:00Z | 2013 | 9 | 2013-09-25T04:00:00Z | 2013-09-25T13:45:22Z | 2013-23185 | 0 | 0 | 09000064814392bc | ||
| FWS-R3-ES-2012-0065-0377 | FWS | Endangered Status for Grotto Sculpin FWS-R3-ES-2012-0065 | Literature Cited for Grotto Sculpin Final Rule and Final Critical Habitat Designation | Supporting & Related Material | 2013-09-25T04:00:00Z | 2013 | 9 | 2013-09-25T13:46:32Z | 0 | 0 | 090000648142c473 | ||||
| FWS-R3-ES-2012-0065-0368 | FWS | Endangered Status for Grotto Sculpin FWS-R3-ES-2012-0065 | Draft Economic Analysis of Critical Habitat Designation for the Grotto Sculpin | Supporting & Related Material | Economic Analysis | 2013-05-07T04:00:00Z | 2013 | 5 | 2013-05-07T14:36:09Z | 0 | 0 | 09000064812bc488 | |||
| FWS-R3-ES-2012-0065-0370 | FWS | Endangered Status for Grotto Sculpin FWS-R3-ES-2012-0065 | Zootaxa Article: Cottus specus, a new troglomorphic species of sculpin (Cottidae) from southeastern Missouri | Supporting & Related Material | Publication | 2013-05-07T04:00:00Z | 2013 | 5 | 2013-05-07T14:36:10Z | 0 | 0 | 09000064812bc48a | |||
| FWS-R3-ES-2012-0065-0367 | FWS | Endangered Status for Grotto Sculpin FWS-R3-ES-2012-0065 | Endangered andThreatened Wildlife and Plants: Listing and Designation of Critical Habitat for the Grotto Sculpin | Proposed Rule | 2013-05-07T04:00:00Z | 2013 | 5 | 2013-05-07T04:00:00Z | 2013-06-07T03:59:59Z | 2013-06-08T01:02:01Z | 2013-10705 | 0 | 0 | 09000064812bd49f | |
| FWS-R3-ES-2012-0065-0369 | FWS | Endangered Status for Grotto Sculpin FWS-R3-ES-2012-0065 | Perry County Community Conservation Plan | Supporting & Related Material | Report | 2013-05-07T04:00:00Z | 2013 | 5 | 2013-05-07T14:36:09Z | 0 | 0 | 09000064812bc489 | |||
| FWS-R3-ES-2012-0065-0001 | FWS | Endangered Status for Grotto Sculpin FWS-R3-ES-2012-0065 | Endangered and Threatened Wildlife and Plants: Endangered Status for Grotto Sculpin and Designation of Critical Habitat | Proposed Rule | 2012-09-27T04:00:00Z | 2012 | 9 | 2012-09-27T04:00:00Z | 2012-11-27T04:59:59Z | 2012-12-08T03:02:57Z | 2012-23742 | 0 | 0 | 090000648112aa61 | |
| FWS-R3-ES-2012-0065-0002 | FWS | Endangered Status for Grotto Sculpin FWS-R3-ES-2012-0065 | Literature Cited for Proposed Rule for Grotto Sculpin | Supporting & Related Material | Index | 2012-09-27T04:00:00Z | 2012 | 9 | 2012-09-27T13:40:52Z | 0 | 0 | 0900006481125065 |
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);