documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-R4-ES-2016-0096" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, last_modified, 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-R4-ES-2016-0096-0007 | FWS | Petition to List Fourche Mountain Salamander under the Endangered Species Act of 1973, as amended FWS-R4-ES-2016-0096 | Endangered and Threatened Species: 90-Day Findings on 10 Petitions; Correction | Proposed Rule | 2016-09-21T04:00:00Z | 2016 | 9 | 2016-09-21T04:00:00Z | 2016-09-21T13:29:08Z | 2016-22558 | 0 | 0 | 090000648223424e | ||
| FWS-R4-ES-2016-0096-0003 | FWS | Petition to List Fourche Mountain Salamander under the Endangered Species Act of 1973, as amended FWS-R4-ES-2016-0096 | Petition to List 53 Amphibians and Reptiles in the United States as Threatened or Endangered Species Under the Endangered Species Act | Supporting & Related Material | Petition | 2016-09-14T04:00:00Z | 2016 | 9 | 2016-09-14T13:27:17Z | 0 | 0 | 09000064821e35ac | |||
| FWS-R4-ES-2016-0096-0001 | FWS | Petition to List Fourche Mountain Salamander under the Endangered Species Act of 1973, as amended FWS-R4-ES-2016-0096 | Endangered and Threatened Species: 90-Day Findings on Petition to List Fourche Mountain Salamander | Proposed Rule | 2016-09-14T04:00:00Z | 2016 | 9 | 2016-09-14T04:00:00Z | 2016-09-14T13:28:30Z | 2016-22071 | 0 | 0 | 090000648220acb0 | ||
| FWS-R4-ES-2016-0096-0002 | FWS | Petition to List Fourche Mountain Salamander under the Endangered Species Act of 1973, as amended FWS-R4-ES-2016-0096 | Fourche Mt. Salamander 90 Day Finding Petition Review Form | Supporting & Related Material | Report | 2016-09-14T04:00:00Z | 2016 | 9 | 2016-09-14T13:27:17Z | 0 | 0 | 09000064821de456 | |||
| FWS-R4-ES-2016-0096-0006 | FWS | Petition to List Fourche Mountain Salamander under the Endangered Species Act of 1973, as amended FWS-R4-ES-2016-0096 | Fourche Mountain Salamander - U.S. Forest Service 2002 | Supporting & Related Material | 2016-09-14T00:00:00Z | 2016 | 9 | 2016-09-14T18:56:54Z | 0 | 1 | 090000648220c79d | ||||
| FWS-R4-ES-2016-0096-0005 | FWS | Petition to List Fourche Mountain Salamander under the Endangered Species Act of 1973, as amended FWS-R4-ES-2016-0096 | Lohoefener Jones 1991 (a) | Supporting & Related Material | 2016-09-14T00:00:00Z | 2016 | 9 | 2016-09-14T18:56:41Z | 0 | 1 | 090000648220c79e | ||||
| FWS-R4-ES-2016-0096-0004 | FWS | Petition to List Fourche Mountain Salamander under the Endangered Species Act of 1973, as amended FWS-R4-ES-2016-0096 | Lohoefener Jones 1991 Arkansas Salamanders | Supporting & Related Material | 2016-09-14T00:00:00Z | 2016 | 9 | 2016-09-14T18:56:24Z | 0 | 1 | 090000648220c9fd |
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);