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-2017-0006" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 9
  • Proposed Rule 1

posted_year 1

  • 2017 10

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-2017-0006-3856 FWS Environmental Impact Statement for a Proposed Revision of the 10(j) for the Nonessential Experimental Population of Red Wolves (Canis rufus) in North Carolina FWS-R4-ES-2017-0006 Red Wolf Historic Range Map Supporting & Related Material Map 2017-06-16T04:00:00Z 2017 6     2017-06-16T13:05:46Z   0 0 09000064826e4dbd
FWS-R4-ES-2017-0006-3857 FWS Environmental Impact Statement for a Proposed Revision of the 10(j) for the Nonessential Experimental Population of Red Wolves (Canis rufus) in North Carolina FWS-R4-ES-2017-0006 ESA Basics - 40 Years of Conserving Endangered Species Supporting & Related Material Reference (internal unless indicated) 2017-06-16T04:00:00Z 2017 6     2017-06-16T13:05:46Z   0 0 09000064826e4dbe
FWS-R4-ES-2017-0006-3858 FWS Environmental Impact Statement for a Proposed Revision of the 10(j) for the Nonessential Experimental Population of Red Wolves (Canis rufus) in North Carolina FWS-R4-ES-2017-0006 Endangered Species Recovery Program Supporting & Related Material Reference (internal unless indicated) 2017-06-16T04:00:00Z 2017 6     2017-06-16T13:05:46Z   0 0 09000064826e4dbf
FWS-R4-ES-2017-0006-3854 FWS Environmental Impact Statement for a Proposed Revision of the 10(j) for the Nonessential Experimental Population of Red Wolves (Canis rufus) in North Carolina FWS-R4-ES-2017-0006 Considering changes to North Carolina's red wolf non-essential experimental population Supporting & Related Material Reference (internal unless indicated) 2017-06-16T04:00:00Z 2017 6     2017-06-16T13:05:45Z   0 0 09000064826e4d62
FWS-R4-ES-2017-0006-3859 FWS Environmental Impact Statement for a Proposed Revision of the 10(j) for the Nonessential Experimental Population of Red Wolves (Canis rufus) in North Carolina FWS-R4-ES-2017-0006 National Environmental Policy Act General Information Supporting & Related Material Reference (internal unless indicated) 2017-06-16T04:00:00Z 2017 6     2017-06-16T13:05:46Z   0 0 09000064826e4dc0
FWS-R4-ES-2017-0006-3861 FWS Environmental Impact Statement for a Proposed Revision of the 10(j) for the Nonessential Experimental Population of Red Wolves (Canis rufus) in North Carolina FWS-R4-ES-2017-0006 Frequently Asked Questions - about Red Wolf Recovery under the Endangered Species Act Supporting & Related Material Reference (internal unless indicated) 2017-06-16T04:00:00Z 2017 6     2017-06-16T13:05:47Z   0 0 09000064826e4dc2
FWS-R4-ES-2017-0006-3860 FWS Environmental Impact Statement for a Proposed Revision of the 10(j) for the Nonessential Experimental Population of Red Wolves (Canis rufus) in North Carolina FWS-R4-ES-2017-0006 Current Red Wolf Non-Essential Experimental Population Supporting & Related Material Map 2017-06-16T04:00:00Z 2017 6     2017-06-16T19:30:53Z   0 0 09000064826e4dc1
FWS-R4-ES-2017-0006-3855 FWS Environmental Impact Statement for a Proposed Revision of the 10(j) for the Nonessential Experimental Population of Red Wolves (Canis rufus) in North Carolina FWS-R4-ES-2017-0006 Red Wolf Agenda Scoping Meeting June 6 & 8, 2017 Supporting & Related Material Meeting Summary 2017-06-16T04:00:00Z 2017 6     2017-06-16T13:05:45Z   0 0 09000064826e4d63
FWS-R4-ES-2017-0006-0001 FWS Environmental Impact Statement for a Proposed Revision of the 10(j) for the Nonessential Experimental Population of Red Wolves (Canis rufus) in North Carolina FWS-R4-ES-2017-0006 Endangered and Threatened Species: Nonessential Experimental Population of Red Wolves (Canis rufus) in North Carolina Proposed Rule Advance Notice of Proposed Rulemaking (ANPRM) 2017-05-23T04:00:00Z 2017 5 2017-05-23T04:00:00Z 2017-07-25T03:59:59Z 2017-08-01T01:01:28Z 2017-10551 0 0 090000648260047a
FWS-R4-ES-2017-0006-0002 FWS Environmental Impact Statement for a Proposed Revision of the 10(j) for the Nonessential Experimental Population of Red Wolves (Canis rufus) in North Carolina FWS-R4-ES-2017-0006 71 FR 18939 - 1995 Red Wolf 10(j) Rule Supporting & Related Material Publication - Other Governmental 2017-05-23T04:00:00Z 2017 5     2017-05-23T13:13:00Z   0 0 09000064825dd6e4

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