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

13 rows where docket_id = "FWS-R4-ES-2018-0010" and posted_year = 2020 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 12
  • Rule 1

posted_year 1

  • 2020 · 13 ✖

agency_id 1

  • FWS 13
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-2018-0010-0027 FWS Section 4(d) Rule for Louisiana Pinesnake FWS-R4-ES-2018-0010 Literature Cited for Lapine snake final 4drule Supporting & Related Material Environmental Assessment 2020-02-27T05:00:00Z 2020 2     2020-02-27T14:01:51Z   0 0 0900006483ac10e8
FWS-R4-ES-2018-0010-0034 FWS Section 4(d) Rule for Louisiana Pinesnake FWS-R4-ES-2018-0010 Rudolph Burgdorf 1997 Supporting & Related Material Reference (external attachments) 2020-02-27T05:00:00Z 2020 2     2020-02-27T14:01:56Z   0 0 0900006483ac13b2
FWS-R4-ES-2018-0010-0035 FWS Section 4(d) Rule for Louisiana Pinesnake FWS-R4-ES-2018-0010 Wagner et al 2015 Pocket Gopher Tunnel Collapse Supporting & Related Material Reference (external attachments) 2020-02-27T05:00:00Z 2020 2     2020-02-27T14:01:57Z   0 0 0900006483ac13b3
FWS-R4-ES-2018-0010-0025 FWS Section 4(d) Rule for Louisiana Pinesnake FWS-R4-ES-2018-0010 Endangered and Threatened Wildlife and Plants: Section 4(d) Rule for Louisiana Pinesnake Rule   2020-02-27T05:00:00Z 2020 2 2020-02-27T05:00:00Z   2020-02-27T14:01:06Z 2020-03545 0 0 09000064843ba5d0
FWS-R4-ES-2018-0010-0029 FWS Section 4(d) Rule for Louisiana Pinesnake FWS-R4-ES-2018-0010 Duran_et_al_2010 Supporting & Related Material   2020-02-27T05:00:00Z 2020 2     2020-02-27T14:01:52Z   0 0 0900006483ac10ea
FWS-R4-ES-2018-0010-0028 FWS Section 4(d) Rule for Louisiana Pinesnake FWS-R4-ES-2018-0010 Davis et al 1938 Supporting & Related Material Reference (external attachments) 2020-02-27T05:00:00Z 2020 2     2020-02-27T14:01:52Z   0 0 0900006483ac10e9
FWS-R4-ES-2018-0010-0026 FWS Section 4(d) Rule for Louisiana Pinesnake FWS-R4-ES-2018-0010 Final Environmental Assessment Section 4(d) Rule for the Louisiana Pinesnake Supporting & Related Material Environmental Assessment 2020-02-27T05:00:00Z 2020 2     2020-02-27T14:01:50Z   0 0 0900006483ac10e7
FWS-R4-ES-2018-0010-0030 FWS Section 4(d) Rule for Louisiana Pinesnake FWS-R4-ES-2018-0010 Ealy et al 2004 Supporting & Related Material Reference (external attachments) 2020-02-27T05:00:00Z 2020 2     2020-02-27T14:01:53Z   0 0 0900006483ac10eb
FWS-R4-ES-2018-0010-0031 FWS Section 4(d) Rule for Louisiana Pinesnake FWS-R4-ES-2018-0010 Himes et al 2006 Supporting & Related Material Reference (external attachments) 2020-02-27T05:00:00Z 2020 2     2020-02-27T14:01:54Z   0 0 0900006483ac13af
FWS-R4-ES-2018-0010-0032 FWS Section 4(d) Rule for Louisiana Pinesnake FWS-R4-ES-2018-0010 Notice of Availability of Draft Environmental Assessment Supporting & Related Material Environmental Assessment 2020-02-27T05:00:00Z 2020 2     2020-02-27T14:01:55Z   0 0 0900006483ac13b0
FWS-R4-ES-2018-0010-0033 FWS Section 4(d) Rule for Louisiana Pinesnake FWS-R4-ES-2018-0010 Pinesnake Environmental Assessment Literature Cited Supporting & Related Material Environmental Assessment 2020-02-27T05:00:00Z 2020 2     2020-02-27T14:01:56Z   0 0 0900006483ac13b1
FWS-R4-ES-2018-0010-0036 FWS Section 4(d) Rule for Louisiana Pinesnake FWS-R4-ES-2018-0010 Wagner et al 2017 Movement and Habitat Selection of Geomys breviceps Supporting & Related Material Reference (external attachments) 2020-02-27T05:00:00Z 2020 2     2020-02-27T14:01:58Z   0 0 0900006483ac13b4
FWS-R4-ES-2018-0010-0037 FWS Section 4(d) Rule for Louisiana Pinesnake FWS-R4-ES-2018-0010 Wagner et al_2014 LRSF Model Supporting & Related Material Reference (external attachments) 2020-02-27T05:00:00Z 2020 2     2020-02-27T14:01:59Z   0 0 0900006483ac13b5

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 1531.709ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API