documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where docket_id = "FWS-R3-ES-2012-0079" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_month, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- FWS 3
| 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-R3-ES-2012-0079-0009 | FWS | Prairie Gray Fox, Plains Spotted Skunk, and a Distinct Population Segment of the Mearn's Eastern Cottontail FWS-R3-ES-2012-0079 | Literature Cited for 90-Day Finding for Three Grassland Mammals | Supporting & Related Material | Index | 2013-01-22T05:00:00Z | 2013 | 1 | 2013-01-22T20:58:35Z | 0 | 0 | 09000064811d25f2 | |||
| FWS-R3-ES-2012-0079-0007 | FWS | Prairie Gray Fox, Plains Spotted Skunk, and a Distinct Population Segment of the Mearn's Eastern Cottontail FWS-R3-ES-2012-0079 | Literature Cited for 90-Day Finding for Three Grassland Mammals | Supporting & Related Material | 2013-01-07T00:00:00Z | 2013 | 1 | 2013-01-22T20:57:04Z | 0 | 1 | 09000064811aeb43 | ||||
| FWS-R3-ES-2012-0079-0001 | FWS | Prairie Gray Fox, Plains Spotted Skunk, and a Distinct Population Segment of the Mearn's Eastern Cottontail FWS-R3-ES-2012-0079 | Endangered and Threatened Wildlife and Plants: 90-Day Finding on Petition to List Prairie Gray Fox, Plains Spotted Skunk, and Distinct Population Segment of Mearn's Eastern Cottontail in East-central Illinois and Western Indiana | Proposed Rule | 2012-12-04T05:00:00Z | 2012 | 12 | 2012-12-04T05:00:00Z | 2013-02-05T04:59:59Z | 2013-02-14T03:02:24Z | 2012-29188 | 0 | 0 | 090000648117e586 |
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);