documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FWS-R9-MB-2011-0094" and posted_year = 2016 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-R9-MB-2011-0094-1840 | FWS | Eagle Permits; Modifications to Regulations Governing Take to Protect Interests in Particular Localities FWS-R9-MB-2011-0094 | Programmatic Environmental Impact Statement for the Eagle Rule Revision | Supporting & Related Material | Environmental Impact Statement | 2016-12-16T05:00:00Z | 2016 | 12 | 2016-12-16T14:38:30Z | 0 | 0 | 0900006482405043 | |||
| FWS-R9-MB-2011-0094-1839 | FWS | Eagle Permits; Modifications to Regulations Governing Take to Protect Interests in Particular Localities FWS-R9-MB-2011-0094 | Record of Decision | Supporting & Related Material | Technical Support Document | 2016-12-16T05:00:00Z | 2016 | 12 | 2016-12-16T14:38:30Z | 0 | 0 | 0900006482405042 | |||
| FWS-R9-MB-2011-0094-1838 | FWS | Eagle Permits; Modifications to Regulations Governing Take to Protect Interests in Particular Localities FWS-R9-MB-2011-0094 | Eagle Permits: Eagle Incidental Take and Take of Eagle Nests | Rule | 2016-12-16T05:00:00Z | 2016 | 12 | 2016-12-16T05:00:00Z | 2017-01-07T02:02:33Z | 2016-29908 | 0 | 0 | 090000648241437a | ||
| FWS-R9-MB-2011-0094-1052 | FWS | Eagle Permits; Modifications to Regulations Governing Take to Protect Interests in Particular Localities FWS-R9-MB-2011-0094 | Eagle Permits: Revisions to Regulations for Eagle Incidental Take and Take of Eagle Nests | Proposed Rule | 2016-05-06T04:00:00Z | 2016 | 5 | 2016-05-06T04:00:00Z | 2016-07-06T03:59:59Z | 2016-07-28T01:00:41Z | 2016-10542 | 0 | 0 | 0900006481fb0ecd | |
| FWS-R9-MB-2011-0094-1053 | FWS | Eagle Permits; Modifications to Regulations Governing Take to Protect Interests in Particular Localities FWS-R9-MB-2011-0094 | Draft Programmatic Environmental Impact Statement for the Eagle Rule Revision | Supporting & Related Material | Environmental Impact Statement | 2016-05-06T04:00:00Z | 2016 | 5 | 2016-05-06T13:25:11Z | 0 | 0 | 0900006481fac512 | |||
| FWS-R9-MB-2011-0094-1054 | FWS | Eagle Permits; Modifications to Regulations Governing Take to Protect Interests in Particular Localities FWS-R9-MB-2011-0094 | Status Report - Eagles 2016 | Supporting & Related Material | Report | 2016-05-06T04:00:00Z | 2016 | 5 | 2016-05-06T13:25:11Z | 0 | 0 | 0900006481fac513 |
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);