documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FWS-R2-ES-2015-0148" and posted_year = 2017 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, withdrawn, posted_date (date), comment_start_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-2015-0148-0052 | FWS | Proposed Threatened Species Status for Headwater Chub and Roundtail Chub Distinct Population Segment FWS-R2-ES-2015-0148 | Chafin et al 2016 - Species delimitation and resolving complexity of lower Colorado River basin Gila spp. using next-generation sequence data | Supporting & Related Material | Reference (external attachments) | 2017-04-13T04:00:00Z | 2017 | 4 | 2017-04-13T15:57:13Z | 0 | 0 | 0900006482553020 | |||
| FWS-R2-ES-2015-0148-0053 | FWS | Proposed Threatened Species Status for Headwater Chub and Roundtail Chub Distinct Population Segment FWS-R2-ES-2015-0148 | Chafin et al Desert Fish Council 2015 - Reduced-representation genomics reveals species level phylogeny of Gila spp.from the Colorado River Basin | Supporting & Related Material | Reference (external attachments) | 2017-04-13T04:00:00Z | 2017 | 4 | 2017-04-13T15:58:30Z | 0 | 0 | 0900006482553021 | |||
| FWS-R2-ES-2015-0148-0051 | FWS | Proposed Threatened Species Status for Headwater Chub and Roundtail Chub Distinct Population Segment FWS-R2-ES-2015-0148 | Arizona Game and Fish Department 2017 | Supporting & Related Material | Reference (external attachments) | 2017-04-13T04:00:00Z | 2017 | 4 | 2017-04-13T15:56:13Z | 0 | 0 | 090000648255301f | |||
| FWS-R2-ES-2015-0148-0048 | FWS | Proposed Threatened Species Status for Headwater Chub and Roundtail Chub Distinct Population Segment FWS-R2-ES-2015-0148 | Endangered and Threatened Species: Threatened Species Status for the Headwater Chub and Roundtail Chub Distinct Population Segment; Withdrawal | Proposed Rule | Withdrawal | 2017-04-07T04:00:00Z | 2017 | 4 | 2017-04-07T04:00:00Z | 2017-04-07T13:01:53Z | 2017-06995 | 0 | 0 | 0900006482542671 | |
| FWS-R2-ES-2015-0148-0050 | FWS | Proposed Threatened Species Status for Headwater Chub and Roundtail Chub Distinct Population Segment FWS-R2-ES-2015-0148 | Literature Cited for the Proposed Rule Withdrawal of the Threatened Species Status for the Headwater Chub and Roundtail Chub Distinct Population Segment | Supporting & Related Material | Reference (external attachments) | 2017-04-07T04:00:00Z | 2017 | 4 | 2017-04-07T18:45:11Z | 0 | 0 | 0900006482543f50 | |||
| FWS-R2-ES-2015-0148-0049 | FWS | Proposed Threatened Species Status for Headwater Chub and Roundtail Chub Distinct Population Segment FWS-R2-ES-2015-0148 | Literature Cited for the Proposed Rule Withdrawal of the Threatened Species Status for the Headwater Chub and Roundtail Chub Distinct Population Segment | Supporting & Related Material | 2017-04-07T00:00:00Z | 2017 | 4 | 2017-04-07T18:44:26Z | 0 | 1 | 09000064825316ef |
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);