documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-HQ-ES-2013-0051" and posted_year = 2013 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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-HQ-ES-2013-0051-0008 | FWS | Petition to List Sturgeon Under Endangered Species Act FWS-HQ-ES-2013-0051 | Exhibits | Supporting & Related Material | Exhibits | 2013-10-28T04:00:00Z | 2013 | 10 | 2013-10-28T15:01:53Z | 0 | 0 | 09000064814635f1 | |||
| FWS-HQ-ES-2013-0051-0002 | FWS | Petition to List Sturgeon Under Endangered Species Act FWS-HQ-ES-2013-0051 | Species information | Supporting & Related Material | Technical Specifications | 2013-09-24T04:00:00Z | 2013 | 9 | 2013-09-24T15:32:50Z | 0 | 0 | 090000648120e1dd | |||
| FWS-HQ-ES-2013-0051-0001 | FWS | Petition to List Sturgeon Under Endangered Species Act FWS-HQ-ES-2013-0051 | Endangered and Threatened Wildlife and Plants: 90-Day Finding on a Petition To List 10 Sturgeon Species | Proposed Rule | 2013-09-24T04:00:00Z | 2013 | 9 | 2013-09-24T04:00:00Z | 2013-11-26T04:59:59Z | 2017-03-02T02:00:46Z | 2013-22879 | 0 | 0 | 090000648143416c | |
| FWS-HQ-ES-2013-0051-0003 | FWS | Petition to List Sturgeon Under Endangered Species Act FWS-HQ-ES-2013-0051 | Petition to List Fifteen Species of Sturgeon Under the U.S. Endangered Species Act | Supporting & Related Material | Petition | 2013-09-24T04:00:00Z | 2013 | 9 | 2013-09-24T15:32:51Z | 0 | 0 | 090000648120f241 | |||
| FWS-HQ-ES-2013-0051-0005 | FWS | Petition to List Sturgeon Under Endangered Species Act FWS-HQ-ES-2013-0051 | Appendix A. Evaluation of information Provided in the Petition | Supporting & Related Material | Report | 2013-09-24T04:00:00Z | 2013 | 9 | 2013-09-24T15:32:52Z | 0 | 0 | 09000064812337b7 | |||
| FWS-HQ-ES-2013-0051-0006 | FWS | Petition to List Sturgeon Under Endangered Species Act FWS-HQ-ES-2013-0051 | Literature cited for Petition to List 10 Species of Sturgeon | Supporting & Related Material | Index | 2013-09-24T04:00:00Z | 2013 | 9 | 2013-09-24T15:32:52Z | 0 | 0 | 0900006481307e9a | |||
| FWS-HQ-ES-2013-0051-0004 | FWS | Petition to List Sturgeon Under Endangered Species Act FWS-HQ-ES-2013-0051 | National Marine Fisheries Service 90-Day Petition Finding to List Five Species of Sturgeon | Supporting & Related Material | Publication - Other Governmental | 2013-09-24T04:00:00Z | 2013 | 9 | 2013-09-24T15:32:51Z | 0 | 0 | 09000064812337b5 |
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);