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-2014-0044" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_date, last_modified, 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

  • 2014 8
  • 2015 2

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-2014-0044-0023 FWS Endangered Species Status for Tricohmanes punctatum floridanum (Florida Bristle Fern) FWS-R4-ES-2014-0044 Literature Cited Florida bristle fern Supporting & Related Material Reference (external attachments) 2015-10-19T04:00:00Z 2015 10     2015-10-19T20:53:02Z   0 0 0900006481cd70ec
FWS-R4-ES-2014-0044-0022 FWS Endangered Species Status for Tricohmanes punctatum floridanum (Florida Bristle Fern) FWS-R4-ES-2014-0044 Endangered and Threatened Wildlife and Plants: Endangered Species Status for Trichomanes punctatum ssp. floridanum (Florida Bristle Fern) Rule   2015-10-06T04:00:00Z 2015 10 2015-10-06T04:00:00Z   2015-10-06T13:38:25Z 2015-25299 0 0 0900006481cb322d
FWS-R4-ES-2014-0044-0006 FWS Endangered Species Status for Tricohmanes punctatum floridanum (Florida Bristle Fern) FWS-R4-ES-2014-0044 20141009_letter_Service to Jenkins_FBR peer review Supporting & Related Material Technical Support Document 2014-10-15T04:00:00Z 2014 10     2014-10-15T18:07:45Z   0 0 09000064818c0dad
FWS-R4-ES-2014-0044-0007 FWS Endangered Species Status for Tricohmanes punctatum floridanum (Florida Bristle Fern) FWS-R4-ES-2014-0044 20141009_letter_Service to Pence_FBR peer review Supporting & Related Material Technical Support Document 2014-10-15T04:00:00Z 2014 10     2014-10-15T18:07:46Z   0 0 09000064818c0dae
FWS-R4-ES-2014-0044-0005 FWS Endangered Species Status for Tricohmanes punctatum floridanum (Florida Bristle Fern) FWS-R4-ES-2014-0044 20141009_letter_Service to Holst_FBR peer review Supporting & Related Material Technical Support Document 2014-10-15T04:00:00Z 2014 10     2014-10-15T18:07:45Z   0 0 09000064818c0dac
FWS-R4-ES-2014-0044-0009 FWS Endangered Species Status for Tricohmanes punctatum floridanum (Florida Bristle Fern) FWS-R4-ES-2014-0044 201401009_letter_Service to Snyder_FBR peer review Supporting & Related Material Technical Support Document 2014-10-15T04:00:00Z 2014 10     2014-10-15T18:07:46Z   0 0 09000064818c0db0
FWS-R4-ES-2014-0044-0008 FWS Endangered Species Status for Tricohmanes punctatum floridanum (Florida Bristle Fern) FWS-R4-ES-2014-0044 20141009_letter_Service to Zona_FBR peer review Supporting & Related Material Technical Support Document 2014-10-15T04:00:00Z 2014 10     2014-10-15T18:07:46Z   0 0 09000064818c0daf
FWS-R4-ES-2014-0044-0002 FWS Endangered Species Status for Tricohmanes punctatum floridanum (Florida Bristle Fern) FWS-R4-ES-2014-0044 FBF Proposed Listing Peer Review Plan Supporting & Related Material Report 2014-10-09T04:00:00Z 2014 10     2014-10-09T14:25:40Z   0 0 09000064818a5ca9
FWS-R4-ES-2014-0044-0001 FWS Endangered Species Status for Tricohmanes punctatum floridanum (Florida Bristle Fern) FWS-R4-ES-2014-0044 Endangered and Threatened Wildlife and Plants: Endangered Species Status for Trichomanes punctatum ssp. floridanum (Florida Bristle Fern) Proposed Rule   2014-10-09T04:00:00Z 2014 10 2014-10-09T04:00:00Z 2014-12-09T04:59:59Z 2014-12-11T16:10:33Z 2014-23686 0 0 09000064818b5ae9
FWS-R4-ES-2014-0044-0003 FWS Endangered Species Status for Tricohmanes punctatum floridanum (Florida Bristle Fern) FWS-R4-ES-2014-0044 Proposed Listing FBF Literature Cited Supporting & Related Material Reference (external attachments) 2014-10-09T04:00:00Z 2014 10     2014-10-09T14:25:40Z   0 0 09000064818a5caa

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