documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where agency_id = "FWS", docket_id = "FWS-R3-ES-2023-0040" and posted_year = 2023 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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-R3-ES-2023-0040-0002 | FWS | Endangered and Threatened Wildlife and Plants; Two Species Not Warranted for Listing; Illinois Chorus Frog FWS-R3-ES-2023-0040 | 20220307_Illinois-chorus-frog-SSA-Report_Peer-Review-COI-Forms(1-374) | Supporting & Related Material | 2023-07-25T04:00:00Z | 2023 | 7 | 2023-07-25T13:47:06Z | 0 | 0 | 09000064859ef6ca | ||||
| FWS-R3-ES-2023-0040-0003 | FWS | Endangered and Threatened Wildlife and Plants; Two Species Not Warranted for Listing; Illinois Chorus Frog FWS-R3-ES-2023-0040 | 20220307_Illinois-chorus-frog-SSA-Report_Peer-Review-Comments | Supporting & Related Material | 2023-07-25T04:00:00Z | 2023 | 7 | 2023-07-25T13:47:10Z | 0 | 0 | 09000064859ef6cb | ||||
| FWS-R3-ES-2023-0040-0004 | FWS | Endangered and Threatened Wildlife and Plants; Two Species Not Warranted for Listing; Illinois Chorus Frog FWS-R3-ES-2023-0040 | SSA_Illinois chorus frog_202210 - See Attachments | Supporting & Related Material | 2023-07-25T04:00:00Z | 2023 | 7 | 2023-07-25T13:47:12Z | 0 | 0 | 09000064859ef6cc | ||||
| FWS-R3-ES-2023-0040-0006 | FWS | Endangered and Threatened Wildlife and Plants; Two Species Not Warranted for Listing; Illinois Chorus Frog FWS-R3-ES-2023-0040 | 20230223_12m batch_2 Species_SAF_IL Chorus Frog | Supporting & Related Material | 2023-07-25T04:00:00Z | 2023 | 7 | 2023-07-25T13:47:16Z | 0 | 0 | 0900006485d22c60 | ||||
| FWS-R3-ES-2023-0040-0001 | FWS | Endangered and Threatened Wildlife and Plants; Two Species Not Warranted for Listing; Illinois Chorus Frog FWS-R3-ES-2023-0040 | Endangered and Threatened Species: Species Not Warranted for Listing | Proposed Rule | 2023-07-25T04:00:00Z | 2023 | 7 | 2023-07-25T13:46:20Z | 2023-15621 | 0 | 0 | 0900006485d37500 | |||
| FWS-R3-ES-2023-0040-0005 | FWS | Endangered and Threatened Wildlife and Plants; Two Species Not Warranted for Listing; Illinois Chorus Frog FWS-R3-ES-2023-0040 | 20120711_CBD et al. 2012_53 Herps petition | Supporting & Related Material | 2023-07-25T04:00:00Z | 2023 | 7 | 2023-07-25T13:47:14Z | 0 | 0 | 09000064859ef6cd |
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);