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-R5-ES-2014-0051" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 9
  • Notice 1

posted_year 1

  • 2014 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-R5-ES-2014-0051-0003 FWS Application for an Incidental Take Permit for Piping Plover, from the Town of Orleans, Massachusetts, and Availability of Proposed Low-effect Habitat Conservation Plan FWS-R5-ES-2014-0051 Preliminary Low-Effect HCP Deermination Screening Form and Environmental Action Statement (EAS) Supporting & Related Material Studies and Reports 2014-12-19T05:00:00Z 2014 12     2014-12-24T03:16:13Z   0 0 0900006481980d6b
FWS-R5-ES-2014-0051-0006 FWS Application for an Incidental Take Permit for Piping Plover, from the Town of Orleans, Massachusetts, and Availability of Proposed Low-effect Habitat Conservation Plan FWS-R5-ES-2014-0051 Appendix 1- 7 Orleans_HCP Supporting & Related Material Studies and Reports 2014-12-19T05:00:00Z 2014 12     2014-12-19T14:42:57Z   0 0 0900006481985ada
FWS-R5-ES-2014-0051-0008 FWS Application for an Incidental Take Permit for Piping Plover, from the Town of Orleans, Massachusetts, and Availability of Proposed Low-effect Habitat Conservation Plan FWS-R5-ES-2014-0051 Appendix 13 - 20 Orleans_HCP Supporting & Related Material Studies and Reports 2014-12-19T05:00:00Z 2014 12     2014-12-19T14:43:22Z   0 0 0900006481985adc
FWS-R5-ES-2014-0051-0001 FWS Application for an Incidental Take Permit for Piping Plover, from the Town of Orleans, Massachusetts, and Availability of Proposed Low-effect Habitat Conservation Plan FWS-R5-ES-2014-0051 Receipt of an Application for an Incidental Take Permit for Piping Plover, From the Town of Orleans, MA, and Availability of Proposed Habitat Conservation Plan Notice   2014-12-19T05:00:00Z 2014 12 2014-12-19T05:00:00Z 2015-01-21T04:59:59Z 2015-01-21T03:01:38Z 2014-29751 0 0 0900006481985aaa
FWS-R5-ES-2014-0051-0004 FWS Application for an Incidental Take Permit for Piping Plover, from the Town of Orleans, Massachusetts, and Availability of Proposed Low-effect Habitat Conservation Plan FWS-R5-ES-2014-0051 Final Orleans Habitat Conservation Plan Supporting & Related Material Studies and Reports 2014-12-19T05:00:00Z 2014 12     2014-12-19T14:31:44Z   0 0 0900006481980d6c
FWS-R5-ES-2014-0051-0009 FWS Application for an Incidental Take Permit for Piping Plover, from the Town of Orleans, Massachusetts, and Availability of Proposed Low-effect Habitat Conservation Plan FWS-R5-ES-2014-0051 Appendix 21 - 25_Orleans HCP Supporting & Related Material Studies and Reports 2014-12-19T05:00:00Z 2014 12     2014-12-19T14:43:34Z   0 0 0900006481985add
FWS-R5-ES-2014-0051-0010 FWS Application for an Incidental Take Permit for Piping Plover, from the Town of Orleans, Massachusetts, and Availability of Proposed Low-effect Habitat Conservation Plan FWS-R5-ES-2014-0051 Appendix 26 - 28 Orleans HCP Supporting & Related Material Studies and Reports 2014-12-19T05:00:00Z 2014 12     2014-12-19T14:43:46Z   0 0 0900006481985ade
FWS-R5-ES-2014-0051-0007 FWS Application for an Incidental Take Permit for Piping Plover, from the Town of Orleans, Massachusetts, and Availability of Proposed Low-effect Habitat Conservation Plan FWS-R5-ES-2014-0051 Appendix 8 - 12 Orleans HCP Supporting & Related Material Studies and Reports 2014-12-19T05:00:00Z 2014 12     2014-12-19T14:43:10Z   0 0 0900006481985adb
FWS-R5-ES-2014-0051-0005 FWS Application for an Incidental Take Permit for Piping Plover, from the Town of Orleans, Massachusetts, and Availability of Proposed Low-effect Habitat Conservation Plan FWS-R5-ES-2014-0051 Habitat Conservation Plan Addendum Supporting & Related Material Studies and Reports 2014-12-19T05:00:00Z 2014 12     2014-12-24T03:16:14Z   0 0 0900006481980d6d
FWS-R5-ES-2014-0051-0002 FWS Application for an Incidental Take Permit for Piping Plover, from the Town of Orleans, Massachusetts, and Availability of Proposed Low-effect Habitat Conservation Plan FWS-R5-ES-2014-0051 Appendices from Orleans HCP Supporting & Related Material   2014-12-19T00:00:00Z 2014 12     2014-12-22T15:02:37Z   0 1 0900006481980d6a

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