documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FWS-R2-ES-2011-0078" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_date (date), comment_start_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-2011-0078-0006 | FWS | Petition to List the Tamaulipan Agapema, Sphingicampa blanchardi (no common name), and Ursia furtiva (no common name) as Endangered or Threatened FWS-R2-ES-2011-0078 | Literature Cited for the Tamaulipan Agapema, Sphingicampa blanchardi (no common name), and Ursia furtiva (no common name) 12-Month Finding | Supporting & Related Material | Index | 2011-09-27T04:00:00Z | 2011 | 9 | 2011-09-27T14:52:19Z | 0 | 0 | 0900006480f277d6 | |||
| FWS-R2-ES-2011-0078-0005 | FWS | Petition to List the Tamaulipan Agapema, Sphingicampa blanchardi (no common name), and Ursia furtiva (no common name) as Endangered or Threatened FWS-R2-ES-2011-0078 | Endangered and Threatened Wildlife and Plants: 12-Month Finding on Petition to List Tamaulipan Agapema, Sphingicampa blanchardi, and Ursia furtiva | Proposed Rule | 2011-09-27T04:00:00Z | 2011 | 9 | 2011-09-27T04:00:00Z | 2011-09-27T14:50:58Z | 2011-24528 | 0 | 0 | 0900006480f34fb5 | ||
| FWS-R2-ES-2011-0078-0003 | FWS | Petition to List the Tamaulipan Agapema, Sphingicampa blanchardi (no common name), and Ursia furtiva (no common name) as Endangered or Threatened FWS-R2-ES-2011-0078 | Petition from WildEarth Guardians Requesting Emergency Listing of 32 Species Under the Endangered Species Act | Supporting & Related Material | Association/Interest Group/Individual | 2011-09-26T04:00:00Z | 2011 | 9 | 2011-09-26T17:29:48Z | 0 | 0 | 0900006480f2c59f | |||
| FWS-R2-ES-2011-0078-0001 | FWS | Petition to List the Tamaulipan Agapema, Sphingicampa blanchardi (no common name), and Ursia furtiva (no common name) as Endangered or Threatened FWS-R2-ES-2011-0078 | 74 FR 66865 dated December 16, 2009 | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2011-09-26T04:00:00Z | 2011 | 9 | 2011-09-26T04:00:00Z | 2011-09-26T17:02:07Z | 0 | 0 | 0900006480f2c59a | ||
| FWS-R2-ES-2011-0078-0004 | FWS | Petition to List the Tamaulipan Agapema, Sphingicampa blanchardi (no common name), and Ursia furtiva (no common name) as Endangered or Threatened FWS-R2-ES-2011-0078 | Literature Cited for Partial 90-Day Finding on a Petition to List 475 Species in the Southwestern United States as Threatened or Endangered With Critical Habitat dated December 16, 2009 | Supporting & Related Material | Index | 2011-09-26T04:00:00Z | 2011 | 9 | 2011-09-26T17:35:55Z | 0 | 0 | 0900006480f2c5ad | |||
| FWS-R2-ES-2011-0078-0002 | FWS | Petition to List the Tamaulipan Agapema, Sphingicampa blanchardi (no common name), and Ursia furtiva (no common name) as Endangered or Threatened FWS-R2-ES-2011-0078 | Petition from Forest Guardians to List All Critically Imperiled or Imperiled Species in the Southwest United States as Threatened or Endangered Under the Endangered Species Act | Supporting & Related Material | Association/Interest Group/Individual | 2011-09-26T04:00:00Z | 2011 | 9 | 2011-09-26T17:10:43Z | 0 | 0 | 0900006480f2c59e |
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);