documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "FWS-R8-ES-2007-0023" 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 2
agency_id 1
- FWS 5
| 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-2007-0023-0022 | FWS | Mojave Fringe-toed Lizard FWS-R8-ES-2007-0023 | Literature Cited for 12-Month Finding on a Petition To List the Amargosa River Population of the Mojave Fringe-toed Lizard as an Endangered or Threatened Distinct Population Segment | Supporting & Related Material | Index | 2011-10-12T04:00:00Z | 2011 | 10 | 2013-02-26T17:32:31Z | 0 | 0 | 0900006480f50c25 | |||
| FWS-R8-ES-2007-0023-0021 | FWS | Mojave Fringe-toed Lizard FWS-R8-ES-2007-0023 | Endangered and Threatened Wildlife and Plants: 12-Month Finding on Petition To List Amargosa River Population of Mojave Fringe-toed Lizard | Proposed Rule | 2011-10-04T04:00:00Z | 2011 | 10 | 2011-10-04T04:00:00Z | 2011-10-04T16:47:01Z | 2011-25561 | 0 | 0 | 0900006480f4b5b5 | ||
| FWS-R8-ES-2007-0023-0011 | FWS | Mojave Fringe-toed Lizard FWS-R8-ES-2007-0023 | Literature Cited 90-day Finding | Supporting & Related Material | 2008-01-14T05:00:00Z | 2008 | 1 | 2013-02-26T17:27:30Z | 0 | 0 | 090000648037ce13 | ||||
| FWS-R8-ES-2007-0023-0012 | FWS | Mojave Fringe-toed Lizard FWS-R8-ES-2007-0023 | Petition to List | Supporting & Related Material | 2008-01-14T05:00:00Z | 2008 | 1 | 2013-02-26T17:27:30Z | 0 | 0 | 090000648037ce17 | ||||
| FWS-R8-ES-2007-0023-0001 | FWS | Mojave Fringe-toed Lizard FWS-R8-ES-2007-0023 | Endangered and Threatened Wildlife and Plants; 90-Day Finding on Petition To List the Amargosa River Population of the Mojave Fringe- Toed Lizard (Uma scoparia) as Threatened or Endangered With Critical Habitat | Proposed Rule | 2008-01-10T05:00:00Z | 2008 | 1 | 2008-01-10T05:00:00Z | 2008-03-11T03:59:59Z | 2013-02-26T17:27:31Z | E8-00028 | 0 | 0 | 090000648039868a |
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);