documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FWS-R4-ES-2008-0058" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, comment_end_date, last_modified, 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-R4-ES-2008-0058-0046 | FWS | Designation of Critical Habitat for the Alabama Sturgeon FWS-R4-ES-2008-0058 | Designation of Critical Habitat for Alabama Stur geon (Scaphirhynchus suttkusi); Final Rule | Rule | 2009-06-02T04:00:00Z | 2009 | 6 | 2009-06-02T04:00:00Z | 2013-02-26T17:29:23Z | E9-12517 | 0 | 0 | 09000064809c2a3f | ||
| FWS-R4-ES-2008-0058-0045 | FWS | Designation of Critical Habitat for the Alabama Sturgeon FWS-R4-ES-2008-0058 | Transcript of January 28, 2009, Public Hearing | Supporting & Related Material | 2009-05-21T04:00:00Z | 2009 | 5 | 2013-02-26T17:29:22Z | 0 | 0 | 090000648098c284 | ||||
| FWS-R4-ES-2008-0058-0021 | FWS | Designation of Critical Habitat for the Alabama Sturgeon FWS-R4-ES-2008-0058 | Proposed rule; extension of comment period | Proposed Rule | 2009-01-28T05:00:00Z | 2009 | 1 | 2009-01-28T05:00:00Z | 2009-02-10T04:59:59Z | 2013-02-26T17:29:19Z | E9-01455 | 0 | 0 | 0900006480834b83 | |
| FWS-R4-ES-2008-0058-0019 | FWS | Designation of Critical Habitat for the Alabama Sturgeon FWS-R4-ES-2008-0058 | Revised proposed rule; reopening of comment period, notice of availability of draft economic analysis, announcement of public hearing, and amended required determinations. | Proposed Rule | 2008-12-30T05:00:00Z | 2008 | 12 | 2008-12-30T05:00:00Z | 2009-02-10T04:59:59Z | 2013-02-26T17:29:19Z | E8-30750 | 0 | 0 | 09000064808079c7 | |
| FWS-R4-ES-2008-0058-0020 | FWS | Designation of Critical Habitat for the Alabama Sturgeon FWS-R4-ES-2008-0058 | Draft Economic Analysis for the Alabama Sturgeon | Supporting & Related Material | 2008-12-30T05:00:00Z | 2008 | 12 | 2013-02-26T17:29:19Z | 0 | 0 | 090000648080811e | ||||
| FWS-R4-ES-2008-0058-0001 | FWS | Designation of Critical Habitat for the Alabama Sturgeon FWS-R4-ES-2008-0058 | Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for Alabama Sturgeon (Scaphirhynchus suttkusi) | Proposed Rule | 2008-05-27T04:00:00Z | 2008 | 5 | 2008-05-27T04:00:00Z | 2008-07-29T03:59:59Z | 2013-02-26T17:29:10Z | E8-11461 | 0 | 0 | 0900006480600f5d |
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);