documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where agency_id = "FWS", docket_id = "FWS-R2-ES-2008-0031" and posted_year = 2008 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-R2-ES-2008-0031-0008 | FWS | Designating a 10(j) Experimental Population for the Reintroduction of Rio Grande Silvery Minnow into the Big Bend Area of Texas FWS-R2-ES-2008-0031 | Environmental Action Statement | Supporting & Related Material | 2008-12-09T05:00:00Z | 2008 | 12 | 2013-02-26T18:16:39Z | 0 | 0 | 09000064807d41f3 | ||||
| FWS-R2-ES-2008-0031-0006 | FWS | Designating a 10(j) Experimental Population for the Reintroduction of Rio Grande Silvery Minnow into the Big Bend Area of Texas FWS-R2-ES-2008-0031 | Environmental Assessment | Supporting & Related Material | 2008-12-09T05:00:00Z | 2008 | 12 | 2013-02-26T18:16:39Z | 0 | 0 | 09000064807d41df | ||||
| FWS-R2-ES-2008-0031-0007 | FWS | Designating a 10(j) Experimental Population for the Reintroduction of Rio Grande Silvery Minnow into the Big Bend Area of Texas FWS-R2-ES-2008-0031 | FONSI | Supporting & Related Material | 2008-12-09T05:00:00Z | 2008 | 12 | 2013-02-26T18:16:39Z | 0 | 0 | 09000064807d41ec | ||||
| FWS-R2-ES-2008-0031-0009 | FWS | Designating a 10(j) Experimental Population for the Reintroduction of Rio Grande Silvery Minnow into the Big Bend Area of Texas FWS-R2-ES-2008-0031 | Literature Cited | Supporting & Related Material | 2008-12-09T05:00:00Z | 2008 | 12 | 2013-02-26T18:16:40Z | 0 | 0 | 09000064807d4207 | ||||
| FWS-R2-ES-2008-0031-0005 | FWS | Designating a 10(j) Experimental Population for the Reintroduction of Rio Grande Silvery Minnow into the Big Bend Area of Texas FWS-R2-ES-2008-0031 | Endangered and Threatened Wildlife and Plants; Establishment of a Nonessential Experimental Population of Rio Grande Silvery Minnow in the Big Bend Reach of the Rio Grande in Texas | Rule | 2008-12-08T05:00:00Z | 2008 | 12 | 2008-12-08T05:00:00Z | 2013-02-26T18:16:39Z | E8-28904 | 0 | 0 | 09000064807d1fdb | ||
| FWS-R2-ES-2008-0031-0004 | FWS | Designating a 10(j) Experimental Population for the Reintroduction of Rio Grande Silvery Minnow into the Big Bend Area of Texas FWS-R2-ES-2008-0031 | Draft Environmental Assessment | Supporting & Related Material | 2008-11-04T05:00:00Z | 2008 | 11 | 2013-02-26T18:16:39Z | 0 | 0 | 0900006480794986 | ||||
| FWS-R2-ES-2008-0031-0001 | FWS | Designating a 10(j) Experimental Population for the Reintroduction of Rio Grande Silvery Minnow into the Big Bend Area of Texas FWS-R2-ES-2008-0031 | Proposed Rule: Establishment of a Nonessential Experimental Population of Rio Grande silvery minnow in Texas | Proposed Rule | 2008-02-25T05:00:00Z | 2008 | 2 | 2008-02-25T05:00:00Z | 2007-11-06T04:59:59Z | 2013-02-26T18:16:34Z | 0 | 0 | 09000064803b0619 | ||
| FWS-R2-ES-2008-0031-0002 | FWS | Designating a 10(j) Experimental Population for the Reintroduction of Rio Grande Silvery Minnow into the Big Bend Area of Texas FWS-R2-ES-2008-0031 | Endangered and Threatened Wildlife and Plants; Establishment of a Nonessential Experimental Population of Rio Grande Silvery Minnow in the Big Bend Reach of the Rio Grande in Texas | Proposed Rule | 2008-02-22T05:00:00Z | 2008 | 2 | 2008-02-22T05:00:00Z | 2008-03-11T03:59:59Z | 2013-02-26T18:16:34Z | E8-03385 | 0 | 0 | 09000064803bb00e |
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);