documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where docket_id = "FWS-R1-ES-2014-0038" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- FWS 4
| 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-R1-ES-2014-0038-0022 | FWS | Endangered Status for 21 Species and Threatened Status for 2 Species in Guam and the Commonwealth of the Northern Mariana Islands FWS-R1-ES-2014-0038 | Endangered and Threatened Species: Endangered Status for 16 Species and Threatened Status for 7 Species in Micronesia | Rule | 2015-10-01T04:00:00Z | 2015 | 10 | 2015-10-01T04:00:00Z | 2015-10-01T13:33:45Z | 2015-24443 | 0 | 0 | 0900006481ca75b1 | ||
| FWS-R1-ES-2014-0038-0015 | FWS | Endangered Status for 21 Species and Threatened Status for 2 Species in Guam and the Commonwealth of the Northern Mariana Islands FWS-R1-ES-2014-0038 | Endangered and Threatened Wildlife and Plants: Endangered Status for 21 Species and Threatened Status for 2 Species in Guam and the Commonwealth of the Northern Mariana Islands | Proposed Rule | 2015-01-12T05:00:00Z | 2015 | 1 | 2015-01-12T05:00:00Z | 2015-02-12T04:59:59Z | 2015-02-27T03:03:40Z | 2015-00259 | 0 | 0 | 09000064819c18a5 | |
| FWS-R1-ES-2014-0038-0002 | FWS | Endangered Status for 21 Species and Threatened Status for 2 Species in Guam and the Commonwealth of the Northern Mariana Islands FWS-R1-ES-2014-0038 | Guam CNMI Proposed Listing Literature Cited | Supporting & Related Material | Reference (external attachments) | 2014-10-09T04:00:00Z | 2014 | 10 | 2014-10-09T13:15:40Z | 0 | 0 | 09000064818b57de | |||
| FWS-R1-ES-2014-0038-0001 | FWS | Endangered Status for 21 Species and Threatened Status for 2 Species in Guam and the Commonwealth of the Northern Mariana Islands FWS-R1-ES-2014-0038 | Endangered and Threatened Wildlife and Plants: Status for Species; Guam and Northern Mariana Islands | Proposed Rule | 2014-10-01T04:00:00Z | 2014 | 10 | 2014-10-01T04:00:00Z | 2014-12-02T04:59:59Z | 2014-12-02T03:13:21Z | 2014-22776 | 0 | 0 | 090000648189fb76 |
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);