home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

11 rows where agency_id = "FWS" and docket_id = "FWS-R2-ES-2024-0143" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 10
  • Proposed Rule 1

posted_year 1

  • 2024 11

agency_id 1

  • FWS · 11 ✖
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-2024-0143-0001 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Pecos Pupfish and Designation of Critical Habitat FWS-R2-ES-2024-0143 Endangered and Threatened Species: Threatened Species Status for Pecos Pupfish and Designation of Critical Habitat Proposed Rule   2024-11-22T05:00:00Z 2024 11 2024-11-22T05:00:00Z 2025-01-22T04:59:59Z 2025-01-23T02:00:57Z 2024-27127 0 0 090000648682e3f7
FWS-R2-ES-2024-0143-0011 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Pecos Pupfish and Designation of Critical Habitat FWS-R2-ES-2024-0143 20241119_PecosPupfish_100 word summary Supporting & Related Material   2024-11-22T05:00:00Z 2024 11     2024-11-22T13:39:58Z   0 0 0900006486828993
FWS-R2-ES-2024-0143-0006 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Pecos Pupfish and Designation of Critical Habitat FWS-R2-ES-2024-0143 PecosPupfish_pCH_VertexCoords Supporting & Related Material   2024-11-22T05:00:00Z 2024 11     2024-11-22T13:39:55Z   0 0 0900006486824ad3
FWS-R2-ES-2024-0143-0007 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Pecos Pupfish and Designation of Critical Habitat FWS-R2-ES-2024-0143 Petition to List 475 Species_Forrest Guardians 2007 Supporting & Related Material   2024-11-22T05:00:00Z 2024 11     2024-11-22T13:39:56Z   0 0 0900006486824ad4
FWS-R2-ES-2024-0143-0004 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Pecos Pupfish and Designation of Critical Habitat FWS-R2-ES-2024-0143 20241029_PecosPupfish_pLpCH_LitCited_ Supporting & Related Material   2024-11-22T05:00:00Z 2024 11     2024-11-22T13:39:54Z   0 0 0900006486824ad1
FWS-R2-ES-2024-0143-0009 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Pecos Pupfish and Designation of Critical Habitat FWS-R2-ES-2024-0143 Pecos Pupfish SSA Peer Review Comments Supporting & Related Material   2024-11-22T05:00:00Z 2024 11     2024-11-22T13:39:57Z   0 0 0900006486824ad6
FWS-R2-ES-2024-0143-0003 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Pecos Pupfish and Designation of Critical Habitat FWS-R2-ES-2024-0143 Peer Reviewer COI Forms - See Attachments Supporting & Related Material   2024-11-22T05:00:00Z 2024 11     2024-11-22T13:39:54Z   0 0 0900006486824b58
FWS-R2-ES-2024-0143-0002 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Pecos Pupfish and Designation of Critical Habitat FWS-R2-ES-2024-0143 Gray Literature - See Attachments Supporting & Related Material   2024-11-22T05:00:00Z 2024 11     2024-11-22T13:39:53Z   0 0 0900006486824b57
FWS-R2-ES-2024-0143-0005 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Pecos Pupfish and Designation of Critical Habitat FWS-R2-ES-2024-0143 IEM_PecosPupfish_Final_20240326 Supporting & Related Material   2024-11-22T05:00:00Z 2024 11     2024-11-22T13:39:55Z   0 0 0900006486824ad2
FWS-R2-ES-2024-0143-0008 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Pecos Pupfish and Designation of Critical Habitat FWS-R2-ES-2024-0143 EconScreeningMemo_PecosPupfish_pCH_20240506 Supporting & Related Material   2024-11-22T05:00:00Z 2024 11     2024-11-22T13:39:56Z   0 0 0900006486824ad5
FWS-R2-ES-2024-0143-0010 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status with Section 4(d) Rule for Pecos Pupfish and Designation of Critical Habitat FWS-R2-ES-2024-0143 PecosPupfishSSAReport_20240920 Supporting & Related Material   2024-11-22T05:00:00Z 2024 11     2024-11-22T13:39:57Z   0 0 0900006486824ad7

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 79.934ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API