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

7 rows where docket_id = "FWS-R1-ES-2020-0082" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

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

posted_year 2

  • 2021 5
  • 2023 2

agency_id 1

  • FWS 7
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-R1-ES-2020-0082-0012 FWS Endangered and Threatened Wildlife and Plants; Reclassifying the Fender’s Blue Butterfly From Endangered to Threatened With a Section 4(d) Rule FWS-R1-ES-2020-0082 Literature Cited - Final Rule Supporting & Related Material   2023-01-12T05:00:00Z 2023 1     2023-01-12T15:50:58Z   0 0 090000648558009e
FWS-R1-ES-2020-0082-0011 FWS Endangered and Threatened Wildlife and Plants; Reclassifying the Fender’s Blue Butterfly From Endangered to Threatened With a Section 4(d) Rule FWS-R1-ES-2020-0082 Endangered and Threatened Species: Reclassifying Fender's Blue Butterfly from Endangered to Threatened with a Section 4(d) Rule Rule   2023-01-12T05:00:00Z 2023 1     2023-01-12T15:50:39Z 2023-00037 0 0 09000064855e8aaf
FWS-R1-ES-2020-0082-0003 FWS Endangered and Threatened Wildlife and Plants; Reclassifying the Fender’s Blue Butterfly From Endangered to Threatened With a Section 4(d) Rule FWS-R1-ES-2020-0082 Species Status Assessment Report Fender’s Blue Butterfly (Icaricia icarioides fenderi) Supporting & Related Material Environmental Report 2021-06-23T04:00:00Z 2021 6     2021-06-23T12:46:33Z   0 0 0900006484ba339c
FWS-R1-ES-2020-0082-0005 FWS Endangered and Threatened Wildlife and Plants; Reclassifying the Fender’s Blue Butterfly From Endangered to Threatened With a Section 4(d) Rule FWS-R1-ES-2020-0082 5-year review Fender's blue butterfly Supporting & Related Material Environmental Report 2021-06-23T04:00:00Z 2021 6     2021-06-23T13:11:09Z   0 0 0900006484ba4b6b
FWS-R1-ES-2020-0082-0004 FWS Endangered and Threatened Wildlife and Plants; Reclassifying the Fender’s Blue Butterfly From Endangered to Threatened With a Section 4(d) Rule FWS-R1-ES-2020-0082 Species Status Assessment Appendices Fender’s Blue Butterfly (Icaricia icarioides fenderi) Supporting & Related Material Environmental Report 2021-06-23T04:00:00Z 2021 6     2021-06-23T12:47:46Z   0 0 0900006484ba339d
FWS-R1-ES-2020-0082-0002 FWS Endangered and Threatened Wildlife and Plants; Reclassifying the Fender’s Blue Butterfly From Endangered to Threatened With a Section 4(d) Rule FWS-R1-ES-2020-0082 Literature Cited for Fender’s Blue Butterfly Proposed Rule -- See attachments Supporting & Related Material Reference (external attachments) 2021-06-23T04:00:00Z 2021 6     2021-06-24T12:34:06Z   0 0 0900006484ba339b
FWS-R1-ES-2020-0082-0001 FWS Endangered and Threatened Wildlife and Plants; Reclassifying the Fender’s Blue Butterfly From Endangered to Threatened With a Section 4(d) Rule FWS-R1-ES-2020-0082 Endangered and Threatened Species: Reclassifying the Fender's Blue Butterfly from Endangered to Threatened Proposed Rule   2021-06-23T04:00:00Z 2021 6 2021-06-23T04:00:00Z 2021-08-24T03:59:59Z 2021-08-25T01:00:07Z 2021-12576 0 0 0900006484ba44fb

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