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-R6-ES-2022-0150" and posted_year = 2023 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 7
  • Proposed Rule 1

posted_year 1

  • 2023 · 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-R6-ES-2022-0150-28119 FWS Endangered and Threatened Wildlife and Plants; 90-Day Findings for Three Petitions To Delist the Grizzly Bear in the Lower-48 States FWS-R6-ES-2022-0150 ESB46-013113-Incoming-Braddock Supporting & Related Material   2023-10-18T04:00:00Z 2023 10     2023-10-18T14:05:06Z   0 0 09000064861040a3
FWS-R6-ES-2022-0150-28120 FWS Endangered and Threatened Wildlife and Plants; 90-Day Findings for Three Petitions To Delist the Grizzly Bear in the Lower-48 States FWS-R6-ES-2022-0150 SurnameLog_ESB46-013113 Supporting & Related Material   2023-10-18T04:00:00Z 2023 10     2023-10-18T14:05:11Z   0 0 09000064861040a2
FWS-R6-ES-2022-0150-0001 FWS Endangered and Threatened Wildlife and Plants; 90-Day Findings for Three Petitions To Delist the Grizzly Bear in the Lower-48 States FWS-R6-ES-2022-0150 Endangered and Threatened Species: Grizzly Bear in the Lower-48 States; 90-Day Findings for Petitions to Delist Proposed Rule   2023-02-06T05:00:00Z 2023 2 2023-02-06T05:00:00Z   2025-01-31T02:01:03Z 2023-02467 0 0 0900006485633eba
FWS-R6-ES-2022-0150-0002 FWS Endangered and Threatened Wildlife and Plants; 90-Day Findings for Three Petitions To Delist the Grizzly Bear in the Lower-48 States FWS-R6-ES-2022-0150 Petition Response Forms Supporting & Related Material   2023-02-06T05:00:00Z 2023 2     2023-02-06T16:01:02Z   0 0 090000648562cc12
FWS-R6-ES-2022-0150-0003 FWS Endangered and Threatened Wildlife and Plants; 90-Day Findings for Three Petitions To Delist the Grizzly Bear in the Lower-48 States FWS-R6-ES-2022-0150 Petitions Supporting & Related Material   2023-02-06T05:00:00Z 2023 2     2023-02-06T16:01:03Z   0 0 090000648562c672
FWS-R6-ES-2022-0150-0004 FWS Endangered and Threatened Wildlife and Plants; 90-Day Findings for Three Petitions To Delist the Grizzly Bear in the Lower-48 States FWS-R6-ES-2022-0150 2021 5-year status review Supporting & Related Material   2023-02-06T00:00:00Z 2023 2     2023-02-06T16:16:59Z   0 1 090000648562cc4b
FWS-R6-ES-2022-0150-0006 FWS Endangered and Threatened Wildlife and Plants; 90-Day Findings for Three Petitions To Delist the Grizzly Bear in the Lower-48 States FWS-R6-ES-2022-0150 Species Status Assessment for grizzly bear in the lower-48 States Supporting & Related Material   2023-02-06T00:00:00Z 2023 2     2023-02-06T16:17:30Z   0 1 090000648562cc4d
FWS-R6-ES-2022-0150-0005 FWS Endangered and Threatened Wildlife and Plants; 90-Day Findings for Three Petitions To Delist the Grizzly Bear in the Lower-48 States FWS-R6-ES-2022-0150 2011 5-year status review Supporting & Related Material   2023-02-06T00:00:00Z 2023 2     2023-02-06T16:17:13Z   0 1 090000648562cc4c

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