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

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

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 6
  • Proposed Rule 1

posted_year 1

  • 2021 · 7 ✖

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-2019-0061-0017 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 20210916_Central Texas Mussels Virtual Public Meeting_Final Transcript Supporting & Related Material Transcript 2021-10-06T04:00:00Z 2021 10     2021-10-06T12:21:15Z   0 0 0900006484dbb67d
FWS-R2-ES-2019-0061-0016 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 20210914_Central Texas Mussels Virtual Public Meeting_Final Transcript Supporting & Related Material Transcript 2021-10-06T04:00:00Z 2021 10     2021-10-06T12:20:56Z   0 0 0900006484dbb67c
FWS-R2-ES-2019-0061-0010 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 CTxM_PCH_EndPoints_20210826 Supporting & Related Material Technical Support Document 2021-09-16T04:00:00Z 2021 9     2021-09-16T17:44:09Z   0 0 0900006484d871bc
FWS-R2-ES-2019-0061-0007 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 SSA Peer Review Comment Letters - See attachments Supporting & Related Material Assessment Document or Analysis 2021-09-10T04:00:00Z 2021 9     2021-09-10T11:37:07Z   0 0 0900006484d6b5c8
FWS-R2-ES-2019-0061-0006 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 Incremental Effects Memorandum for six species of Central Texas Mussels, November 2018 Supporting & Related Material Economic Analysis 2021-09-09T04:00:00Z 2021 9     2021-09-09T19:47:28Z   0 0 0900006484d69808
FWS-R2-ES-2019-0061-0001 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: Endangered Species Status with Critical Habitat for Guadalupe Fatmucket, Texas Fatmucket, Guadalupe Orb, Texas Pimpleback, and False Spike, and Threatened Species Status and Critical Habitat for Texas Fawnsfoot Proposed Rule   2021-08-26T04:00:00Z 2021 8 2021-08-26T04:00:00Z 2021-10-26T03:59:59Z 2021-11-02T01:01:13Z 2021-18012 0 0 0900006484ca8bc4
FWS-R2-ES-2019-0061-0002 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 Proposed Listing and Proposed Critical Habitat - See attachments for individual files Supporting & Related Material Reference (external attachments) 2021-08-26T04:00:00Z 2021 8     2021-09-09T19:44:49Z   0 0 0900006484ca6446

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 3699.749ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API