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 docket_id = "FWS-R4-ES-2020-0010" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

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

posted_year 2

  • 2020 7
  • 2023 3

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-2020-0010-0028 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status With Section 4(d) Rule for Longsolid and Round Hickorynut and Designation of Critical Habitat FWS-R4-ES-2020-0010 IEc 2020_Southeast Mussels Screening Analysis Supporting & Related Material   2023-04-12T04:00:00Z 2023 4     2023-04-12T19:56:59Z   0 0 090000648593ae36
FWS-R4-ES-2020-0010-0029 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status With Section 4(d) Rule for Longsolid and Round Hickorynut and Designation of Critical Habitat FWS-R4-ES-2020-0010 USFWS 2020_IncrementalEffectsMemorandum Supporting & Related Material   2023-04-12T04:00:00Z 2023 4     2023-04-12T19:57:02Z   0 0 090000648593ae35
FWS-R4-ES-2020-0010-0027 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status With Section 4(d) Rule for Longsolid and Round Hickorynut and Designation of Critical Habitat FWS-R4-ES-2020-0010 Endangered and Threatened Species: Threatened Species Status with Section 4(d) Rule for Longsolid and Round Hickorynut and Designation of Critical Habitat Rule   2023-03-09T05:00:00Z 2023 3     2023-03-09T14:39:27Z 2023-03998 0 0 0900006485781dac
FWS-R4-ES-2020-0010-0002 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status With Section 4(d) Rule for Longsolid and Round Hickorynut and Designation of Critical Habitat FWS-R4-ES-2020-0010 References Cited - See Attachments for individual files. Supporting & Related Material Reference (external attachments) 2020-09-29T04:00:00Z 2020 9     2020-09-29T12:20:42Z   0 0 090000648472ac85
FWS-R4-ES-2020-0010-0001 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status With Section 4(d) Rule for Longsolid and Round Hickorynut and Designation of Critical Habitat FWS-R4-ES-2020-0010 Endangered and Threatened Species: 12-Month Finding for Purple Lilliput; Longsolid and Round Hickorynut and Designation of Critical Habitat Proposed Rule   2020-09-29T04:00:00Z 2020 9 2020-09-29T04:00:00Z 2020-12-29T04:59:59Z 2021-01-15T02:01:40Z 2020-17015 0 0 0900006484898763
FWS-R4-ES-2020-0010-0003 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status With Section 4(d) Rule for Longsolid and Round Hickorynut and Designation of Critical Habitat FWS-R4-ES-2020-0010 Hickorynut Vertices Supporting & Related Material Fact/Data Sheet 2020-09-29T04:00:00Z 2020 9     2020-09-29T12:20:44Z   0 0 090000648472ac86
FWS-R4-ES-2020-0010-0007 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status With Section 4(d) Rule for Longsolid and Round Hickorynut and Designation of Critical Habitat FWS-R4-ES-2020-0010 Peer Reviews - see attached files. Supporting & Related Material Assessment Document or Analysis 2020-09-29T04:00:00Z 2020 9     2020-09-29T12:20:47Z   0 0 090000648472b71f
FWS-R4-ES-2020-0010-0005 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status With Section 4(d) Rule for Longsolid and Round Hickorynut and Designation of Critical Habitat FWS-R4-ES-2020-0010 Longsolid Vertices Supporting & Related Material Fact/Data Sheet 2020-09-29T04:00:00Z 2020 9     2020-09-29T12:20:46Z   0 0 090000648472b6a6
FWS-R4-ES-2020-0010-0004 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status With Section 4(d) Rule for Longsolid and Round Hickorynut and Designation of Critical Habitat FWS-R4-ES-2020-0010 Industrial Economics Inc_2132020 Supporting & Related Material   2020-09-29T00:00:00Z 2020 9     2023-04-12T19:59:14Z   0 1 090000648472b6a5
FWS-R4-ES-2020-0010-0006 FWS Endangered and Threatened Wildlife and Plants; Threatened Species Status With Section 4(d) Rule for Longsolid and Round Hickorynut and Designation of Critical Habitat FWS-R4-ES-2020-0010 Southeast Mussels Screening Memo_3.20.20 Supporting & Related Material   2020-09-29T00:00:00Z 2020 9     2023-04-12T19:58:47Z   0 1 090000648472b6a7

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