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

8 rows where docket_id = "FWS-R2-ES-2019-0061" and posted_year = 2024 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 7
  • Rule 1

posted_year 1

  • 2024 · 8 ✖

agency_id 1

  • FWS 8
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-2019-0061-0048 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status with Critical Habitat for False Spike, Texas Fatmucket, Guadalupe Fatmucket, Texas Pimpleback, and Guadalupe Orb, and Threatened Species Status with Section 4d Rule and Critical Habitat for Texas Fawnsfoot FWS-R2-ES-2019-0061 LCRA (2018c) New Water Projects Supporting & Related Material   2024-06-04T04:00:00Z 2024 6     2024-06-04T12:09:12Z   0 0 090000648658cc0e
FWS-R2-ES-2019-0061-0045 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status with Critical Habitat for False Spike, Texas Fatmucket, Guadalupe Fatmucket, Texas Pimpleback, and Guadalupe Orb, and Threatened Species Status with Section 4d Rule and Critical Habitat for Texas Fawnsfoot FWS-R2-ES-2019-0061 Comparison of the Analysis for the Rule Proposed under the 2019 Regulations to the Analysis For the Rule Finalized under the 2024 Regulation Revisions Final Listing and Critical Habitat for Six Central Texas Mussel Species Supporting & Related Material   2024-06-04T04:00:00Z 2024 6     2024-06-04T12:09:10Z   0 0 090000648658c5af
FWS-R2-ES-2019-0061-0042 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status with Critical Habitat for False Spike, Texas Fatmucket, Guadalupe Fatmucket, Texas Pimpleback, and Guadalupe Orb, and Threatened Species Status with Section 4d Rule and Critical Habitat for Texas Fawnsfoot FWS-R2-ES-2019-0061 Endangered and Threatened Species: Status with Critical Habitat for Guadalupe Fatmucket, Texas Fatmucket, Guadalupe Orb, Texas Pimpleback, Balcones Spike, False Spike, and Texas Fawnsfoot Rule   2024-06-04T04:00:00Z 2024 6     2024-06-04T13:04:27Z 2024-11645 0 0 09000064865947fb
FWS-R2-ES-2019-0061-0046 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status with Critical Habitat for False Spike, Texas Fatmucket, Guadalupe Fatmucket, Texas Pimpleback, and Guadalupe Orb, and Threatened Species Status with Section 4d Rule and Critical Habitat for Texas Fawnsfoot FWS-R2-ES-2019-0061 Species Status Assessment Report for the Central Texas Mussels Version 2.1 Supporting & Related Material   2024-06-04T04:00:00Z 2024 6     2024-06-04T12:09:11Z   0 0 090000648658c5b0
FWS-R2-ES-2019-0061-0043 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status with Critical Habitat for False Spike, Texas Fatmucket, Guadalupe Fatmucket, Texas Pimpleback, and Guadalupe Orb, and Threatened Species Status with Section 4d Rule and Critical Habitat for Texas Fawnsfoot FWS-R2-ES-2019-0061 Vertex Coordinates Central Texas Mussels, Final Critical Habitat Supporting & Related Material   2024-06-04T04:00:00Z 2024 6     2024-06-04T12:09:09Z   0 0 090000648658cd1f
FWS-R2-ES-2019-0061-0044 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status with Critical Habitat for False Spike, Texas Fatmucket, Guadalupe Fatmucket, Texas Pimpleback, and Guadalupe Orb, and Threatened Species Status with Section 4d Rule and Critical Habitat for Texas Fawnsfoot FWS-R2-ES-2019-0061 Literature Cited Central Texas Mussels Final Listing, Final Critical Habitat, and 4(d) Rule Supporting & Related Material   2024-06-04T04:00:00Z 2024 6     2024-06-04T12:09:10Z   0 0 090000648658c5ae
FWS-R2-ES-2019-0061-0047 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status with Critical Habitat for False Spike, Texas Fatmucket, Guadalupe Fatmucket, Texas Pimpleback, and Guadalupe Orb, and Threatened Species Status with Section 4d Rule and Critical Habitat for Texas Fawnsfoot FWS-R2-ES-2019-0061 EPA (2018) About the TCSA Chemical Substance Inventory accessed 20180628 Supporting & Related Material   2024-06-04T04:00:00Z 2024 6     2024-06-04T12:09:11Z   0 0 090000648658cc0d
FWS-R2-ES-2019-0061-0049 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status with Critical Habitat for False Spike, Texas Fatmucket, Guadalupe Fatmucket, Texas Pimpleback, and Guadalupe Orb, and Threatened Species Status with Section 4d Rule and Critical Habitat for Texas Fawnsfoot FWS-R2-ES-2019-0061 Robertson_2023_Oversampled Sites in the Llano_San Saba Supporting & Related Material   2024-06-04T04:00:00Z 2024 6     2024-06-04T12:09:12Z   0 0 090000648658cc0f

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 1074.18ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API