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

9 rows where docket_id = "FWS-R6-ES-2023-0131" 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), last_modified (date)

document_type 2

  • Supporting & Related Material 8
  • Proposed Rule 1

posted_year 1

  • 2023 9

agency_id 1

  • FWS 9
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-R6-ES-2023-0131-0006 FWS Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Sturgeon Chub FWS-R6-ES-2023-0131 Signed_SAF_Sturgeon and Sicklefin Chubs Supporting & Related Material   2023-09-21T04:00:00Z 2023 9     2023-09-21T12:31:16Z   0 0 0900006485fdddcd
FWS-R6-ES-2023-0131-0008 FWS Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Sturgeon Chub FWS-R6-ES-2023-0131 Sturgeon and Sicklefin Chub SSA Master Draft EDITS_508 compliant Supporting & Related Material   2023-09-21T04:00:00Z 2023 9     2023-09-21T12:31:17Z   0 0 0900006485fdddcf
FWS-R6-ES-2023-0131-0001 FWS Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Sturgeon Chub FWS-R6-ES-2023-0131 Endangered and Threatened Species: One Species not Warranted for Delisting and Six Species not Warranted for Listing; Sturgeon chub Proposed Rule   2023-09-21T04:00:00Z 2023 9 2023-09-21T04:00:00Z   2023-09-21T12:29:53Z 2023-20296 0 0 0900006485fdd49a
FWS-R6-ES-2023-0131-0003 FWS Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Sturgeon Chub FWS-R6-ES-2023-0131 Heist et al 2022 Supporting & Related Material   2023-09-21T04:00:00Z 2023 9     2023-09-21T12:31:14Z   0 0 0900006485fdddca
FWS-R6-ES-2023-0131-0004 FWS Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Sturgeon Chub FWS-R6-ES-2023-0131 MTFWP 2022 Supporting & Related Material   2023-09-21T04:00:00Z 2023 9     2023-09-21T12:31:14Z   0 0 0900006485fdddcb
FWS-R6-ES-2023-0131-0007 FWS Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Sturgeon Chub FWS-R6-ES-2023-0131 Sturgeon and Sicklefin Chubs SSA Peer Review COI Forms Combined Supporting & Related Material   2023-09-21T04:00:00Z 2023 9     2023-09-21T12:31:16Z   0 0 0900006485fdddce
FWS-R6-ES-2023-0131-0002 FWS Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Sturgeon Chub FWS-R6-ES-2023-0131 Sturgeon and Sicklefin Chub SSA Report Peer Review Comment Spreadsheet_2023 Supporting & Related Material   2023-09-21T04:00:00Z 2023 9     2023-09-21T12:31:13Z   0 0 0900006485fdddc9
FWS-R6-ES-2023-0131-0005 FWS Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Sturgeon Chub FWS-R6-ES-2023-0131 Kovach et al. 2019 Supporting & Related Material   2023-09-21T04:00:00Z 2023 9     2023-09-21T12:31:15Z   0 0 0900006485fdddcc
FWS-R6-ES-2023-0131-0009 FWS Endangered and Threatened Wildlife and Plants; Three Species Not Warranted for Listing; Sturgeon Chub FWS-R6-ES-2023-0131 Sturgeon_SicklefinChubPetition8_11_16_WildEarth Guardians Supporting & Related Material   2023-09-21T04:00:00Z 2023 9     2023-09-21T12:31:18Z   0 0 0900006485fdddd0

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