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

10 rows where agency_id = "FWS" and docket_id = "FWS-R4-ES-2022-0164" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 9
  • Proposed Rule 1

posted_year 1

  • 2023 10

agency_id 1

  • FWS · 10 ✖
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-R4-ES-2022-0164-0074 FWS Designation of Critical Habitat for Green Sea Turtle (Chelonia mydas) FWS-R4-ES-2022-0164 Peer Review - See Attachments Supporting & Related Material   2023-12-04T05:00:00Z 2023 12     2023-12-04T17:36:13Z   0 0 09000064862e55a7
FWS-R4-ES-2022-0164-0067 FWS Designation of Critical Habitat for Green Sea Turtle (Chelonia mydas) FWS-R4-ES-2022-0164 GST pCH Guam QnA Public Comments Supporting & Related Material   2023-10-20T04:00:00Z 2023 10     2023-10-20T14:22:39Z   0 0 090000648611371b
FWS-R4-ES-2022-0164-0069 FWS Designation of Critical Habitat for Green Sea Turtle (Chelonia mydas) FWS-R4-ES-2022-0164 20230810 Pacific Islands GST HI VPM Transcript 508 Supporting & Related Material   2023-10-20T04:00:00Z 2023 10     2023-10-20T14:22:52Z   0 0 0900006486113733
FWS-R4-ES-2022-0164-0068 FWS Designation of Critical Habitat for Green Sea Turtle (Chelonia mydas) FWS-R4-ES-2022-0164 GST pCH Saipan QnA Public Comments Supporting & Related Material   2023-10-20T04:00:00Z 2023 10     2023-10-20T14:22:46Z   0 0 090000648611371c
FWS-R4-ES-2022-0164-0070 FWS Designation of Critical Habitat for Green Sea Turtle (Chelonia mydas) FWS-R4-ES-2022-0164 USFWS AS Public Meeting (Audio) 8-16-2023x Supporting & Related Material   2023-10-20T04:00:00Z 2023 10     2023-10-20T14:23:02Z   0 0 0900006486113734
FWS-R4-ES-2022-0164-0029 FWS Designation of Critical Habitat for Green Sea Turtle (Chelonia mydas) FWS-R4-ES-2022-0164 20230719_PeerReviewerComments_K_Mansfield Supporting & Related Material   2023-10-03T04:00:00Z 2023 10     2023-10-03T15:34:23Z   0 0 090000648602672c
FWS-R4-ES-2022-0164-0002 FWS Designation of Critical Habitat for Green Sea Turtle (Chelonia mydas) FWS-R4-ES-2022-0164 Proposed Rule Literature Cited - See Attachments Supporting & Related Material   2023-07-19T04:00:00Z 2023 7     2023-07-19T13:13:49Z   0 0 0900006485bfd8ba
FWS-R4-ES-2022-0164-0003 FWS Designation of Critical Habitat for Green Sea Turtle (Chelonia mydas) FWS-R4-ES-2022-0164 Proposed Rule Coordinates_GreenSeaTurtle_DPSs_pCH - See Attachments Supporting & Related Material   2023-07-19T04:00:00Z 2023 7     2023-07-19T13:13:51Z   0 0 0900006485bfe880
FWS-R4-ES-2022-0164-0004 FWS Designation of Critical Habitat for Green Sea Turtle (Chelonia mydas) FWS-R4-ES-2022-0164 Proposed Rule Service 2022_IEM - See Attachments Supporting & Related Material   2023-07-19T04:00:00Z 2023 7     2023-07-19T13:13:51Z   0 0 0900006485bff983
FWS-R4-ES-2022-0164-0001 FWS Designation of Critical Habitat for Green Sea Turtle (Chelonia mydas) FWS-R4-ES-2022-0164 Endangered and Threatened Species: Designation of Critical Habitat for Green Sea Turtle Proposed Rule   2023-07-19T04:00:00Z 2023 7 2023-07-19T04:00:00Z 2023-10-18T03:59:59Z 2023-10-25T01:03:56Z 2023-14225 0 0 0900006485cded5e

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