documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "FWS-R5-ES-2014-0050" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- FWS 9
| 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-2014-0050-0006 | FWS | Application for Incidental Take Permit and Draft Habitat Conservation Plan; Copenhagen Wind Farm, LLC FWS-R5-ES-2014-0050 | DRAFT_EA_Copenhagen_Wind_HCP | Supporting & Related Material | Environmental Assessment | 2019-12-10T05:00:00Z | 2019 | 12 | 2019-12-10T14:09:31Z | 0 | 0 | 090000648410c194 | |||
| FWS-R5-ES-2014-0050-0009 | FWS | Application for Incidental Take Permit and Draft Habitat Conservation Plan; Copenhagen Wind Farm, LLC FWS-R5-ES-2014-0050 | Local attachments to application | Supporting & Related Material | Application | 2019-12-10T05:00:00Z | 2019 | 12 | 2019-12-10T14:09:35Z | 0 | 0 | 090000648410be76 | |||
| FWS-R5-ES-2014-0050-0008 | FWS | Application for Incidental Take Permit and Draft Habitat Conservation Plan; Copenhagen Wind Farm, LLC FWS-R5-ES-2014-0050 | ITP application | Supporting & Related Material | Application | 2019-12-10T05:00:00Z | 2019 | 12 | 2019-12-10T14:09:34Z | 0 | 0 | 090000648410be75 | |||
| FWS-R5-ES-2014-0050-0005 | FWS | Application for Incidental Take Permit and Draft Habitat Conservation Plan; Copenhagen Wind Farm, LLC FWS-R5-ES-2014-0050 | Copenhagen Wind Farm HCP | Supporting & Related Material | Environmental Report | 2019-12-10T05:00:00Z | 2019 | 12 | 2019-12-10T14:09:30Z | 0 | 0 | 090000648410c193 | |||
| FWS-R5-ES-2014-0050-0004 | FWS | Application for Incidental Take Permit and Draft Habitat Conservation Plan; Copenhagen Wind Farm, LLC FWS-R5-ES-2014-0050 | Receipt of Incidental Take Permit Application and Proposed Habitat Conservation Plan for Indiana Bat (Myotis Sodalis) and Northern Long-Eared Bat (Myotis Septentrionalis) at the Copenhagen Wind Farm, Jefferson and Lewis Counties, New York; and Draft Environmental Assessment | Notice | 2019-12-10T05:00:00Z | 2019 | 12 | 2019-12-10T05:00:00Z | 2020-01-10T04:59:59Z | 2020-03-24T01:02:01Z | 2019-26491 | 0 | 0 | 09000064841fc0d3 | |
| FWS-R5-ES-2014-0050-0007 | FWS | Application for Incidental Take Permit and Draft Habitat Conservation Plan; Copenhagen Wind Farm, LLC FWS-R5-ES-2014-0050 | Federal attachments to application | Supporting & Related Material | Application | 2019-12-10T05:00:00Z | 2019 | 12 | 2019-12-10T14:09:33Z | 0 | 0 | 090000648410be74 | |||
| FWS-R5-ES-2014-0050-0010 | FWS | Application for Incidental Take Permit and Draft Habitat Conservation Plan; Copenhagen Wind Farm, LLC FWS-R5-ES-2014-0050 | State attachments to application | Supporting & Related Material | Application | 2019-12-10T05:00:00Z | 2019 | 12 | 2019-12-10T14:09:36Z | 0 | 0 | 090000648410be77 | |||
| FWS-R5-ES-2014-0050-0002 | FWS | Application for Incidental Take Permit and Draft Habitat Conservation Plan; Copenhagen Wind Farm, LLC FWS-R5-ES-2014-0050 | FWS Ecological Services–New York Field Office Indiana bat Endangered Species Web Page | Supporting & Related Material | Agency References | 2015-04-28T04:00:00Z | 2015 | 4 | 2015-04-28T13:49:16Z | 0 | 0 | 0900006481abd3fb | |||
| FWS-R5-ES-2014-0050-0001 | FWS | Application for Incidental Take Permit and Draft Habitat Conservation Plan; Copenhagen Wind Farm, LLC FWS-R5-ES-2014-0050 | Early Scoping for an Anticipated Application for Incidental Take Permit and Draft Habitat Conservation Plan; Copenhagen Wind Farm, LLC | Notice | 2015-04-28T04:00:00Z | 2015 | 4 | 2015-04-28T04:00:00Z | 2015-05-29T03:59:59Z | 2015-05-06T01:38:47Z | 2015-09806 | 0 | 0 | 0900006481abea43 |
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);