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", docket_id = "FWS-HQ-ES-2021-0107" and posted_year = 2024 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 10
  • 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-HQ-ES-2021-0107-95285 FWS Endangered and Threatened Wildlife and Plants; Listing Endangered and Threatened Species and Designating Critical Habitat FWS-HQ-ES-2021-0107 Categorical Exclusion for the Final Rule Amending 50 CFR Part 424, “Endangered and Threatened Wildlife and Plants; Revision of the Regulations for Listing Species and Designating Critical Habitat” (0648-BK47) Supporting & Related Material   2024-04-05T04:00:00Z 2024 4     2024-04-05T13:15:03Z   0 0 09000064864bcf07
FWS-HQ-ES-2021-0107-95283 FWS Endangered and Threatened Wildlife and Plants; Listing Endangered and Threatened Species and Designating Critical Habitat FWS-HQ-ES-2021-0107 USFWS Environmental Action Statement Supporting & Related Material   2024-04-05T04:00:00Z 2024 4     2024-04-05T13:02:52Z   0 0 09000064864b5d57
FWS-HQ-ES-2021-0107-95284 FWS Endangered and Threatened Wildlife and Plants; Listing Endangered and Threatened Species and Designating Critical Habitat FWS-HQ-ES-2021-0107 Science Loses Ground to Economics With New Endangered Species Act Rules by Andy McGlashen (2019) | Audubon Supporting & Related Material   2024-04-05T04:00:00Z 2024 4     2024-04-05T13:12:06Z   0 0 09000064864bcf06
FWS-HQ-ES-2021-0107-95278 FWS Endangered and Threatened Wildlife and Plants; Listing Endangered and Threatened Species and Designating Critical Habitat FWS-HQ-ES-2021-0107 New Trump Rules Will Abet Loss of Climate-Threatened Species by Aimee Delach (2019) Supporting & Related Material   2024-04-05T04:00:00Z 2024 4     2024-04-05T12:47:07Z   0 0 09000064864b3d11
FWS-HQ-ES-2021-0107-95282 FWS Endangered and Threatened Wildlife and Plants; Listing Endangered and Threatened Species and Designating Critical Habitat FWS-HQ-ES-2021-0107 Biodiversity on the brink: The consequences of a weakened Endangered Species Act by KATIE BLEAU (2020) | Yale Environment Review Supporting & Related Material   2024-04-05T04:00:00Z 2024 4     2024-04-05T12:50:44Z   0 0 09000064864b3d15
FWS-HQ-ES-2021-0107-95279 FWS Endangered and Threatened Wildlife and Plants; Listing Endangered and Threatened Species and Designating Critical Habitat FWS-HQ-ES-2021-0107 DOI Solicitors Opinion M-37021 Supporting & Related Material   2024-04-05T04:00:00Z 2024 4     2024-04-05T12:47:25Z   0 0 09000064864b3d12
FWS-HQ-ES-2021-0107-95275 FWS Endangered and Threatened Wildlife and Plants; Listing Endangered and Threatened Species and Designating Critical Habitat FWS-HQ-ES-2021-0107 Endangered and Threatened Species: Listing and Designating Critical Habitat Rule   2024-04-05T04:00:00Z 2024 4     2024-04-05T12:43:11Z 2024-06899 0 0 09000064864bc372
FWS-HQ-ES-2021-0107-95277 FWS Endangered and Threatened Wildlife and Plants; Listing Endangered and Threatened Species and Designating Critical Habitat FWS-HQ-ES-2021-0107 Comment from California Four Wheel Drive Association (Document ID FWS-R8-ES-2022-0166-0052) Supporting & Related Material   2024-04-05T04:00:00Z 2024 4     2024-04-05T12:45:49Z   0 0 09000064864b3d10
FWS-HQ-ES-2021-0107-95276 FWS Endangered and Threatened Wildlife and Plants; Listing Endangered and Threatened Species and Designating Critical Habitat FWS-HQ-ES-2021-0107 regulation text track changes Supporting & Related Material   2024-04-05T04:00:00Z 2024 4     2024-04-05T12:43:57Z   0 0 09000064864b3d0f
FWS-HQ-ES-2021-0107-95280 FWS Endangered and Threatened Wildlife and Plants; Listing Endangered and Threatened Species and Designating Critical Habitat FWS-HQ-ES-2021-0107 USFWS Environmental Action Statement Supporting & Related Material   2024-04-05T00:00:00Z 2024 4     2024-04-05T13:08:50Z   0 1 09000064864b3d13
FWS-HQ-ES-2021-0107-95281 FWS Endangered and Threatened Wildlife and Plants; Listing Endangered and Threatened Species and Designating Critical Habitat FWS-HQ-ES-2021-0107 Science Loses Ground to Economics With New Endangered Species Act Rules by Andy McGlashen (2019) | Audubon Supporting & Related Material   2024-04-05T00:00:00Z 2024 4     2024-04-05T13:11:49Z   0 1 09000064864b3d14

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