documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "FWS-R2-ES-2012-0101" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- FWS 8
| 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-R2-ES-2012-0101-0030 | FWS | Endangered Status for the Zuni Bluehead Sucker FWS-R2-ES-2012-0101 | Literature Cited Final Listing ZBS | Supporting & Related Material | Reference (external attachments) | 2014-07-24T04:00:00Z | 2014 | 7 | 2014-07-24T13:12:52Z | 0 | 0 | 09000064817d4fc1 | |||
| FWS-R2-ES-2012-0101-0031 | FWS | Endangered Status for the Zuni Bluehead Sucker FWS-R2-ES-2012-0101 | ZBS Final Listing Reference Map | Supporting & Related Material | Map | 2014-07-24T04:00:00Z | 2014 | 7 | 2014-07-24T13:12:53Z | 0 | 0 | 09000064817d4fc2 | |||
| FWS-R2-ES-2012-0101-0029 | FWS | Endangered Status for the Zuni Bluehead Sucker FWS-R2-ES-2012-0101 | Endangered and Threatened Wildlife and Plants: Endangered Species Status for the Zuni Bluehead Sucker | Rule | 2014-07-24T04:00:00Z | 2014 | 7 | 2014-07-24T04:00:00Z | 2014-07-24T13:12:25Z | 2014-17205 | 0 | 0 | 09000064817dc413 | ||
| FWS-R2-ES-2012-0101-0019 | FWS | Endangered Status for the Zuni Bluehead Sucker FWS-R2-ES-2012-0101 | Literature Cited - Six month Extension of Final Determination | Supporting & Related Material | Reference (external attachments) | 2014-01-14T05:00:00Z | 2014 | 1 | 2014-01-14T23:11:44Z | 0 | 0 | 0900006481507b26 | |||
| FWS-R2-ES-2012-0101-0018 | FWS | Endangered Status for the Zuni Bluehead Sucker FWS-R2-ES-2012-0101 | Geographic Reference Map | Supporting & Related Material | Map | 2014-01-14T05:00:00Z | 2014 | 1 | 2014-01-14T23:11:25Z | 0 | 0 | 0900006481507b27 | |||
| FWS-R2-ES-2012-0101-0017 | FWS | Endangered Status for the Zuni Bluehead Sucker FWS-R2-ES-2012-0101 | Endangered and Threatened Wildlife and Plants: Listing of the Zuni Bluehead Sucker; 6-Month Extension | Proposed Rule | 2014-01-09T05:00:00Z | 2014 | 1 | 2014-01-09T05:00:00Z | 2014-02-11T04:59:59Z | 2014-02-22T02:02:17Z | 2014-00164 | 0 | 0 | 09000064814f7238 | |
| FWS-R2-ES-2012-0101-0002 | FWS | Endangered Status for the Zuni Bluehead Sucker FWS-R2-ES-2012-0101 | Literature Cited for Proposed Endangered Status for the Zuni bluehead sucker (Catostomus discobolus yarrowi) | Supporting & Related Material | Reference (internal unless indicated) | 2013-01-25T05:00:00Z | 2013 | 1 | 2013-01-25T14:56:40Z | 0 | 0 | 09000064811d37d9 | |||
| FWS-R2-ES-2012-0101-0001 | FWS | Endangered Status for the Zuni Bluehead Sucker FWS-R2-ES-2012-0101 | Endangered and Threatened Wildlife and Plants: Proposed Endangered Status for Zuni Bluehead Sucker | Proposed Rule | 2013-01-25T05:00:00Z | 2013 | 1 | 2013-01-25T05:00:00Z | 2013-03-27T03:59:59Z | 2013-03-29T02:01:37Z | 2013-01303 | 0 | 0 | 09000064811d7a7b |
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);