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-0123" 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 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-R2-ES-2020-0123-0028 | FWS | Endangered and Threatened Wildlife and Plants: Revision of a Nonessential Experimental Population of Black-footed Ferrets (Mustela nigripes) in the Southwest FWS-R2-ES-2020-0123 | Final Rule Gray Literature - See Attachments | Supporting & Related Material | 2024-07-17T04:00:00Z | 2024 | 7 | 2024-07-17T18:31:38Z | 0 | 0 | 09000064865f62c1 | ||||
| FWS-R2-ES-2020-0123-0026 | FWS | Endangered and Threatened Wildlife and Plants: Revision of a Nonessential Experimental Population of Black-footed Ferrets (Mustela nigripes) in the Southwest FWS-R2-ES-2020-0123 | Final Rule Finding of No Significant Impact Black-footed Ferrets | Supporting & Related Material | 2024-07-17T04:00:00Z | 2024 | 7 | 2024-07-17T18:31:29Z | 0 | 0 | 09000064865f62be | ||||
| FWS-R2-ES-2020-0123-0027 | FWS | Endangered and Threatened Wildlife and Plants: Revision of a Nonessential Experimental Population of Black-footed Ferrets (Mustela nigripes) in the Southwest FWS-R2-ES-2020-0123 | Final Rule References Cited Revision of a Nonessential Experimental Population of Black-footed Ferrets (Mustela nigripes) in the Southwest | Supporting & Related Material | 2024-07-17T04:00:00Z | 2024 | 7 | 2024-07-17T18:31:35Z | 0 | 0 | 09000064865f62c0 | ||||
| FWS-R2-ES-2020-0123-0025 | FWS | Endangered and Threatened Wildlife and Plants: Revision of a Nonessential Experimental Population of Black-footed Ferrets (Mustela nigripes) in the Southwest FWS-R2-ES-2020-0123 | Endangered and Threatened Species: Revision of a Nonessential Experimental Population of Black-Footed Ferrets (Mustela nigripes) in the Southwest | Rule | 2023-10-05T04:00:00Z | 2023 | 10 | 2023-10-05T04:00:00Z | 2023-10-05T12:30:08Z | 2023-21978 | 0 | 0 | 090000648604733a | ||
| FWS-R2-ES-2020-0123-0001 | FWS | Endangered and Threatened Wildlife and Plants: Revision of a Nonessential Experimental Population of Black-footed Ferrets (Mustela nigripes) in the Southwest FWS-R2-ES-2020-0123 | Endangered and Threatened Wildlife and Plants: Revision of a Nonessential Experimental Population of Black-footed Ferrets (Mustela nigripes) in the Southwest | Proposed Rule | 2021-06-25T04:00:00Z | 2021 | 6 | 2021-06-25T04:00:00Z | 2021-08-25T03:59:59Z | 2021-09-01T01:00:57Z | 2021-12991 | 0 | 0 | 0900006484bb1b6f | |
| FWS-R2-ES-2020-0123-0003 | FWS | Endangered and Threatened Wildlife and Plants: Revision of a Nonessential Experimental Population of Black-footed Ferrets (Mustela nigripes) in the Southwest FWS-R2-ES-2020-0123 | Draft EA Black footed-ferret, December 2020 | Supporting & Related Material | Environmental Assessment | 2021-06-25T04:00:00Z | 2021 | 6 | 2021-06-25T11:56:04Z | 0 | 0 | 0900006484ba90a9 | |||
| FWS-R2-ES-2020-0123-0002 | FWS | Endangered and Threatened Wildlife and Plants: Revision of a Nonessential Experimental Population of Black-footed Ferrets (Mustela nigripes) in the Southwest FWS-R2-ES-2020-0123 | Literature Cited Black footed-ferret proposed rule -- See attachments | Supporting & Related Material | Reference (external attachments) | 2021-06-25T04:00:00Z | 2021 | 6 | 2021-06-25T11:56:00Z | 0 | 0 | 0900006484ba90a8 |
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);