documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-R7-NWRS-2014-0005" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, comment_start_date, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
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-R7-NWRS-2014-0005-3562 | FWS | Non-subsistence Take of Wildlife, and Public Participation and Closure Procedures, on National Wildlife Refuges in Alaska FWS-R7-NWRS-2014-0005 | Effectuating Congressional Nullification of Non-subsistence Take of Wildlife, and Public Participation and Closure Procedures, on National Wildlife Refuges in Alaska under Congressional Review Act | Rule | 2017-11-09T05:00:00Z | 2017 | 11 | 2017-11-09T05:00:00Z | 2017-11-09T14:19:38Z | 2017-24324 | 0 | 0 | 0900006482c60762 | ||
| FWS-R7-NWRS-2014-0005-3559 | FWS | Non-subsistence Take of Wildlife, and Public Participation and Closure Procedures, on National Wildlife Refuges in Alaska FWS-R7-NWRS-2014-0005 | Non-Subsistence Take of Wildlife, and Public Participation and Closure Procedures, on National Wildlife Refuges in Alaska | Rule | 2016-08-05T04:00:00Z | 2016 | 8 | 2016-08-05T04:00:00Z | 2017-05-27T01:00:56Z | 2016-18117 | 0 | 0 | 0900006482157dbf | ||
| FWS-R7-NWRS-2014-0005-3560 | FWS | Non-subsistence Take of Wildlife, and Public Participation and Closure Procedures, on National Wildlife Refuges in Alaska FWS-R7-NWRS-2014-0005 | Finding of No Significant Impact | Supporting & Related Material | Finding of no Significant Impact | 2016-08-05T04:00:00Z | 2016 | 8 | 2016-08-05T13:17:42Z | 0 | 0 | 090000648213c626 | |||
| FWS-R7-NWRS-2014-0005-1366 | FWS | Non-subsistence Take of Wildlife, and Public Participation and Closure Procedures, on National Wildlife Refuges in Alaska FWS-R7-NWRS-2014-0005 | Alaska National Wildlife Refuges: Non-Subsistence Take of Wildlife, and Public Participation and Closure Procedures | Proposed Rule | 2016-02-26T05:00:00Z | 2016 | 2 | 2016-02-26T05:00:00Z | 2016-04-08T03:59:59Z | 2016-04-12T22:00:11Z | 2016-04133 | 0 | 0 | 0900006481e8a5c2 | |
| FWS-R7-NWRS-2014-0005-0003 | FWS | Non-subsistence Take of Wildlife, and Public Participation and Closure Procedures, on National Wildlife Refuges in Alaska FWS-R7-NWRS-2014-0005 | Draft Environmental Assessment | Supporting & Related Material | Environmental Assessment | 2016-01-08T05:00:00Z | 2016 | 1 | 2016-01-08T14:22:03Z | 0 | 0 | 0900006481df2ffb | |||
| FWS-R7-NWRS-2014-0005-0001 | FWS | Non-subsistence Take of Wildlife, and Public Participation and Closure Procedures, on National Wildlife Refuges in Alaska FWS-R7-NWRS-2014-0005 | Non-subsistence Take of Wildlife, and Public Participation and Closure Procedures, on National Wildlife Refuges in Alaska | Proposed Rule | 2016-01-08T05:00:00Z | 2016 | 1 | 2016-01-08T05:00:00Z | 2016-03-09T04:59:59Z | 2016-03-09T05:00:39Z | 2016-00022 | 0 | 0 | 0900006481df6dad | |
| FWS-R7-NWRS-2014-0005-0002 | FWS | Non-subsistence Take of Wildlife, and Public Participation and Closure Procedures, on National Wildlife Refuges in Alaska FWS-R7-NWRS-2014-0005 | Non-subsistence Take of Wildlife, and Public Participation and Closure Procedures, on National Wildlife Refuges in Alaska | Proposed Rule | 2016-01-08T05:00:00Z | 2016 | 1 | 2016-01-08T05:00:00Z | 2016-03-21T20:00:23Z | 2016-00021 | 0 | 0 | 0900006481df6e2b |
Advanced export
JSON shape: default, array, newline-delimited, object
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);