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-2016-0130" 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 3
agency_id 1
- FWS 8
| 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-2016-0130-0014 | FWS | Petition and Proposed Rule to Reclassify Tobusch fishhook cactus from Endangered to Threatened on the Federal List of Endangered and Threatened Plants FWS-R2-ES-2016-0130 | Final Tobusch Fishhook Cactus Species Status Assessment | Supporting & Related Material | Report | 2018-05-15T04:00:00Z | 2018 | 5 | 2018-05-15T13:05:10Z | 0 | 0 | 090000648326381a | |||
| FWS-R2-ES-2016-0130-0013 | FWS | Petition and Proposed Rule to Reclassify Tobusch fishhook cactus from Endangered to Threatened on the Federal List of Endangered and Threatened Plants FWS-R2-ES-2016-0130 | Endangered and Threatened Species: Reclassifying Tobusch Fishhook Cactus From Endangered to Threatened and Adopting New Scientific Name | Rule | 2018-05-15T04:00:00Z | 2018 | 5 | 2018-05-15T04:00:00Z | 2018-05-15T13:04:52Z | 2018-10206 | 0 | 0 | 0900006483268844 | ||
| FWS-R2-ES-2016-0130-0010 | FWS | Petition and Proposed Rule to Reclassify Tobusch fishhook cactus from Endangered to Threatened on the Federal List of Endangered and Threatened Plants FWS-R2-ES-2016-0130 | Endangered and Threatened Species: Reopening Comment Periods for Five Proposed Rules - Tobusch fishhook cactus | Proposed Rule | Reopening of Comment Period | 2017-06-13T04:00:00Z | 2017 | 6 | 2017-06-13T04:00:00Z | 2017-07-14T03:59:59Z | 2017-07-14T01:03:22Z | 2017-11968 | 0 | 0 | 09000064826ccdfb |
| FWS-R2-ES-2016-0130-0004 | FWS | Petition and Proposed Rule to Reclassify Tobusch fishhook cactus from Endangered to Threatened on the Federal List of Endangered and Threatened Plants FWS-R2-ES-2016-0130 | Tobusch Literature Cited | Supporting & Related Material | Reference (external attachments) | 2016-12-30T05:00:00Z | 2016 | 12 | 2016-12-30T18:30:41Z | 0 | 0 | 090000648244261d | |||
| FWS-R2-ES-2016-0130-0005 | FWS | Petition and Proposed Rule to Reclassify Tobusch fishhook cactus from Endangered to Threatened on the Federal List of Endangered and Threatened Plants FWS-R2-ES-2016-0130 | Tobusch Fishhook Cactus Species Status Assessment | Supporting & Related Material | Report | 2016-12-30T05:00:00Z | 2016 | 12 | 2016-12-30T18:30:54Z | 0 | 0 | 090000648244261e | |||
| FWS-R2-ES-2016-0130-0001 | FWS | Petition and Proposed Rule to Reclassify Tobusch fishhook cactus from Endangered to Threatened on the Federal List of Endangered and Threatened Plants FWS-R2-ES-2016-0130 | Endangered and Threatened Wildlife and Plants: Reclassifying Tobusch Fishhook Cactus from Endangered to Threatened | Proposed Rule | 2016-12-29T05:00:00Z | 2016 | 12 | 2016-12-29T05:00:00Z | 2017-02-28T04:59:59Z | 2017-02-28T02:01:08Z | 2016-31296 | 0 | 0 | 090000648243d251 | |
| FWS-R2-ES-2016-0130-0002 | FWS | Petition and Proposed Rule to Reclassify Tobusch fishhook cactus from Endangered to Threatened on the Federal List of Endangered and Threatened Plants FWS-R2-ES-2016-0130 | Pacific Legal Foundation 2012 Petition | Supporting & Related Material | Petition | 2016-12-29T05:00:00Z | 2016 | 12 | 2016-12-29T14:26:21Z | 0 | 0 | 090000648243ba2f | |||
| FWS-R2-ES-2016-0130-0003 | FWS | Petition and Proposed Rule to Reclassify Tobusch fishhook cactus from Endangered to Threatened on the Federal List of Endangered and Threatened Plants FWS-R2-ES-2016-0130 | Endangered and Threatened Wildlife and Plants: 90-Day Finding on a Petition to Delist or Reclassify from Endangered to Threatened Five Southwest Species 78 FR 55046 | Supporting & Related Material | Reference (internal unless indicated) | 2016-12-29T05:00:00Z | 2016 | 12 | 2016-12-29T14:29:37Z | 0 | 0 | 090000648243cfa2 |
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);