documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "FWS-R8-ES-2016-0088" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- FWS 5
| 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-R8-ES-2016-0088-0029 | FWS | Petition to List the Joshua Tree as an Endangered or Threatened Species Under the Act FWS-R8-ES-2016-0088 | Joshua tree Species Status Assessment Report | Supporting & Related Material | Evaluation | 2019-08-19T04:00:00Z | 2019 | 8 | 2019-08-19T20:31:00Z | 0 | 0 | 0900006483e72347 | |||
| FWS-R8-ES-2016-0088-0028 | FWS | Petition to List the Joshua Tree as an Endangered or Threatened Species Under the Act FWS-R8-ES-2016-0088 | Endangered and Threatened Species: 12-Month Findings on Petitions to List Eight Species as Endangered or Threatened Species - Joshua Tree | Proposed Rule | 2019-08-16T04:00:00Z | 2019 | 8 | 2019-08-16T04:00:00Z | 2019-08-19T20:30:20Z | 2019-17536 | 0 | 0 | 0900006483e610e7 | ||
| FWS-R8-ES-2016-0088-0002 | FWS | Petition to List the Joshua Tree as an Endangered or Threatened Species Under the Act FWS-R8-ES-2016-0088 | Joshua Tree 90 Day Finding Petition Review Form | Supporting & Related Material | Report | 2016-09-14T04:00:00Z | 2016 | 9 | 2016-09-14T13:21:59Z | 0 | 0 | 09000064821ddfc9 | |||
| FWS-R8-ES-2016-0088-0001 | FWS | Petition to List the Joshua Tree as an Endangered or Threatened Species Under the Act FWS-R8-ES-2016-0088 | Joshua Tree Petition | Supporting & Related Material | Petition | 2016-09-14T04:00:00Z | 2016 | 9 | 2016-09-14T13:21:51Z | 0 | 0 | 09000064820ce2d2 | |||
| FWS-R8-ES-2016-0088-0003 | FWS | Petition to List the Joshua Tree as an Endangered or Threatened Species Under the Act FWS-R8-ES-2016-0088 | Endangered and Threatened Species: 90-Day Findings on Petition to List the Joshua Tree | Proposed Rule | 2016-09-14T04:00:00Z | 2016 | 9 | 2016-09-14T04:00:00Z | 2016-11-15T04:59:59Z | 2016-11-15T02:00:25Z | 2016-22071 | 0 | 0 | 090000648220ab79 |
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);