documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "FWS-R1-ES-2009-0036" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
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-R1-ES-2009-0036-0011 | FWS | Listing the Flying Earwig Hawaiian Damselfly (Megalagrion nesiotes) and Pacific Hawaiian Damselfly (M. pacificum) FWS-R1-ES-2009-0036 | References Cited | Rule | 2010-07-09T04:00:00Z | 2010 | 7 | 2010-07-09T04:00:00Z | 2013-02-26T17:44:22Z | 0 | 0 | 0900006480b161be | |||
| FWS-R1-ES-2009-0036-0010 | FWS | Listing the Flying Earwig Hawaiian Damselfly (Megalagrion nesiotes) and Pacific Hawaiian Damselfly (M. pacificum) FWS-R1-ES-2009-0036 | Listing the Flying Earwig Hawaiian Damselfly and Pacific Hawaiian Damselfly | Rule | 2010-06-24T04:00:00Z | 2010 | 6 | 2010-06-24T04:00:00Z | 2011-06-11T16:42:38Z | 2010-15237 | 0 | 0 | 0900006480b09400 | ||
| FWS-R1-ES-2009-0036-0007 | FWS | Listing the Flying Earwig Hawaiian Damselfly (Megalagrion nesiotes) and Pacific Hawaiian Damselfly (M. pacificum) FWS-R1-ES-2009-0036 | Reopening of Comment Period; Proposed Endangered Status for Flying Earwig Hawaiian Damselfly (Megalagrion nesiotes) and Pacific Hawaiian Damselfly (M. pacificum) Throughout Their Ranges | Proposed Rule | 2009-11-19T20:32:35Z | 2009 | 11 | 2009-11-19T05:00:00Z | 2009-12-22T04:59:59Z | 2013-02-26T17:44:21Z | E9-27797 | 0 | 0 | 0900006480a5ab1b | |
| FWS-R1-ES-2009-0036-0002 | FWS | Listing the Flying Earwig Hawaiian Damselfly (Megalagrion nesiotes) and Pacific Hawaiian Damselfly (M. pacificum) FWS-R1-ES-2009-0036 | Literature Cited | Supporting & Related Material | 2009-07-08T04:00:00Z | 2009 | 7 | 2013-02-26T17:44:17Z | 0 | 0 | 09000064809ea8d7 | ||||
| FWS-R1-ES-2009-0036-0001 | FWS | Listing the Flying Earwig Hawaiian Damselfly (Megalagrion nesiotes) and Pacific Hawaiian Damselfly (M. pacificum) FWS-R1-ES-2009-0036 | Endangered and Threatened Wildlife and Plants; Proposed Endangered Status for Flying Earwig Hawaiian Damselfly (Megalagrion nesiotes | Proposed Rule | 2009-07-08T04:00:00Z | 2009 | 7 | 2009-07-08T04:00:00Z | 2009-09-09T03:59:59Z | 2013-02-26T17:44:17Z | E9-16087 | 0 | 0 | 09000064809ec1b0 |
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);