documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-R9-ES-2011-0101" 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)
document_type 3
agency_id 1
- FWS 7
| 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-2011-0101-0082 | FWS | Two Foreign Parrot Species; Military Macaw ( Ara militaris ) and the Great Green Macaw ( Ara ambiguus ) FWS-R9-ES-2011-0101 | Endangered and Threatened Wildlife and Plants: Two Foreign Macaw Species | Rule | 2015-10-02T04:00:00Z | 2015 | 10 | 2015-10-02T04:00:00Z | 2015-10-02T14:03:56Z | 2015-24820 | 0 | 0 | 0900006481caaa82 | ||
| FWS-R9-ES-2011-0101-0065 | FWS | Two Foreign Parrot Species; Military Macaw ( Ara militaris ) and the Great Green Macaw ( Ara ambiguus ) FWS-R9-ES-2011-0101 | Endangered and Threatened Wildlife and Plants: Listing Three Foreign Macaw Species | Proposed Rule | 2013-02-21T05:00:00Z | 2013 | 2 | 2013-02-21T05:00:00Z | 2013-04-23T03:59:59Z | 2013-04-27T01:01:33Z | 2013-03880 | 0 | 0 | 090000648120100f | |
| FWS-R9-ES-2011-0101-0004 | FWS | Two Foreign Parrot Species; Military Macaw ( Ara militaris ) and the Great Green Macaw ( Ara ambiguus ) FWS-R9-ES-2011-0101 | Literature Cited for Great Green Macaw Status Review - 12 Month Finding | Supporting & Related Material | Reference (internal unless indicated) | 2012-07-06T04:00:00Z | 2012 | 7 | 2013-02-26T17:26:59Z | 0 | 0 | 090000648101834c | |||
| FWS-R9-ES-2011-0101-0001 | FWS | Two Foreign Parrot Species; Military Macaw ( Ara militaris ) and the Great Green Macaw ( Ara ambiguus ) FWS-R9-ES-2011-0101 | Endangered and Threatened Wildlife and Plants: Two Foreign Macaw Species | Proposed Rule | 2012-07-06T04:00:00Z | 2012 | 7 | 2012-07-06T04:00:00Z | 2012-09-05T03:59:59Z | 2012-09-06T02:00:58Z | 2012-16492 | 0 | 0 | 090000648107d239 | |
| FWS-R9-ES-2011-0101-0002 | FWS | Two Foreign Parrot Species; Military Macaw ( Ara militaris ) and the Great Green Macaw ( Ara ambiguus ) FWS-R9-ES-2011-0101 | 74 FR 33957; 90-Day Finding on a Petition to List 14 Parrot Species as Threatened or Endangered Published on July 14, 2009 | Supporting & Related Material | Reference (internal unless indicated) | 2012-07-06T04:00:00Z | 2012 | 7 | 2013-02-26T17:26:59Z | 0 | 0 | 0900006480f86778 | |||
| FWS-R9-ES-2011-0101-0003 | FWS | Two Foreign Parrot Species; Military Macaw ( Ara militaris ) and the Great Green Macaw ( Ara ambiguus ) FWS-R9-ES-2011-0101 | Petition from Friends of Animals to List 14 Species of Foreign Parrots, Macaws, Cockatoos as Threatened or Endangered Under the Endangered Species Act | Supporting & Related Material | Reference (internal unless indicated) | 2012-07-06T04:00:00Z | 2012 | 7 | 2013-02-26T17:26:59Z | 0 | 0 | 0900006480f889e1 | |||
| FWS-R9-ES-2011-0101-0005 | FWS | Two Foreign Parrot Species; Military Macaw ( Ara militaris ) and the Great Green Macaw ( Ara ambiguus ) FWS-R9-ES-2011-0101 | Literature Cited for Military Macaw Status Review 12-Month Finding | Supporting & Related Material | Reference (internal unless indicated) | 2012-07-06T04:00:00Z | 2012 | 7 | 2013-02-26T17:26:59Z | 0 | 0 | 09000064810183c5 |
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);