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

12 rows where agency_id = "FWS", docket_id = "FWS-R2-ES-2013-0056" and posted_year = 2015 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 10
  • Rule 2

posted_year 1

  • 2015 · 12 ✖

agency_id 1

  • FWS · 12 ✖
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-R2-ES-2013-0056-9978 FWS Proposed Revision to the Nonessential Experimental Population of the Mexican Wolf FWS-R2-ES-2013-0056 Endangered and Threatened Wildlife and Plants: Mexican Wolf; Nonessential Experimental Population; Correction Rule   2015-01-29T05:00:00Z 2015 1 2015-01-29T05:00:00Z   2015-01-29T16:18:40Z 2015-01687 0 0 09000064819e62cc
FWS-R2-ES-2013-0056-9970 FWS Proposed Revision to the Nonessential Experimental Population of the Mexican Wolf FWS-R2-ES-2013-0056 Brown Peer Review Mexican wolf 10j to FR Supporting & Related Material   2015-01-16T05:00:00Z 2015 1     2015-01-16T14:44:08Z   0 0 09000064819c3856
FWS-R2-ES-2013-0056-9977 FWS Proposed Revision to the Nonessential Experimental Population of the Mexican Wolf FWS-R2-ES-2013-0056 Tab 4. Literature Cited Final 10(j) to FR Supporting & Related Material   2015-01-16T05:00:00Z 2015 1     2015-01-16T14:44:11Z   0 0 09000064819c4191
FWS-R2-ES-2013-0056-9975 FWS Proposed Revision to the Nonessential Experimental Population of the Mexican Wolf FWS-R2-ES-2013-0056 Mech Peer Review #2 Mexican wolf 10(j) to FR Supporting & Related Material   2015-01-16T05:00:00Z 2015 1     2015-01-16T14:44:10Z   0 0 09000064819c418f
FWS-R2-ES-2013-0056-9972 FWS Proposed Revision to the Nonessential Experimental Population of the Mexican Wolf FWS-R2-ES-2013-0056 Krausman Peer Review Mexican wolf 10(j) to FR Supporting & Related Material   2015-01-16T05:00:00Z 2015 1     2015-01-16T14:44:09Z   0 0 09000064819c418c
FWS-R2-ES-2013-0056-9976 FWS Proposed Revision to the Nonessential Experimental Population of the Mexican Wolf FWS-R2-ES-2013-0056 Mex Wolf FEIS Final ROD w signature 01-06-15 Supporting & Related Material   2015-01-16T05:00:00Z 2015 1     2015-01-16T14:44:10Z   0 0 09000064819c4190
FWS-R2-ES-2013-0056-9974 FWS Proposed Revision to the Nonessential Experimental Population of the Mexican Wolf FWS-R2-ES-2013-0056 Mech Peer Review #1 Mexican wolf 10(j) to FR Supporting & Related Material   2015-01-16T05:00:00Z 2015 1     2015-01-16T14:44:10Z   0 0 09000064819c418e
FWS-R2-ES-2013-0056-9969 FWS Proposed Revision to the Nonessential Experimental Population of the Mexican Wolf FWS-R2-ES-2013-0056 Bangs Peer Review Mexican wolf 10(j) to FR Supporting & Related Material   2015-01-16T05:00:00Z 2015 1     2015-01-16T14:44:08Z   0 0 09000064819c3855
FWS-R2-ES-2013-0056-9973 FWS Proposed Revision to the Nonessential Experimental Population of the Mexican Wolf FWS-R2-ES-2013-0056 ltr to 10j peer reviewers to FR Supporting & Related Material   2015-01-16T05:00:00Z 2015 1     2015-01-16T14:44:09Z   0 0 09000064819c418d
FWS-R2-ES-2013-0056-9971 FWS Proposed Revision to the Nonessential Experimental Population of the Mexican Wolf FWS-R2-ES-2013-0056 EIS for the Proposed Revision to the Regulations for the Nonessential Experimental Population of the Mexican Wolf Supporting & Related Material   2015-01-16T05:00:00Z 2015 1     2015-01-16T14:44:09Z   0 0 09000064819c418b
FWS-R2-ES-2013-0056-9968 FWS Proposed Revision to the Nonessential Experimental Population of the Mexican Wolf FWS-R2-ES-2013-0056 2nd ltr to 10j peer reviewers to FR Supporting & Related Material Report 2015-01-16T05:00:00Z 2015 1     2015-01-16T14:44:07Z   0 0 09000064819c3854
FWS-R2-ES-2013-0056-9967 FWS Proposed Revision to the Nonessential Experimental Population of the Mexican Wolf FWS-R2-ES-2013-0056 Endangered and Threatened Wildlife and Plants: Mexican Wolf; Nonessential Experimental Population; Revisions Rule   2015-01-16T05:00:00Z 2015 1 2015-01-16T05:00:00Z   2015-01-16T14:38:21Z 2015-00436 0 0 09000064819cdeca

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