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-2017-0064" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, comment_start_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-0064-0013 | FWS | Foreign Endangered and Threatened Species; Receipt of Applications for Permit FWS-HQ-IA-2017-0064 | Applicant: 777 Ranch, PRT-013008 | Other | Application | 2017-10-26T04:00:00Z | 2017 | 10 | 2017-10-26T04:00:00Z | 2017-11-23T04:59:59Z | 2017-11-23T02:02:20Z | 0 | 0 | 0900006482c0d38d | |
| FWS-HQ-IA-2017-0064-0001 | FWS | Foreign Endangered and Threatened Species; Receipt of Applications for Permit FWS-HQ-IA-2017-0064 | Foreign Endangered and Threatened Species; Receipt of Applications for Permit | Notice | 2017-10-23T04:00:00Z | 2017 | 10 | 2017-10-23T04:00:00Z | 2017-10-23T13:17:52Z | 2017-22879 | 0 | 0 | 0900006482bf76c6 | ||
| FWS-HQ-IA-2017-0064-0003 | FWS | Foreign Endangered and Threatened Species; Receipt of Applications for Permit FWS-HQ-IA-2017-0064 | Applicant: Six Flags Discovery Kingdom, PRT-47979C | Other | Application | 2017-10-23T04:00:00Z | 2017 | 10 | 2017-10-23T04:00:00Z | 2017-11-23T04:59:59Z | 2017-10-23T13:27:09Z | 0 | 0 | 0900006482be9c61 | |
| FWS-HQ-IA-2017-0064-0002 | FWS | Foreign Endangered and Threatened Species; Receipt of Applications for Permit FWS-HQ-IA-2017-0064 | Applicant: New England Aquarium Corporation, PRT-59781A | Other | Application | 2017-10-23T04:00:00Z | 2017 | 10 | 2017-10-23T04:00:00Z | 2017-11-23T04:59:59Z | 2017-10-23T13:27:09Z | 0 | 0 | 0900006482be9c62 | |
| FWS-HQ-IA-2017-0064-0007 | FWS | Foreign Endangered and Threatened Species; Receipt of Applications for Permit FWS-HQ-IA-2017-0064 | Applicant: Denver Zoological Foundation, PRT-32977C | Other | Application | 2017-10-23T04:00:00Z | 2017 | 10 | 2017-10-23T04:00:00Z | 2017-11-23T04:59:59Z | 2017-11-18T14:00:24Z | 0 | 0 | 0900006482be9c5d | |
| FWS-HQ-IA-2017-0064-0006 | FWS | Foreign Endangered and Threatened Species; Receipt of Applications for Permit FWS-HQ-IA-2017-0064 | Applicant: William David Wrobel, PRT-45243C | Other | Application | 2017-10-23T04:00:00Z | 2017 | 10 | 2017-10-23T04:00:00Z | 2017-11-23T04:59:59Z | 2017-11-23T02:02:14Z | 0 | 0 | 0900006482be9c5e | |
| FWS-HQ-IA-2017-0064-0004 | FWS | Foreign Endangered and Threatened Species; Receipt of Applications for Permit FWS-HQ-IA-2017-0064 | Applicant: Verne Caret Williamson, PRT-46104C | Other | Application | 2017-10-23T04:00:00Z | 2017 | 10 | 2017-10-23T04:00:00Z | 2017-11-23T04:59:59Z | 2017-11-20T02:01:02Z | 0 | 0 | 0900006482be9c60 | |
| FWS-HQ-IA-2017-0064-0005 | FWS | Foreign Endangered and Threatened Species; Receipt of Applications for Permit FWS-HQ-IA-2017-0064 | Applicant: James R. Rhymer, PRT-45743C | Other | Application | 2017-10-23T04:00:00Z | 2017 | 10 | 2017-10-23T04:00:00Z | 2017-11-23T04:59:59Z | 2017-11-22T02:02:54Z | 0 | 0 | 0900006482be9c5f | |
| FWS-HQ-IA-2017-0064-0008 | FWS | Foreign Endangered and Threatened Species; Receipt of Applications for Permit FWS-HQ-IA-2017-0064 | Applicant: 777 Ranch, PRT-013008 | Other | 2017-10-23T00:00:00Z | 2017 | 10 | 2017-10-26T21:33:50Z | 0 | 1 | 0900006482be9c5c |
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);