documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "FWS-R2-ES-2014-0053" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, 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-2014-0053-0003 | FWS | Notice of Availability of the Southern Edwards Plateau Draft Environmental Impact Statement and Draft Habitat Conservation Plan; City of San Antonio and Bexar County FWS-R2-ES-2014-0053 | AUES_SEP_dHCP Appendix_B Scoping_Meeting Announcements | Supporting & Related Material | Reference (external attachments) | 2014-12-19T05:00:00Z | 2014 | 12 | 2014-12-19T19:07:49Z | 0 | 0 | 0900006481986eaa | |||
| FWS-R2-ES-2014-0053-0001 | FWS | Notice of Availability of the Southern Edwards Plateau Draft Environmental Impact Statement and Draft Habitat Conservation Plan; City of San Antonio and Bexar County FWS-R2-ES-2014-0053 | Southern Edwards Plateau Environmental Impact Statement and Habitat Conservation Plan; City of San Antonio and Bexar County; Regional Habitat Conservation Plan | Notice | 2014-12-19T05:00:00Z | 2014 | 12 | 2014-12-19T05:00:00Z | 2015-03-20T03:59:59Z | 2015-04-16T02:04:07Z | 2014-29525 | 0 | 0 | 090000648198586c | |
| FWS-R2-ES-2014-0053-0002 | FWS | Notice of Availability of the Southern Edwards Plateau Draft Environmental Impact Statement and Draft Habitat Conservation Plan; City of San Antonio and Bexar County FWS-R2-ES-2014-0053 | AUES_SEP_dHCP Appendix_A | Supporting & Related Material | Reference (external attachments) | 2014-12-19T05:00:00Z | 2014 | 12 | 2014-12-19T19:07:02Z | 0 | 0 | 0900006481986ea9 | |||
| FWS-R2-ES-2014-0053-0008 | FWS | Notice of Availability of the Southern Edwards Plateau Draft Environmental Impact Statement and Draft Habitat Conservation Plan; City of San Antonio and Bexar County FWS-R2-ES-2014-0053 | AUES_SEP_dHCP_HCP Final Draft Habitat Conservation Plan | Supporting & Related Material | Report | 2014-12-19T05:00:00Z | 2014 | 12 | 2014-12-19T19:11:19Z | 0 | 0 | 0900006481986f23 | |||
| FWS-R2-ES-2014-0053-0006 | FWS | Notice of Availability of the Southern Edwards Plateau Draft Environmental Impact Statement and Draft Habitat Conservation Plan; City of San Antonio and Bexar County FWS-R2-ES-2014-0053 | AUES_SEP_dHCP Appendix_E Agency Correspondence | Supporting & Related Material | Reference (external attachments) | 2014-12-19T05:00:00Z | 2014 | 12 | 2014-12-19T19:09:39Z | 0 | 0 | 0900006481986f21 | |||
| FWS-R2-ES-2014-0053-0004 | FWS | Notice of Availability of the Southern Edwards Plateau Draft Environmental Impact Statement and Draft Habitat Conservation Plan; City of San Antonio and Bexar County FWS-R2-ES-2014-0053 | AUES_SEP_dHCP Appendix C Scoping_Meeting_Materials | Supporting & Related Material | Reference (external attachments) | 2014-12-19T05:00:00Z | 2014 | 12 | 2014-12-19T19:08:30Z | 0 | 0 | 0900006481986eab | |||
| FWS-R2-ES-2014-0053-0005 | FWS | Notice of Availability of the Southern Edwards Plateau Draft Environmental Impact Statement and Draft Habitat Conservation Plan; City of San Antonio and Bexar County FWS-R2-ES-2014-0053 | AUES_SEP_dHCP Appendix D Summary of Public Comments | Supporting & Related Material | Report | 2014-12-19T05:00:00Z | 2014 | 12 | 2014-12-19T19:09:11Z | 0 | 0 | 0900006481986f20 | |||
| FWS-R2-ES-2014-0053-0007 | FWS | Notice of Availability of the Southern Edwards Plateau Draft Environmental Impact Statement and Draft Habitat Conservation Plan; City of San Antonio and Bexar County FWS-R2-ES-2014-0053 | AUES_SEP_dHCP Draft_EIS | Supporting & Related Material | Environmental Impact Statement | 2014-12-19T05:00:00Z | 2014 | 12 | 2014-12-19T19:10:26Z | 0 | 0 | 0900006481986f22 |
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);