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-2013-0032" 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 2
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-2013-0032-0038 | FWS | Fowler Ridge Wind Farm Incidental Take Permit FWS-R3-ES-2013-0032 | Fowler Ridge Wind Farm Final HCP | Supporting & Related Material | 2014-01-17T05:00:00Z | 2014 | 1 | 2014-01-17T15:06:18Z | 0 | 0 | 0900006481507b25 | ||||
| FWS-R3-ES-2013-0032-0036 | FWS | Fowler Ridge Wind Farm Incidental Take Permit FWS-R3-ES-2013-0032 | Fowler Ridge Wind Farm Final EIS | Supporting & Related Material | 2014-01-17T05:00:00Z | 2014 | 1 | 2014-01-17T15:06:17Z | 0 | 0 | 0900006481507b23 | ||||
| FWS-R3-ES-2013-0032-0035 | FWS | Fowler Ridge Wind Farm Incidental Take Permit FWS-R3-ES-2013-0032 | Final Environmental Impact Statement, Habitat Conservation Plan, Implementing Agreement, and Programmatic Agreement, Fowler Ridge Wind Farm, Benton County, Indiana | Notice | 2014-01-17T05:00:00Z | 2014 | 1 | 2014-01-17T05:00:00Z | 2014-01-17T15:05:53Z | 0 | 0 | 09000064815110f9 | |||
| FWS-R3-ES-2013-0032-0037 | FWS | Fowler Ridge Wind Farm Incidental Take Permit FWS-R3-ES-2013-0032 | Fowler Ridge Wind Farm Final HCP Appendice | Supporting & Related Material | 2014-01-17T05:00:00Z | 2014 | 1 | 2014-01-17T15:06:18Z | 0 | 0 | 0900006481507b24 | ||||
| FWS-R3-ES-2013-0032-0004 | FWS | Fowler Ridge Wind Farm Incidental Take Permit FWS-R3-ES-2013-0032 | Appendix to Fowler Ridge Indiana Bat Habitat Conservation Plan | Supporting & Related Material | Report | 2013-04-05T04:00:00Z | 2013 | 4 | 2013-04-05T13:19:55Z | 0 | 0 | 090000648124ba63 | |||
| FWS-R3-ES-2013-0032-0003 | FWS | Fowler Ridge Wind Farm Incidental Take Permit FWS-R3-ES-2013-0032 | Fowler Ridge Indiana Bat Habitat Conservation Plan | Supporting & Related Material | Report | 2013-04-05T04:00:00Z | 2013 | 4 | 2013-04-05T13:19:55Z | 0 | 0 | 090000648124ba62 | |||
| FWS-R3-ES-2013-0032-0001 | FWS | Fowler Ridge Wind Farm Incidental Take Permit FWS-R3-ES-2013-0032 | Draft Environmental Impact Statement, Draft Habitat Conservation Plan, Draft Programmatic Agreement, and Draft Implementing Agreement; Application for an Incidental Take Permit, Fowler Ridge Wind Farm, Benton County, Indiana | Notice | 2013-04-05T04:00:00Z | 2013 | 4 | 2013-04-05T04:00:00Z | 2013-06-05T03:59:59Z | 2013-06-12T01:01:34Z | 2013-07595 | 0 | 0 | 090000648126b701 | |
| FWS-R3-ES-2013-0032-0002 | FWS | Fowler Ridge Wind Farm Incidental Take Permit FWS-R3-ES-2013-0032 | Draft Environmental Impace Statement for Proposed Habitat Conservation Plan and Incidential Take Permit for Fowler Ridge Wind Farm | Supporting & Related Material | Environmental Impact Statement | 2013-04-05T04:00:00Z | 2013 | 4 | 2013-04-05T13:19:54Z | 0 | 0 | 090000648124ba61 |
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);