documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where docket_id = "FWS-R2-ES-2019-0016" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-R2-ES-2019-0016-0007 | FWS | Environmental Impact Statement and Habitat Conservation Plan; Lower Colorado River Authority’s Transmission Services Corporation, 241 Counties, Texas FWS-R2-ES-2019-0016 | Final Environmental Impact Statement for the Lower Colorado River Authority's Transmission Services Corporation's Habitat Conservation Plan in Texas | Notice | 2019-09-06T04:00:00Z | 2019 | 9 | 2019-09-06T04:00:00Z | 2019-09-06T14:54:49Z | 2019-19253 | 0 | 0 | 0900006483f08ed2 | ||
| FWS-R2-ES-2019-0016-0001 | FWS | Environmental Impact Statement and Habitat Conservation Plan; Lower Colorado River Authority’s Transmission Services Corporation, 241 Counties, Texas FWS-R2-ES-2019-0016 | Draft Environmental Impact Statement and Habitat Conservation Plan; Lower Colorado River Authority's Transmission Services Corporation, 241 Counties, Texas | Notice | 2019-04-29T04:00:00Z | 2019 | 4 | 2019-04-29T04:00:00Z | 2019-06-14T03:59:59Z | 2019-06-14T01:01:37Z | 2019-08638 | 0 | 0 | 0900006483c107e4 | |
| FWS-R2-ES-2019-0016-0002 | FWS | Environmental Impact Statement and Habitat Conservation Plan; Lower Colorado River Authority’s Transmission Services Corporation, 241 Counties, Texas FWS-R2-ES-2019-0016 | Draft Environmental Impact Statement Authorization Of Incidental Take And Implementation Of The LCRA Transmission Services Corporation Habitat Conservation Plan | Supporting & Related Material | Environmental Impact Statement | 2019-04-29T04:00:00Z | 2019 | 4 | 2019-04-29T14:48:03Z | 0 | 0 | 0900006483c123f2 | |||
| FWS-R2-ES-2019-0016-0003 | FWS | Environmental Impact Statement and Habitat Conservation Plan; Lower Colorado River Authority’s Transmission Services Corporation, 241 Counties, Texas FWS-R2-ES-2019-0016 | Draft LCRA Transmission Services Corporation Transmission System Habitat Conservation Plan | Supporting & Related Material | Environmental Report | 2019-04-29T04:00:00Z | 2019 | 4 | 2019-04-29T14:48:58Z | 0 | 0 | 0900006483c1254a |
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);