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

5 rows where docket_id = "FWS-R8-ES-2019-0116" and posted_year = 2020 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 3
  • Notice 2

posted_year 1

  • 2020 · 5 ✖

agency_id 1

  • FWS 5
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-R8-ES-2019-0116-0006 FWS Endangered and Threatened Species; Receipt of Incidental Take Permit Application and Habitat Conservation Plan for the Proposed Rooney Ranch Wind Repowering Project, Alameda County, California; Availability of Draft Environmental Assessment FWS-R8-ES-2019-0116 Notice of receipt of permit application; request for comments; correction. Notice   2020-06-04T04:00:00Z 2020 6 2020-06-04T04:00:00Z   2020-06-04T11:47:52Z 2020-12088 0 0 09000064846c9719
FWS-R8-ES-2019-0116-0002 FWS Endangered and Threatened Species; Receipt of Incidental Take Permit Application and Habitat Conservation Plan for the Proposed Rooney Ranch Wind Repowering Project, Alameda County, California; Availability of Draft Environmental Assessment FWS-R8-ES-2019-0116 Rooney Ranch EA Public Draft Supporting & Related Material Environmental Assessment 2020-05-28T04:00:00Z 2020 5     2020-05-28T12:02:30Z   0 0 09000064846b6751
FWS-R8-ES-2019-0116-0004 FWS Endangered and Threatened Species; Receipt of Incidental Take Permit Application and Habitat Conservation Plan for the Proposed Rooney Ranch Wind Repowering Project, Alameda County, California; Availability of Draft Environmental Assessment FWS-R8-ES-2019-0116 RooneyRanch HCP Application2018 Supporting & Related Material Application 2020-05-28T04:00:00Z 2020 5     2020-05-28T12:02:31Z   0 0 09000064846b72a4
FWS-R8-ES-2019-0116-0001 FWS Endangered and Threatened Species; Receipt of Incidental Take Permit Application and Habitat Conservation Plan for the Proposed Rooney Ranch Wind Repowering Project, Alameda County, California; Availability of Draft Environmental Assessment FWS-R8-ES-2019-0116 Notice of availability; request for comments. Notice   2020-05-28T04:00:00Z 2020 5 2020-05-28T04:00:00Z 2020-06-30T03:59:59Z 2020-06-30T01:01:44Z 2020-11369 0 0 09000064846b72a7
FWS-R8-ES-2019-0116-0003 FWS Endangered and Threatened Species; Receipt of Incidental Take Permit Application and Habitat Conservation Plan for the Proposed Rooney Ranch Wind Repowering Project, Alameda County, California; Availability of Draft Environmental Assessment FWS-R8-ES-2019-0116 Rooney Ranch EA Appendices Public Draft Supporting & Related Material Environmental Assessment 2020-05-28T04:00:00Z 2020 5     2020-05-28T12:02:30Z   0 0 09000064846b72a3

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