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-2012-0039" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, 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-2012-0039-0289 | FWS | List as Endangered the Scarlet Macaw (Ara macao cyanoptera) FWS-R9-ES-2012-0039 | Scarlet Macaw Final Rule Literature Cited | Supporting & Related Material | Reference (external attachments) | 2019-02-26T05:00:00Z | 2019 | 2 | 2019-02-26T14:48:23Z | 0 | 0 | 0900006483a9614b | |||
| FWS-R9-ES-2012-0039-0288 | FWS | List as Endangered the Scarlet Macaw (Ara macao cyanoptera) FWS-R9-ES-2012-0039 | Endangered and Threatened Species: Listing the Scarlet Macaw | Rule | 2019-02-26T05:00:00Z | 2019 | 2 | 2019-02-26T05:00:00Z | 2019-02-26T14:47:42Z | 2019-03165 | 0 | 0 | 0900006483aa6e83 | ||
| FWS-R9-ES-2012-0039-0076 | FWS | List as Endangered the Scarlet Macaw (Ara macao cyanoptera) FWS-R9-ES-2012-0039 | Literature Cited for the Revised Proposed Rule for Scarlet Macaw | Supporting & Related Material | Reference (external attachments) | 2016-04-07T04:00:00Z | 2016 | 4 | 2016-04-07T13:43:53Z | 0 | 0 | 0900006481eeb692 | |||
| FWS-R9-ES-2012-0039-0075 | FWS | List as Endangered the Scarlet Macaw (Ara macao cyanoptera) FWS-R9-ES-2012-0039 | Endangered and Threatened Species: Scarlet Macaw; Listing | Proposed Rule | 2016-04-07T04:00:00Z | 2016 | 4 | 2016-04-07T04:00:00Z | 2016-06-07T03:59:59Z | 2016-10-08T01:02:04Z | 2016-07492 | 0 | 0 | 0900006481f3afc8 | |
| FWS-R9-ES-2012-0039-0002 | FWS | List as Endangered the Scarlet Macaw (Ara macao cyanoptera) FWS-R9-ES-2012-0039 | 74 FR 33957 published July 14, 2009: 90-Day Finding on a Petition to List 14 Parrot Species as Threatened or Endangered | Supporting & Related Material | Publication | 2012-07-06T04:00:00Z | 2012 | 7 | 2012-07-06T14:35:16Z | 0 | 0 | 0900006481040da3 | |||
| FWS-R9-ES-2012-0039-0001 | FWS | List as Endangered the Scarlet Macaw (Ara macao cyanoptera) FWS-R9-ES-2012-0039 | Endangered and Threatened Wildlife and Plants: Listing the Scarlet Macaw | Proposed Rule | 2012-07-06T04:00:00Z | 2012 | 7 | 2012-07-06T04:00:00Z | 2012-09-05T03:59:59Z | 2012-11-02T02:00:50Z | 2012-16445 | 0 | 0 | 090000648107d438 | |
| FWS-R9-ES-2012-0039-0003 | FWS | List as Endangered the Scarlet Macaw (Ara macao cyanoptera) FWS-R9-ES-2012-0039 | Literature Cited for 12-Month Finding and Proposed Rule for Scarlet Macaw | Supporting & Related Material | Reference (internal unless indicated) | 2012-07-06T04:00:00Z | 2012 | 7 | 2012-07-06T14:35:17Z | 0 | 0 | 09000064810769a9 |
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);