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-HQ-MB-2017-0092" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2018 4
  • 2021 1

document_type 2

  • Notice 3
  • Supporting & Related Material 2

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-HQ-MB-2017-0092-0063 FWS Updated Eagle Exposure and Collision Probability Priors for the Service Collision Risk Model Used to Estimate Eagle Fatalities at Wind Energy Facilities FWS-HQ-MB-2017-0092 Updated Collision Risk Model Priors for Estimating Eagle Fatalities at Wind Energy Facilities Notice   2021-05-05T04:00:00Z 2021 5     2021-11-05T12:43:42Z 2021-09362 0 0 0900006484acdcaa
FWS-HQ-MB-2017-0092-0053 FWS Updated Eagle Exposure and Collision Probability Priors for the Service Collision Risk Model Used to Estimate Eagle Fatalities at Wind Energy Facilities FWS-HQ-MB-2017-0092 Updated Collision Risk Model Priors for Estimating Eagle Fatalities at Wind Energy Facilities Notice   2018-11-13T05:00:00Z 2018 11 2018-11-13T05:00:00Z 2018-12-14T04:59:59Z 2018-12-15T02:05:09Z 2018-24718 0 0 09000064838cf636
FWS-HQ-MB-2017-0092-0054 FWS Updated Eagle Exposure and Collision Probability Priors for the Service Collision Risk Model Used to Estimate Eagle Fatalities at Wind Energy Facilities FWS-HQ-MB-2017-0092 Collision Risk Model Priors Report Supporting & Related Material Report 2018-11-13T05:00:00Z 2018 11     2018-11-13T16:18:34Z   0 0 09000064838d08d4
FWS-HQ-MB-2017-0092-0001 FWS Updated Eagle Exposure and Collision Probability Priors for the Service Collision Risk Model Used to Estimate Eagle Fatalities at Wind Energy Facilities FWS-HQ-MB-2017-0092 Updated Collision Risk Model Priors for Estimating Eagle Fatalities at Wind Energy Facilities Notice   2018-06-21T04:00:00Z 2018 6 2018-06-21T04:00:00Z 2018-08-21T03:59:59Z 2018-09-18T01:04:14Z 2018-13358 0 0 090000648343a153
FWS-HQ-MB-2017-0092-0002 FWS Updated Eagle Exposure and Collision Probability Priors for the Service Collision Risk Model Used to Estimate Eagle Fatalities at Wind Energy Facilities FWS-HQ-MB-2017-0092 Collision Risk Model Priors Report Supporting & Related Material   2018-06-21T00:00:00Z 2018 6     2018-11-13T16:17:55Z   0 1 090000648343037d

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