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-R2-ES-2016-0110" and posted_year = 2018 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 1

  • 2018 · 7 ✖

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-R2-ES-2016-0110-0136 FWS Petition and Proposed Rule to Remove the Black-capped Vireo from the Federal List of Endangered and Threatened Wildlife FWS-R2-ES-2016-0110 Speciies Status Assessment Report for the Black-capped vireo Supporting & Related Material Report 2018-04-16T04:00:00Z 2018 4     2018-04-16T13:21:08Z   0 0 090000648312f4d8
FWS-R2-ES-2016-0110-0135 FWS Petition and Proposed Rule to Remove the Black-capped Vireo from the Federal List of Endangered and Threatened Wildlife FWS-R2-ES-2016-0110 Recovery Management Agreements - See attachments Supporting & Related Material Report 2018-04-16T04:00:00Z 2018 4     2018-04-16T13:21:07Z   0 0 09000064830e8631
FWS-R2-ES-2016-0110-0137 FWS Petition and Proposed Rule to Remove the Black-capped Vireo from the Federal List of Endangered and Threatened Wildlife FWS-R2-ES-2016-0110 Literature Cited for Final Rule Supporting & Related Material Reference (external attachments) 2018-04-16T04:00:00Z 2018 4     2018-04-16T13:21:09Z   0 0 090000648312f4d9
FWS-R2-ES-2016-0110-0134 FWS Petition and Proposed Rule to Remove the Black-capped Vireo from the Federal List of Endangered and Threatened Wildlife FWS-R2-ES-2016-0110 Endangered and Threatened Species: Removing the Black-capped Vireo from the Federal List of Endangered and Threatened Wildlife Rule   2018-04-16T04:00:00Z 2018 4 2018-04-16T04:00:00Z   2018-04-16T13:20:25Z 2018-07350 0 0 090000648314611b
FWS-R2-ES-2016-0110-0099 FWS Petition and Proposed Rule to Remove the Black-capped Vireo from the Federal List of Endangered and Threatened Wildlife FWS-R2-ES-2016-0110 Endangered and Threatened Species: Removing Black-Capped Vireo from Federal List of Endangered and Threatened Wildlife; Availability of Post-delisting Monitoring Plan Proposed Rule   2018-03-14T04:00:00Z 2018 3 2018-03-14T04:00:00Z 2018-04-14T03:59:59Z 2018-04-14T01:03:30Z 2018-05146 0 0 090000648300e692
FWS-R2-ES-2016-0110-0101 FWS Petition and Proposed Rule to Remove the Black-capped Vireo from the Federal List of Endangered and Threatened Wildlife FWS-R2-ES-2016-0110 Species Status Assessment Report for the Black-capped vireo Supporting & Related Material Report 2018-03-14T04:00:00Z 2018 3     2018-03-14T13:33:20Z   0 0 0900006482fc094b
FWS-R2-ES-2016-0110-0100 FWS Petition and Proposed Rule to Remove the Black-capped Vireo from the Federal List of Endangered and Threatened Wildlife FWS-R2-ES-2016-0110 Draft Post-Delisting Monitoring Plan for the Black-capped Vireo Supporting & Related Material Report 2018-03-14T04:00:00Z 2018 3     2018-03-14T13:32:50Z   0 0 0900006482fc094c

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