documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "FWS-R5-ES-2012-0045" 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 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-R5-ES-2012-0045-0035 | FWS | Endangered Status for the Diamond Darter FWS-R5-ES-2012-0045 | Diamond Darter Federal Register Document for Proposed Listing and Critical Habitat | Supporting & Related Material | Reference (internal unless indicated) | 2013-07-26T04:00:00Z | 2013 | 7 | 2013-07-26T13:59:08Z | 0 | 0 | 090000648137abe5 | |||
| FWS-R5-ES-2012-0045-0033 | FWS | Endangered Status for the Diamond Darter FWS-R5-ES-2012-0045 | Endangered and Threatened Wildlife and Plants: Endangered Species Status for Diamond Darter | Rule | 2013-07-26T04:00:00Z | 2013 | 7 | 2013-07-26T04:00:00Z | 2013-07-26T13:58:00Z | 2013-17938 | 0 | 0 | 090000648137fafa | ||
| FWS-R5-ES-2012-0045-0034 | FWS | Endangered Status for the Diamond Darter FWS-R5-ES-2012-0045 | 20130710_DDarterFLandFCH_LitCited | Supporting & Related Material | Reference (internal unless indicated) | 2013-07-26T04:00:00Z | 2013 | 7 | 2013-07-26T13:59:07Z | 0 | 0 | 090000648137abe4 | |||
| FWS-R5-ES-2012-0045-0022 | FWS | Endangered Status for the Diamond Darter FWS-R5-ES-2012-0045 | Draft Economic Analysis of Critical Habitat Designation for the Diamond Darter | Supporting & Related Material | Economic Analysis | 2013-03-29T04:00:00Z | 2013 | 3 | 2013-03-29T14:49:38Z | 0 | 0 | 0900006481249c50 | |||
| FWS-R5-ES-2012-0045-0021 | FWS | Endangered Status for the Diamond Darter FWS-R5-ES-2012-0045 | Endangered and Threatened Wildlife and Plants: Status for the Diamond Darter and Designation of Critical Habitat | Proposed Rule | 2013-03-29T04:00:00Z | 2013 | 3 | 2013-03-29T04:00:00Z | 2013-04-30T03:59:59Z | 2013-04-30T01:03:00Z | 2013-07306 | 0 | 0 | 090000648124f084 | |
| FWS-R5-ES-2012-0045-0002 | FWS | Endangered Status for the Diamond Darter FWS-R5-ES-2012-0045 | Map Coordinates for the Proposed Rule for Endangered Status for the Diamond Darter | Supporting & Related Material | Map | 2012-07-26T04:00:00Z | 2012 | 7 | 2012-07-26T13:25:44Z | 0 | 0 | 09000064810a7ada | |||
| FWS-R5-ES-2012-0045-0001 | FWS | Endangered Status for the Diamond Darter FWS-R5-ES-2012-0045 | Endangered and Threatened Wildlife and Plants: Endangered Status for Diamond Darter and Designation of Critical Habitat | Proposed Rule | 2012-07-26T04:00:00Z | 2012 | 7 | 2012-07-26T04:00:00Z | 2012-09-25T03:59:59Z | 2012-10-02T02:01:18Z | 2012-17950 | 0 | 0 | 09000064810b1a1d | |
| FWS-R5-ES-2012-0045-0003 | FWS | Endangered Status for the Diamond Darter FWS-R5-ES-2012-0045 | Literature Cited for Proposed Rule for Endangered Status for the Diamond Darter and Designation of Critical Habitat | Supporting & Related Material | Index | 2012-07-26T04:00:00Z | 2012 | 7 | 2012-07-26T13:25:44Z | 0 | 0 | 09000064810a7adb |
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);