documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FWS-HQ-ES-2013-0125" 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)
document_type 2
agency_id 1
- FWS 6
| 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-ES-2013-0125-0008 | FWS | Petition to List Virgin Island Coqui as Endangered or Threatened FWS-HQ-ES-2013-0125 | Endangered and Threatened Wildlife and Plants: 12-Month Finding on Petitions to List Virgin Island Coqui | Proposed Rule | 2016-09-21T04:00:00Z | 2016 | 9 | 2016-09-21T04:00:00Z | 2016-09-21T14:08:32Z | 2016-22453 | 0 | 0 | 0900006482234ead | ||
| FWS-HQ-ES-2013-0125-0009 | FWS | Petition to List Virgin Island Coqui as Endangered or Threatened FWS-HQ-ES-2013-0125 | Petition to List the Virgin Islands Coqui Under the U.S. Endangered Species Act | Supporting & Related Material | Petition | 2016-09-21T04:00:00Z | 2016 | 9 | 2016-09-21T14:08:47Z | 0 | 0 | 0900006482212879 | |||
| FWS-HQ-ES-2013-0125-0010 | FWS | Petition to List Virgin Island Coqui as Endangered or Threatened FWS-HQ-ES-2013-0125 | Work Cited - Virgin Islands Coqui | Supporting & Related Material | Reference (external attachments) | 2016-09-21T04:00:00Z | 2016 | 9 | 2016-09-21T14:08:47Z | 0 | 0 | 090000648221432e | |||
| FWS-HQ-ES-2013-0125-0011 | FWS | Petition to List Virgin Island Coqui as Endangered or Threatened FWS-HQ-ES-2013-0125 | Finding on a Petition to List the Virgin Islands Coqui as an Endangered or Threatened Species | Supporting & Related Material | Report | 2016-09-21T04:00:00Z | 2016 | 9 | 2016-09-21T14:08:47Z | 0 | 0 | 090000648221432f | |||
| FWS-HQ-ES-2013-0125-0001 | FWS | Petition to List Virgin Island Coqui as Endangered or Threatened FWS-HQ-ES-2013-0125 | Endangered and Threatened Wildlife and Plants: 90-Day Findings on Five Petitions | Proposed Rule | 2014-01-22T05:00:00Z | 2014 | 1 | 2014-01-22T05:00:00Z | 2014-03-25T03:59:59Z | 2014-03-27T01:02:43Z | 2014-01184 | 0 | 0 | 0900006481519fb2 | |
| FWS-HQ-ES-2013-0125-0002 | FWS | Petition to List Virgin Island Coqui as Endangered or Threatened FWS-HQ-ES-2013-0125 | Virgin Islands Coqui Appendix | Supporting & Related Material | Petition | 2014-01-22T05:00:00Z | 2014 | 1 | 2014-01-22T15:22:40Z | 0 | 0 | 0900006481508b4c |
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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;