documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-HQ-IA-2017-0060" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, last_modified, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-2017-0060-0007 | FWS | Foreign Endangered and Threatened Species; Receipt of Applications for Permit FWS-HQ-IA-2017-0060 | Center for Conservation of Tropical Ungulates | Supporting & Related Material | Application | 2017-09-27T04:00:00Z | 2017 | 9 | 2017-09-27T14:25:16Z | 0 | 0 | 0900006482b81c48 | |||
| FWS-HQ-IA-2017-0060-0002 | FWS | Foreign Endangered and Threatened Species; Receipt of Applications for Permit FWS-HQ-IA-2017-0060 | Philadelphia Zoo, PRT-22842C | Supporting & Related Material | 2017-09-25T04:00:00Z | 2017 | 9 | 2017-09-25T13:10:01Z | 0 | 0 | 0900006482b70508 | ||||
| FWS-HQ-IA-2017-0060-0003 | FWS | Foreign Endangered and Threatened Species; Receipt of Applications for Permit FWS-HQ-IA-2017-0060 | Danny Spindler PRT-35244C | Supporting & Related Material | 2017-09-25T04:00:00Z | 2017 | 9 | 2017-09-25T13:10:02Z | 0 | 0 | 0900006482b70509 | ||||
| FWS-HQ-IA-2017-0060-0005 | FWS | Foreign Endangered and Threatened Species; Receipt of Applications for Permit FWS-HQ-IA-2017-0060 | Warren Bell; PRT-40757C | Supporting & Related Material | 2017-09-25T04:00:00Z | 2017 | 9 | 2017-09-25T13:10:02Z | 0 | 0 | 0900006482b7050b | ||||
| FWS-HQ-IA-2017-0060-0001 | FWS | Foreign Endangered and Threatened Species; Receipt of Applications for Permit FWS-HQ-IA-2017-0060 | Foreign Endangered and Threatened Species; Receipt of Applications for Permit | Notice | 2017-09-25T04:00:00Z | 2017 | 9 | 2017-09-25T04:00:00Z | 2017-10-26T03:59:59Z | 2017-10-26T01:05:11Z | 2017-20381 | 0 | 0 | 0900006482b756c9 | |
| FWS-HQ-IA-2017-0060-0004 | FWS | Foreign Endangered and Threatened Species; Receipt of Applications for Permit FWS-HQ-IA-2017-0060 | Palm Beach Zoo and Conservation Society, PRT-39618C | Supporting & Related Material | 2017-09-25T04:00:00Z | 2017 | 9 | 2017-09-25T13:10:02Z | 0 | 0 | 0900006482b7050a | ||||
| FWS-HQ-IA-2017-0060-0006 | FWS | Foreign Endangered and Threatened Species; Receipt of Applications for Permit FWS-HQ-IA-2017-0060 | 43185c _Redacted | Supporting & Related Material | 2017-09-25T00:00:00Z | 2017 | 9 | 2017-09-27T14:23:38Z | 0 | 1 | 0900006482b7050c |
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);