documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where agency_id = "FWS" and docket_id = "FWS-R1-ES-2009-0085" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, 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-R1-ES-2009-0085-0425 | FWS | Bull Trout Revised Critical Habitat FWS-R1-ES-2009-0085 | Justification Document | Supporting & Related Material | 2010-10-25T04:00:00Z | 2010 | 10 | 2013-02-26T18:14:02Z | 0 | 0 | 0900006480b76c43 | ||||
| FWS-R1-ES-2009-0085-0424 | FWS | Bull Trout Revised Critical Habitat FWS-R1-ES-2009-0085 | Endangered and Threatened Wildlife and Plants: Revised Designation of Critical Habitat for Bull Trout in the Coterminous United States | Rule | 2010-10-18T04:00:00Z | 2010 | 10 | 2010-10-18T04:00:00Z | 2011-06-11T16:42:40Z | 2010-25028 | 0 | 0 | 0900006480b71d98 | ||
| FWS-R1-ES-2009-0085-0298 | FWS | Bull Trout Revised Critical Habitat FWS-R1-ES-2009-0085 | Endangered and Threatened Wildlife and Plants: Revised Designation of Critical Habitat for Bull Trout in the Coterminous United States | Proposed Rule | 2010-03-23T04:00:00Z | 2010 | 3 | 2010-03-22T04:00:00Z | 2010-04-06T03:59:59Z | 2013-02-26T18:13:53Z | 2010-06401 | 0 | 0 | 0900006480ac60fb | |
| FWS-R1-ES-2009-0085-0002 | FWS | Bull Trout Revised Critical Habitat FWS-R1-ES-2009-0085 | Bull Trout PCH - Justification Document Appendix 1 | Supporting & Related Material | 2010-01-14T05:00:00Z | 2010 | 1 | 2013-02-26T18:13:36Z | 0 | 0 | 0900006480a7d7da | ||||
| FWS-R1-ES-2009-0085-0004 | FWS | Bull Trout Revised Critical Habitat FWS-R1-ES-2009-0085 | Literature Cited List pdf | Supporting & Related Material | 2010-01-14T05:00:00Z | 2010 | 1 | 2013-02-26T18:13:36Z | 0 | 0 | 0900006480a7da39 | ||||
| FWS-R1-ES-2009-0085-0003 | FWS | Bull Trout Revised Critical Habitat FWS-R1-ES-2009-0085 | Literature Cited List | Supporting & Related Material | 2010-01-14T05:00:00Z | 2010 | 1 | 2013-02-26T18:13:36Z | 0 | 0 | 0900006480a7d9f4 | ||||
| FWS-R1-ES-2009-0085-0001 | FWS | Bull Trout Revised Critical Habitat FWS-R1-ES-2009-0085 | Endangered and Threatened Wildlife and Plants: Revised Designation of Critical Habitat for Bull Trout in the Coterminous United States | Proposed Rule | 2010-01-14T05:00:00Z | 2010 | 1 | 2010-01-14T05:00:00Z | 2010-03-16T03:59:59Z | 2013-02-26T18:13:36Z | 2010-00176 | 0 | 0 | 0900006480a7d52a |
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);