documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "FWS-R4-ES-2010-0079" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, 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-R4-ES-2010-0079-0422 | FWS | Kings Bay Manatee FWS-R4-ES-2010-0079 | Final Environmental Assessment | Supporting & Related Material | Environmental Assessment | 2012-03-20T04:00:00Z | 2012 | 3 | 2013-02-26T17:37:20Z | 0 | 0 | 0900006480fdbd19 | |||
| FWS-R4-ES-2010-0079-0421 | FWS | Kings Bay Manatee FWS-R4-ES-2010-0079 | Environmental Action Statement | Supporting & Related Material | NEPA Documentation | 2012-03-20T04:00:00Z | 2012 | 3 | 2013-02-26T17:37:20Z | 0 | 0 | 0900006480fdbd18 | |||
| FWS-R4-ES-2010-0079-0419 | FWS | Kings Bay Manatee FWS-R4-ES-2010-0079 | References Cited for 2011 Final Rule to Establish a Manatee Refuge in Kings Bay, Citrus County, Florida | Supporting & Related Material | Reference (internal unless indicated) | 2012-03-19T04:00:00Z | 2012 | 3 | 2013-02-26T17:37:19Z | 0 | 0 | 0900006480f8dca2 | |||
| FWS-R4-ES-2010-0079-0420 | FWS | Kings Bay Manatee FWS-R4-ES-2010-0079 | Finding of No Significant Impact (FONSI) for Manatee Protection Measures in Kings Bay, Citrus County, Florida | Supporting & Related Material | Environmental Assessment/FONSI | 2012-03-19T04:00:00Z | 2012 | 3 | 2013-02-26T17:37:19Z | 0 | 0 | 0900006480f8e206 | |||
| FWS-R4-ES-2010-0079-0418 | FWS | Kings Bay Manatee FWS-R4-ES-2010-0079 | Endangered and Threatened Wildlife and Plants: Establishing Manatee Refuge in Kings Bay, Citrus County, FL | Rule | 2012-03-16T04:00:00Z | 2012 | 3 | 2012-03-16T04:00:00Z | 2012-03-19T11:18:17Z | 2012-06055 | 0 | 0 | 0900006480fd89ac | ||
| FWS-R4-ES-2010-0079-0002 | FWS | Kings Bay Manatee FWS-R4-ES-2010-0079 | Endangered and Threatened Wildlife and Plants: Establishment of Manatee Refuge in Kings Bay, Citrus County, FL | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2011-06-22T04:00:00Z | 2011 | 6 | 2011-06-22T04:00:00Z | 2011-08-23T03:59:59Z | 2011-06-22T13:43:39Z | 2011-15603 | 0 | 0 | 0900006480e8bfe3 |
| FWS-R4-ES-2010-0079-0004 | FWS | Kings Bay Manatee FWS-R4-ES-2010-0079 | Environmental Assessment for the Proposed Kings Bay Manatee Refuge Crystal River, Florida | Supporting & Related Material | Environmental Assessment | 2011-06-22T04:00:00Z | 2011 | 6 | 2013-02-26T17:36:58Z | 0 | 0 | 0900006480e9b919 | |||
| FWS-R4-ES-2010-0079-0001 | FWS | Kings Bay Manatee FWS-R4-ES-2010-0079 | Endangered and Threatened Wildlife and Plants: Establishment of Manatee Refuge in Kings Bay, Citrus County, FL | Rule | 2010-11-09T05:00:00Z | 2010 | 11 | 2010-11-09T05:00:00Z | 2011-06-11T16:43:08Z | 2010-28196 | 0 | 0 | 0900006480b85b01 |
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);