documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where agency_id = "FWS" and docket_id = "FWS-R9-ES-2012-0013" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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 · 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-2012-0013-0110 | FWS | Listing the Hyacinth Macaw FWS-R9-ES-2012-0013 | Literature Cited for Hyacinth Macaw Final Rule | Supporting & Related Material | Reference (external attachments) | 2018-08-17T04:00:00Z | 2018 | 8 | 2018-08-17T20:03:37Z | 0 | 0 | 09000064836335ae | |||
| FWS-R9-ES-2012-0013-0109 | FWS | Listing the Hyacinth Macaw FWS-R9-ES-2012-0013 | Endangered and Threatened Species: Listing the Hyacinth Macaw | Rule | 2018-08-13T04:00:00Z | 2018 | 8 | 2018-08-13T04:00:00Z | 2018-08-13T13:34:48Z | 2018-17319 | 0 | 0 | 090000648361306a | ||
| FWS-R9-ES-2012-0013-0098 | FWS | Listing the Hyacinth Macaw FWS-R9-ES-2012-0013 | Endangered and Threatened Species: Listing Hyacinth Macaw | Proposed Rule | 2016-11-28T05:00:00Z | 2016 | 11 | 2016-11-28T05:00:00Z | 2017-01-28T04:59:59Z | 2017-02-04T02:02:32Z | 2016-28318 | 0 | 0 | 09000064823c1eec | |
| FWS-R9-ES-2012-0013-0072 | FWS | Listing the Hyacinth Macaw FWS-R9-ES-2012-0013 | 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-23T01:01:51Z | 2013-03880 | 0 | 0 | 0900006481200956 | |
| FWS-R9-ES-2012-0013-0002 | FWS | Listing the Hyacinth Macaw FWS-R9-ES-2012-0013 | Literature Cited for Proposed Listing of Hyacinth Macaw | Supporting & Related Material | Reference (internal unless indicated) | 2012-07-06T04:00:00Z | 2012 | 7 | 2012-07-06T14:29:40Z | 0 | 0 | 0900006481075d23 | |||
| FWS-R9-ES-2012-0013-0001 | FWS | Listing the Hyacinth Macaw FWS-R9-ES-2012-0013 | Endangered and Threatened Wildlife and Plants: Listing the Hyacinth Macaw | Proposed Rule | 2012-07-06T04:00:00Z | 2012 | 7 | 2012-07-06T04:00:00Z | 2012-09-05T03:59:59Z | 2012-09-06T02:01:11Z | 2012-16461 | 0 | 0 | 090000648107d396 |
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);