documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FWS-R8-ES-2011-0013" and posted_year = 2012 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, 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-R8-ES-2011-0013-0022 | FWS | Revised critical habitat for Riverside fairy shrimp FWS-R8-ES-2011-0013 | UTM Coordinates for Final Rule | Supporting & Related Material | Technical Support Document | 2012-12-12T05:00:00Z | 2012 | 12 | 2012-12-12T16:41:06Z | 0 | 0 | 0900006481188beb | |||
| FWS-R8-ES-2011-0013-0019 | FWS | Revised critical habitat for Riverside fairy shrimp FWS-R8-ES-2011-0013 | Endangered and Threatened Wildlife and Plants: Revised Critical Habitat for the Riverside FairyShrimp | Rule | 2012-12-04T05:00:00Z | 2012 | 12 | 2012-12-04T05:00:00Z | 2012-12-04T16:25:23Z | 2012-28250 | 0 | 0 | 090000648117e394 | ||
| FWS-R8-ES-2011-0013-0021 | FWS | Revised critical habitat for Riverside fairy shrimp FWS-R8-ES-2011-0013 | Economic Analysis of Critical Habitat Designation for Riverside Fairy Shrimp | Supporting & Related Material | Economic Analysis | 2012-12-04T05:00:00Z | 2012 | 12 | 2012-12-04T16:25:58Z | 0 | 0 | 090000648117e19d | |||
| FWS-R8-ES-2011-0013-0020 | FWS | Revised critical habitat for Riverside fairy shrimp FWS-R8-ES-2011-0013 | Literature Cited for Final Revised Designation of Critical Habitat for Riverside fairy shrimp (Streptocephalus woottoni) | Supporting & Related Material | Reference (internal unless indicated) | 2012-12-04T05:00:00Z | 2012 | 12 | 2012-12-04T16:25:58Z | 0 | 0 | 090000648117dbb1 | |||
| FWS-R8-ES-2011-0013-0017 | FWS | Revised critical habitat for Riverside fairy shrimp FWS-R8-ES-2011-0013 | Riverside fairy shrimp DEA | Supporting & Related Material | Reference (internal unless indicated) | 2012-03-14T04:00:00Z | 2012 | 3 | 2012-03-14T17:22:23Z | 0 | 0 | 0900006480fd7317 | |||
| FWS-R8-ES-2011-0013-0016 | FWS | Revised critical habitat for Riverside fairy shrimp FWS-R8-ES-2011-0013 | Endangered and Threatened Wildlife and Plants: Revised Critical Habitat for Riverside Fairy Shrimp | Proposed Rule | 2012-03-01T05:00:00Z | 2012 | 3 | 2012-03-01T05:00:00Z | 2012-04-03T03:59:59Z | 2012-03-01T16:20:18Z | 2012-04716 | 0 | 0 | 0900006480fc9848 |
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);