documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FWS-R7-ES-2009-0051" 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)
document_type 4
agency_id 1
- FWS 6
| 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-R7-ES-2009-0051-24643 | FWS | Pacific Walrus FWS-R7-ES-2009-0051 | List of References Cited | Supporting & Related Material | 2011-02-10T05:00:00Z | 2011 | 2 | 2014-01-17T21:37:49Z | 0 | 0 | 0900006480bde0e9 | ||||
| FWS-R7-ES-2009-0051-24642 | FWS | Pacific Walrus FWS-R7-ES-2009-0051 | Status Review of the Pacific Walrus | Supporting & Related Material | 2011-02-10T05:00:00Z | 2011 | 2 | 2014-01-17T21:37:49Z | 0 | 0 | 0900006480bdd6d9 | ||||
| FWS-R7-ES-2009-0051-24641 | FWS | Pacific Walrus FWS-R7-ES-2009-0051 | Endangered and Threatened Wildlife and Plants: 12-Month Finding on Petition to List Pacific Walrus as Endangered or Threatened | Proposed Rule | 2011-02-10T05:00:00Z | 2011 | 2 | 2011-02-10T14:52:25Z | 2011-02400 | 0 | 0 | 0900006480bebcf4 | |||
| FWS-R7-ES-2009-0051-0065 | FWS | Pacific Walrus FWS-R7-ES-2009-0051 | Notice to the Public Service Continues Status Review of Pacific Walrus and COnsiders New Information | Supporting & Related Material | 2010-09-10T04:00:00Z | 2010 | 9 | 2014-01-18T19:29:18Z | 0 | 0 | 0900006480b4b899 | ||||
| FWS-R7-ES-2009-0051-0066 | FWS | Pacific Walrus FWS-R7-ES-2009-0051 | Notice to the Public that the Service Coninues Status Review of the Pacific Walrus Continues | Other | 2010-09-10T04:00:00Z | 2010 | 9 | 2010-09-10T04:00:00Z | 2010-09-25T03:59:59Z | 2014-01-17T21:37:04Z | 0 | 0 | 0900006480b4f263 | ||
| FWS-R7-ES-2009-0051-0001 | FWS | Pacific Walrus FWS-R7-ES-2009-0051 | 90-Day Finding on a Petition To List the Pacific Walrus as Threatened or Endangered | Notice | 2009-09-10T04:00:00Z | 2009 | 9 | 2009-09-09T04:00:00Z | 2009-11-10T04:59:59Z | 2014-01-18T19:26:36Z | E9-21759 | 0 | 0 | 0900006480a2022d |
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);