documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "FWS-HQ-IA-2013-0091" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- FWS 9
| 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-IA-2013-0091-6354 | FWS | Revision of the Special Rule for the African Elephant FWS-HQ-IA-2013-0091 | References cited - African Elephant 4(d) Final Rule | Supporting & Related Material | Reference (external attachments) | 2016-06-06T04:00:00Z | 2016 | 6 | 2016-06-06T05:39:49Z | 0 | 0 | 0900006482012251 | |||
| FWS-HQ-IA-2013-0091-6350 | FWS | Revision of the Special Rule for the African Elephant FWS-HQ-IA-2013-0091 | Final rule. | Rule | 2016-06-06T04:00:00Z | 2016 | 6 | 2016-06-06T04:00:00Z | 2016-06-06T13:38:21Z | 2016-13173 | 0 | 0 | 090000648201224e | ||
| FWS-HQ-IA-2013-0091-6353 | FWS | Revision of the Special Rule for the African Elephant FWS-HQ-IA-2013-0091 | Finding of No Significant Impact | Supporting & Related Material | Finding of no Significant Impact | 2016-06-06T04:00:00Z | 2016 | 6 | 2016-06-06T05:38:22Z | 0 | 0 | 0900006482012250 | |||
| FWS-HQ-IA-2013-0091-6352 | FWS | Revision of the Special Rule for the African Elephant FWS-HQ-IA-2013-0091 | Environmental Assessment | Supporting & Related Material | Environmental Assessment | 2016-06-06T04:00:00Z | 2016 | 6 | 2016-06-06T05:37:16Z | 0 | 0 | 090000648201224f | |||
| FWS-HQ-IA-2013-0091-6351 | FWS | Revision of the Special Rule for the African Elephant FWS-HQ-IA-2013-0091 | Environmental Assessment African Elephant | Supporting & Related Material | 2016-06-06T00:00:00Z | 2016 | 6 | 2016-06-06T05:31:50Z | 0 | 1 | 0900006482002418 | ||||
| FWS-HQ-IA-2013-0091-0035 | FWS | Revision of the Special Rule for the African Elephant FWS-HQ-IA-2013-0091 | Table 1 | Supporting & Related Material | Fact/Data Sheet | 2015-07-31T04:00:00Z | 2015 | 7 | 2015-07-31T14:21:41Z | 0 | 0 | 0900006481bb554f | |||
| FWS-HQ-IA-2013-0091-0002 | FWS | Revision of the Special Rule for the African Elephant FWS-HQ-IA-2013-0091 | DRAFT Environmental Assessment: Revisions to the African elephant rule under section 4(d) of the Endangered Species Act (50 CFR 17.40(e)) | Supporting & Related Material | Environmental Assessment | 2015-07-29T04:00:00Z | 2015 | 7 | 2015-07-29T13:13:02Z | 0 | 0 | 0900006481ba78ba | |||
| FWS-HQ-IA-2013-0091-0003 | FWS | Revision of the Special Rule for the African Elephant FWS-HQ-IA-2013-0091 | References Cited for Revision of the Section 4(d) Rule for the African Elephant | Supporting & Related Material | Reference (external attachments) | 2015-07-29T04:00:00Z | 2015 | 7 | 2015-07-29T13:13:02Z | 0 | 0 | 0900006481ba78bb | |||
| FWS-HQ-IA-2013-0091-0001 | FWS | Revision of the Special Rule for the African Elephant FWS-HQ-IA-2013-0091 | Endangered and Threatened Wildlife and Plants: African Elephant (Loxodonta africana) Rule; Revision | Proposed Rule | 2015-07-29T04:00:00Z | 2015 | 7 | 2015-07-29T04:00:00Z | 2015-09-29T03:59:59Z | 2015-10-07T15:36:28Z | 2015-18487 | 0 | 0 | 0900006481bad75f |
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);