documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-R2-ES-2020-0004" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), last_modified (date)
| 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-R2-ES-2020-0004-0006 | FWS | Petition to Delist the Western Distinct Population Segment of the Yellow-Billed Cuckoo FWS-R2-ES-2020-0004 | SAF Lit-Cited | Supporting & Related Material | Reference (external attachments) | 2020-09-16T04:00:00Z | 2020 | 9 | 2020-09-16T12:08:26Z | 0 | 0 | 09000064848596e8 | |||
| FWS-R2-ES-2020-0004-0003 | FWS | Petition to Delist the Western Distinct Population Segment of the Yellow-Billed Cuckoo FWS-R2-ES-2020-0004 | Endangered and Threatened Species: Findings on a Petition To Delist the Distinct Population Segment of the Western Yellow-Billed Cuckoo and a Petition To List the Population of Northwestern Moose | Proposed Rule | 2020-09-16T04:00:00Z | 2020 | 9 | 2020-09-16T12:07:42Z | 2020-19149 | 0 | 0 | 090000648485bf0c | |||
| FWS-R2-ES-2020-0004-0007 | FWS | Petition to Delist the Western Distinct Population Segment of the Yellow-Billed Cuckoo FWS-R2-ES-2020-0004 | YBCU 12M Assessment Form | Supporting & Related Material | Report | 2020-09-16T04:00:00Z | 2020 | 9 | 2020-09-16T12:08:26Z | 0 | 0 | 09000064848596e9 | |||
| FWS-R2-ES-2020-0004-0005 | FWS | Petition to Delist the Western Distinct Population Segment of the Yellow-Billed Cuckoo FWS-R2-ES-2020-0004 | YBCU Threats Discussion | Supporting & Related Material | Report | 2020-09-16T04:00:00Z | 2020 | 9 | 2020-09-16T12:08:26Z | 0 | 0 | 09000064848596e7 | |||
| FWS-R2-ES-2020-0004-0004 | FWS | Petition to Delist the Western Distinct Population Segment of the Yellow-Billed Cuckoo FWS-R2-ES-2020-0004 | YBCU Historical and Current Status updates | Supporting & Related Material | Report | 2020-09-16T04:00:00Z | 2020 | 9 | 2020-09-16T12:08:25Z | 0 | 0 | 09000064848596e6 | |||
| FWS-R2-ES-2020-0004-0001 | FWS | Petition to Delist the Western Distinct Population Segment of the Yellow-Billed Cuckoo FWS-R2-ES-2020-0004 | Petition to Remove the Western DPS of the Yellow-Billed Cuckoo Under the ESA | Supporting & Related Material | Petition | 2020-01-17T05:00:00Z | 2020 | 1 | 2020-01-17T15:53:41Z | 0 | 0 | 09000064842b8f75 | |||
| FWS-R2-ES-2020-0004-0002 | FWS | Petition to Delist the Western Distinct Population Segment of the Yellow-Billed Cuckoo FWS-R2-ES-2020-0004 | Petition Review Form - Yellow billed cuckoo | Supporting & Related Material | Report | 2020-01-17T05:00:00Z | 2020 | 1 | 2020-01-17T15:55:07Z | 0 | 0 | 09000064842b8fb5 |
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);