documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "FWS-R7-ES-2014-0060" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 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-R7-ES-2014-0060-0090 | FWS | Notice of Availability of Draft Polar Bear Conservation Management Plan and Request for Comments FWS-R7-ES-2014-0060 | Polar Bear Conservation Management Plan | Supporting & Related Material | Report | 2017-01-09T05:00:00Z | 2017 | 1 | 2017-01-09T14:29:23Z | 0 | 0 | 0900006482442621 | |||
| FWS-R7-ES-2014-0060-0089 | FWS | Notice of Availability of Draft Polar Bear Conservation Management Plan and Request for Comments FWS-R7-ES-2014-0060 | Notice of document availability. | Notice | 2017-01-09T05:00:00Z | 2017 | 1 | 2017-01-09T05:00:00Z | 2017-01-09T14:28:56Z | 2017-00127 | 0 | 0 | 0900006482452d03 | ||
| FWS-R7-ES-2014-0060-0010 | FWS | Notice of Availability of Draft Polar Bear Conservation Management Plan and Request for Comments FWS-R7-ES-2014-0060 | Draft Polar Bear Conservation Management Plan Extension of Public Comment Period | Notice | 2015-08-14T04:00:00Z | 2015 | 8 | 2015-10-20T01:30:44Z | 2015-20059 | 0 | 0 | 0900006481c20352 | |||
| FWS-R7-ES-2014-0060-0001 | FWS | Notice of Availability of Draft Polar Bear Conservation Management Plan and Request for Comments FWS-R7-ES-2014-0060 | Notice of Availability of Draft Polar Bear Conservation Management Plan | Notice | 2015-07-06T04:00:00Z | 2015 | 7 | 2015-07-06T04:00:00Z | 2015-09-20T03:59:59Z | 2015-09-25T01:31:02Z | 2015-16249 | 0 | 0 | 0900006481b6b9fc | |
| FWS-R7-ES-2014-0060-0002 | FWS | Notice of Availability of Draft Polar Bear Conservation Management Plan and Request for Comments FWS-R7-ES-2014-0060 | Polar Bear Draft Conservation Management Plan | Supporting & Related Material | Report | 2015-07-06T04:00:00Z | 2015 | 7 | 2015-07-06T13:53:14Z | 0 | 0 | 0900006481b4d37a |
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);