documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-R2-ES-2013-0027" 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)
| 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-2013-0027-0022 | FWS | Designation of Critical Habitat for the Texas golden gladecress and Neches River rose-mallow FWS-R2-ES-2013-0027 | Literature Cited for Final Rule – 2 Texas Plants | Supporting & Related Material | Reference (internal unless indicated) | 2013-09-11T04:00:00Z | 2013 | 9 | 2013-09-11T13:52:50Z | 0 | 0 | 09000064813e6717 | |||
| FWS-R2-ES-2013-0027-0023 | FWS | Designation of Critical Habitat for the Texas golden gladecress and Neches River rose-mallow FWS-R2-ES-2013-0027 | Economic Analysis of Critical Habitat Designation for Texas Golden Gladecress and Neches River Rose-mallow, East Texas | Supporting & Related Material | Economic Analysis | 2013-09-11T04:00:00Z | 2013 | 9 | 2013-09-11T13:52:51Z | 0 | 0 | 09000064813e6780 | |||
| FWS-R2-ES-2013-0027-0024 | FWS | Designation of Critical Habitat for the Texas golden gladecress and Neches River rose-mallow FWS-R2-ES-2013-0027 | UTM Coordinates for Rose-mallow Critical Habitat | Supporting & Related Material | Map | 2013-09-11T04:00:00Z | 2013 | 9 | 2013-09-11T13:52:51Z | 0 | 0 | 09000064813e6782 | |||
| FWS-R2-ES-2013-0027-0021 | FWS | Designation of Critical Habitat for the Texas golden gladecress and Neches River rose-mallow FWS-R2-ES-2013-0027 | Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for Texas Golden Gladecress and Neches River Rose-mallow | Rule | 2013-09-11T04:00:00Z | 2013 | 9 | 2013-09-11T04:00:00Z | 2013-09-11T13:52:23Z | 2013-22083 | 0 | 0 | 09000064813f32c5 | ||
| FWS-R2-ES-2013-0027-0025 | FWS | Designation of Critical Habitat for the Texas golden gladecress and Neches River rose-mallow FWS-R2-ES-2013-0027 | UTM Coordinates for Texas Golden Gladecress Critical Habitat | Supporting & Related Material | Map | 2013-09-11T04:00:00Z | 2013 | 9 | 2013-09-11T13:52:52Z | 0 | 0 | 09000064813e6784 | |||
| FWS-R2-ES-2013-0027-0001 | FWS | Designation of Critical Habitat for the Texas golden gladecress and Neches River rose-mallow FWS-R2-ES-2013-0027 | Endangered and Threatened Wildlife and Plants: Listing as Endangered and Threatened and Designation of Critical Habitat for Texas Golden Gladecress and Neches River Rose-mallow | Proposed Rule | 2013-04-16T04:00:00Z | 2013 | 4 | 2013-04-16T04:00:00Z | 2013-05-17T03:59:59Z | 2013-09-10T01:02:51Z | 2013-08848 | 0 | 0 | 0900006481295de7 | |
| FWS-R2-ES-2013-0027-0002 | FWS | Designation of Critical Habitat for the Texas golden gladecress and Neches River rose-mallow FWS-R2-ES-2013-0027 | Draft Economic Analysis of the Critical Habitat Designation for Texas golden Gladecress and Neches River Rose-Mallow, East Texas | Supporting & Related Material | Economic Analysis | 2013-04-16T04:00:00Z | 2013 | 4 | 2013-04-16T13:42:35Z | 0 | 0 | 0900006481294778 |
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);