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

6 rows where agency_id = "FWS" and docket_id = "FWS-R8-ES-2021-0108" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2021 3
  • 2023 2
  • 2022 1

document_type 3

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

agency_id 1

  • FWS · 6 ✖
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-2021-0108-0285 FWS Endangered and Threatened Wildlife and Plants; Foothill Yellow-Legged Frog; Threatened Status With Section 4(d) Rule for Two Distinct Population Segments and Endangered Status for Two Distinct Population Segments FWS-R8-ES-2021-0108 Species Status Assessment Report for the Foothill Yellow-legged Frog (Rana boylii), Version 2.11, April 2023 Supporting & Related Material   2023-08-30T04:00:00Z 2023 8     2023-08-30T15:46:37Z   0 0 0900006485f13882
FWS-R8-ES-2021-0108-0284 FWS Endangered and Threatened Wildlife and Plants; Foothill Yellow-Legged Frog; Threatened Status With Section 4(d) Rule for Two Distinct Population Segments and Endangered Status for Two Distinct Population Segments FWS-R8-ES-2021-0108 Endangered and Threatened Species: Foothill Yellow-Legged Frog Rule   2023-08-29T04:00:00Z 2023 8 2023-08-29T04:00:00Z   2023-08-29T13:12:45Z 2023-17675 0 0 0900006485f09764
FWS-R8-ES-2021-0108-0027 FWS Endangered and Threatened Wildlife and Plants; Foothill Yellow-Legged Frog; Threatened Status With Section 4(d) Rule for Two Distinct Population Segments and Endangered Status for Two Distinct Population Segments FWS-R8-ES-2021-0108 Endangered and Threatened Species: Foothill Yellow-Legged Frog; Threatened Status with Section 4(d) Rule for Two Distinct Population Segments and Endangered Status for Two Distinct Population Segments Proposed Rule   2022-02-28T05:00:00Z 2022 2 2022-02-28T05:00:00Z 2022-03-31T03:59:59Z 2022-04-28T01:00:12Z 2022-04257 0 0 0900006484fab413
FWS-R8-ES-2021-0108-0003 FWS Endangered and Threatened Wildlife and Plants; Foothill Yellow-Legged Frog; Threatened Status With Section 4(d) Rule for Two Distinct Population Segments and Endangered Status for Two Distinct Population Segments FWS-R8-ES-2021-0108 References Cited Proposed Rule to List the Foothill Yellow-Legged Frog -- See Attachments Supporting & Related Material   2021-12-28T05:00:00Z 2021 12     2021-12-28T13:03:23Z   0 0 0900006484efdc43
FWS-R8-ES-2021-0108-0001 FWS Endangered and Threatened Wildlife and Plants; Foothill Yellow-Legged Frog; Threatened Status With Section 4(d) Rule for Two Distinct Population Segments and Endangered Status for Two Distinct Population Segments FWS-R8-ES-2021-0108 Endangered and Threatened Species: Foothill Yellow-Legged Frog; Threatened Status With Section 4(d) Rule for Two Distinct Population Segments and Endangered Status for Two Distinct Population Segments Proposed Rule   2021-12-28T05:00:00Z 2021 12 2021-12-28T05:00:00Z 2022-03-01T04:59:59Z 2022-03-01T02:00:45Z 2021-27512 0 0 0900006484efee07
FWS-R8-ES-2021-0108-0002 FWS Endangered and Threatened Wildlife and Plants; Foothill Yellow-Legged Frog; Threatened Status With Section 4(d) Rule for Two Distinct Population Segments and Endangered Status for Two Distinct Population Segments FWS-R8-ES-2021-0108 Species Status Assessment Report for the Foothill Yellow-legged Frog (Rana boylii) Version 2.0, October 2021 Supporting & Related Material   2021-12-28T05:00:00Z 2021 12     2021-12-28T13:03:19Z   0 0 0900006484efdc44

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