documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-HQ-ES-2015-0019" 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 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-HQ-ES-2015-0019-0155 | FWS | Petition to Delist the Golden Conure Under the Act FWS-HQ-ES-2015-0019 | Endangered and Threatened Species: Reclassifying the Golden Conure from Endangered to Threatened with a Section 4(d) Rule | Rule | 2020-04-23T04:00:00Z | 2020 | 4 | 2020-04-23T12:05:00Z | 2020-07571 | 0 | 0 | 09000064844c5140 | |||
| FWS-HQ-ES-2015-0019-0121 | FWS | Petition to Delist the Golden Conure Under the Act FWS-HQ-ES-2015-0019 | Endangered and Threatened Wildlife and Plants: Reclassifying Golden Conure from Endangered to Threatened with Section 4(d) Rule | Proposed Rule | 2018-09-05T04:00:00Z | 2018 | 9 | 2018-09-05T04:00:00Z | 2018-11-06T04:59:59Z | 2018-11-06T02:01:09Z | 2018-19153 | 0 | 0 | 09000064836a5548 | |
| FWS-HQ-ES-2015-0019-0123 | FWS | Petition to Delist the Golden Conure Under the Act FWS-HQ-ES-2015-0019 | Service 2018 Species status assessment report for golden conure | Supporting & Related Material | Report | 2018-09-05T04:00:00Z | 2018 | 9 | 2018-09-05T13:20:46Z | 0 | 0 | 090000648368475e | |||
| FWS-HQ-ES-2015-0019-0122 | FWS | Petition to Delist the Golden Conure Under the Act FWS-HQ-ES-2015-0019 | References cited golden conure proposed downlisting | Supporting & Related Material | Reference (external attachments) | 2018-09-05T04:00:00Z | 2018 | 9 | 2018-09-05T13:20:44Z | 0 | 0 | 090000648368475d | |||
| FWS-HQ-ES-2015-0019-0001 | FWS | Petition to Delist the Golden Conure Under the Act FWS-HQ-ES-2015-0019 | Endangered and Threatened Wildlife and Plants: 90-Day Finding on Petition to Delist the Golden Conure | Proposed Rule | 2015-04-10T04:00:00Z | 2015 | 4 | 2015-04-10T04:00:00Z | 2015-06-10T03:59:59Z | 2015-08-19T01:31:15Z | 2015-07837 | 0 | 0 | 0900006481a9de8f | |
| FWS-HQ-ES-2015-0019-0002 | FWS | Petition to Delist the Golden Conure Under the Act FWS-HQ-ES-2015-0019 | Golden Conure Petition Review Form | Supporting & Related Material | Report | 2015-04-10T04:00:00Z | 2015 | 4 | 2015-04-10T13:56:20Z | 0 | 0 | 0900006481a8b9e9 | |||
| FWS-HQ-ES-2015-0019-0003 | FWS | Petition to Delist the Golden Conure Under the Act FWS-HQ-ES-2015-0019 | Golden Conure Letter and Petition | Supporting & Related Material | Petition | 2015-04-10T04:00:00Z | 2015 | 4 | 2015-04-10T13:56:20Z | 0 | 0 | 0900006481a8f722 |
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);