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

5 rows where docket_id = "FWS-HQ-ES-2023-0053" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 3
  • Proposed Rule 1
  • Rule 1

posted_year 2

  • 2023 4
  • 2024 1

agency_id 1

  • FWS 5
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-2023-0053-0010 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Sira Curassow and Southern Helmeted Curassow FWS-HQ-ES-2023-0053 Endangered and Threatened Species: Sira Curassow and Southern Helmeted Curassow Rule   2024-07-25T04:00:00Z 2024 7     2024-07-25T12:31:36Z 2024-16003 0 0 090000648660562c
FWS-HQ-ES-2023-0053-0004 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Sira Curassow and Southern Helmeted Curassow FWS-HQ-ES-2023-0053 SSA for Two Curassows Supporting & Related Material   2023-05-31T04:00:00Z 2023 5     2023-05-31T12:56:25Z   0 0 0900006485a5d667
FWS-HQ-ES-2023-0053-0001 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Sira Curassow and Southern Helmeted Curassow FWS-HQ-ES-2023-0053 Endangered and Threatened Species: Sira Curassow and Southern Helmeted Curassow Proposed Rule   2023-05-31T04:00:00Z 2023 5 2023-05-31T04:00:00Z 2023-08-01T03:59:59Z 2023-08-01T01:01:05Z 2023-11471 0 0 0900006485a950d7
FWS-HQ-ES-2023-0053-0002 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Sira Curassow and Southern Helmeted Curassow FWS-HQ-ES-2023-0053 Literature Cited_pL Supporting & Related Material   2023-05-31T04:00:00Z 2023 5     2023-05-31T12:56:24Z   0 0 0900006485a5d665
FWS-HQ-ES-2023-0053-0003 FWS Endangered and Threatened Wildlife and Plants; Endangered Species Status for Sira Curassow and Southern Helmeted Curassow FWS-HQ-ES-2023-0053 Peer review comments on SSA Supporting & Related Material   2023-05-31T04:00:00Z 2023 5     2023-05-31T12:56:25Z   0 0 0900006485a5d666

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