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-R8-ES-2020-0151" and posted_year = 2024 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: last_modified, last_modified (date)

document_type 2

  • Supporting & Related Material 6
  • Rule 1

posted_year 1

  • 2024 · 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-R8-ES-2020-0151-0054 FWS Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for the Coastal Distinct Population Segment of the Pacific Marten. FWS-R8-ES-2020-0151 CoastalMarten FCH - References Cited Supporting & Related Material   2024-05-29T04:00:00Z 2024 5     2024-05-29T12:09:54Z   0 0 09000064865774e3
FWS-R8-ES-2020-0151-0057 FWS Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for the Coastal Distinct Population Segment of the Pacific Marten. FWS-R8-ES-2020-0151 DRAFT_SSA_Coastal_Marten_V1.1 to Peer Reviewers Supporting & Related Material   2024-05-29T04:00:00Z 2024 5     2024-05-29T12:09:56Z   0 0 09000064865774e6
FWS-R8-ES-2020-0151-0055 FWS Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for the Coastal Distinct Population Segment of the Pacific Marten. FWS-R8-ES-2020-0151 Coordinates for the Final Critical Habitat for the Coastal Distinct Population Segment of the Pacific Marten (Martes caurina) Supporting & Related Material   2024-05-29T04:00:00Z 2024 5     2024-05-29T12:09:55Z   0 0 09000064865774e4
FWS-R8-ES-2020-0151-0056 FWS Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for the Coastal Distinct Population Segment of the Pacific Marten. FWS-R8-ES-2020-0151 Yurok USFS TFPA Request Supporting & Related Material   2024-05-29T04:00:00Z 2024 5     2024-05-29T12:09:55Z   0 0 09000064865774e5
FWS-R8-ES-2020-0151-0052 FWS Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for the Coastal Distinct Population Segment of the Pacific Marten. FWS-R8-ES-2020-0151 Endangered and Threatened Species: Critical Habitat for the Coastal Distinct Population Segment of the Pacific Marten Rule   2024-05-29T04:00:00Z 2024 5     2024-05-29T12:09:34Z 2024-11254 0 0 0900006486588f4a
FWS-R8-ES-2020-0151-0058 FWS Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for the Coastal Distinct Population Segment of the Pacific Marten. FWS-R8-ES-2020-0151 GDRC-Service MOU with attachments Supporting & Related Material   2024-05-29T04:00:00Z 2024 5     2024-05-29T12:09:56Z   0 0 09000064865774e7
FWS-R8-ES-2020-0151-0053 FWS Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for the Coastal Distinct Population Segment of the Pacific Marten. FWS-R8-ES-2020-0151 Grey Literature for Final Rule (see attachments) Supporting & Related Material   2024-05-29T04:00:00Z 2024 5     2024-05-29T12:09:54Z   0 0 0900006486577987

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