documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FWS-R9-ES-2010-0089" 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)
document_type 3
agency_id 1
- FWS 6
| 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-R9-ES-2010-0089-0007 | FWS | Broad-Snouted Caiman in Argentina FWS-R9-ES-2010-0089 | Endangered and Threatened Wildlife and Plants: Listing One Distinct Population Segment of Broad-Snouted Caiman as Endangered and a Second as Threatened | Rule | 2013-06-25T04:00:00Z | 2013 | 6 | 2013-06-25T04:00:00Z | 2013-06-25T13:17:01Z | 2013-15006 | 0 | 0 | 090000648133e314 | ||
| FWS-R9-ES-2010-0089-0008 | FWS | Broad-Snouted Caiman in Argentina FWS-R9-ES-2010-0089 | Appendix A. Map broad snouted caiman distribution | Supporting & Related Material | Map | 2013-06-25T04:00:00Z | 2013 | 6 | 2016-10-31T15:30:57Z | 0 | 0 | 09000064810f67b1 | |||
| FWS-R9-ES-2010-0089-0003 | FWS | Broad-Snouted Caiman in Argentina FWS-R9-ES-2010-0089 | 41 FR 24062 Dated June 14, 1976 - Endangered Status for 159 Taxa of Animals | Supporting & Related Material | Reference (internal unless indicated) | 2012-01-05T05:00:00Z | 2012 | 1 | 2013-02-26T17:08:47Z | 0 | 0 | 0900006480f889e5 | |||
| FWS-R9-ES-2010-0089-0001 | FWS | Broad-Snouted Caiman in Argentina FWS-R9-ES-2010-0089 | Endangered and Threatened Wildlife and Plants: Listing Two Distinct Population Segments of Broad-Snouted Caiman | Proposed Rule | 2012-01-05T05:00:00Z | 2012 | 1 | 2012-01-05T05:00:00Z | 2012-03-06T04:59:59Z | 2012-01-05T14:21:09Z | 2011-33602 | 0 | 0 | 0900006480f8e25f | |
| FWS-R9-ES-2010-0089-0002 | FWS | Broad-Snouted Caiman in Argentina FWS-R9-ES-2010-0089 | 73 FR 33968 Dated June 16, 2008: 90-Day Petition Finding To Reclassify the Argentine Population of the Broad-Snouted Caiman From Endangered to Threatened | Supporting & Related Material | Reference (internal unless indicated) | 2012-01-05T05:00:00Z | 2012 | 1 | 2013-02-26T17:08:46Z | 0 | 0 | 0900006480f889e4 | |||
| FWS-R9-ES-2010-0089-0004 | FWS | Broad-Snouted Caiman in Argentina FWS-R9-ES-2010-0089 | References for Broad Snouted Caiman Proposed Rule to Downlist the Argentina Population | Supporting & Related Material | Reference (internal unless indicated) | 2012-01-05T05:00:00Z | 2012 | 1 | 2013-02-26T17:08:47Z | 0 | 0 | 0900006480f88a28 |
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);