documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "FWS-HQ-IA-2019-0001" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: last_modified, 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-2019-0001-0005 | FWS | Receipt of Applications FWS-HQ-IA-2019-0001 | Dan Pearson, 08907D | Supporting & Related Material | Application | 2019-02-11T05:00:00Z | 2019 | 2 | 2019-02-11T14:18:24Z | 0 | 0 | 0900006483a4dd51 | |||
| FWS-HQ-IA-2019-0001-0010 | FWS | Receipt of Applications FWS-HQ-IA-2019-0001 | Zoo Atlanta, 44366C | Supporting & Related Material | Application | 2019-02-11T05:00:00Z | 2019 | 2 | 2019-02-11T14:18:28Z | 0 | 0 | 0900006483a4dd56 | |||
| FWS-HQ-IA-2019-0001-0008 | FWS | Receipt of Applications FWS-HQ-IA-2019-0001 | William Johnson, 14512D | Supporting & Related Material | Application | 2019-02-11T05:00:00Z | 2019 | 2 | 2019-02-11T14:18:26Z | 0 | 0 | 0900006483a4dd54 | |||
| FWS-HQ-IA-2019-0001-0001 | FWS | Receipt of Applications FWS-HQ-IA-2019-0001 | Foreign Endangered Species; Receipt of Permit Applications | Notice | 2019-02-11T05:00:00Z | 2019 | 2 | 2019-02-11T05:00:00Z | 2019-03-14T03:59:59Z | 2019-03-14T01:04:11Z | 2019-01824 | 0 | 0 | 0900006483a5f120 | |
| FWS-HQ-IA-2019-0001-0007 | FWS | Receipt of Applications FWS-HQ-IA-2019-0001 | Neal Williamson, 14510D | Supporting & Related Material | Application | 2019-02-11T05:00:00Z | 2019 | 2 | 2019-02-11T14:18:25Z | 0 | 0 | 0900006483a4dd53 | |||
| FWS-HQ-IA-2019-0001-0004 | FWS | Receipt of Applications FWS-HQ-IA-2019-0001 | Center for the Conservation of Tropical Ungulates, LLC, 08540D | Supporting & Related Material | Application | 2019-02-11T05:00:00Z | 2019 | 2 | 2019-02-11T14:18:23Z | 0 | 0 | 0900006483a4dd50 | |||
| FWS-HQ-IA-2019-0001-0011 | FWS | Receipt of Applications FWS-HQ-IA-2019-0001 | Blanca Arango, 85728C | Supporting & Related Material | Application | 2019-02-11T05:00:00Z | 2019 | 2 | 2019-02-11T14:18:29Z | 0 | 0 | 0900006483a4dd57 | |||
| FWS-HQ-IA-2019-0001-0002 | FWS | Receipt of Applications FWS-HQ-IA-2019-0001 | San Antonio Zoological Gardens & Aquarium, 05678D | Supporting & Related Material | Application | 2019-02-11T05:00:00Z | 2019 | 2 | 2019-02-11T14:18:21Z | 0 | 0 | 0900006483a4d9c8 | |||
| FWS-HQ-IA-2019-0001-0006 | FWS | Receipt of Applications FWS-HQ-IA-2019-0001 | Lauren Ogburn, 10997B | Supporting & Related Material | Application | 2019-02-11T05:00:00Z | 2019 | 2 | 2019-02-11T14:18:25Z | 0 | 0 | 0900006483a4dd52 | |||
| FWS-HQ-IA-2019-0001-0009 | FWS | Receipt of Applications FWS-HQ-IA-2019-0001 | Wayne Hurst, 15149D | Supporting & Related Material | Application | 2019-02-11T05:00:00Z | 2019 | 2 | 2019-02-11T14:18:27Z | 0 | 0 | 0900006483a4dd55 | |||
| FWS-HQ-IA-2019-0001-0012 | FWS | Receipt of Applications FWS-HQ-IA-2019-0001 | Staten Island Zoo, 813047 | Supporting & Related Material | Application | 2019-02-11T05:00:00Z | 2019 | 2 | 2019-02-11T14:18:30Z | 0 | 0 | 0900006483a4dd58 | |||
| FWS-HQ-IA-2019-0001-0003 | FWS | Receipt of Applications FWS-HQ-IA-2019-0001 | Greensboro Science Center, 08526D | Supporting & Related Material | Application | 2019-02-11T05:00:00Z | 2019 | 2 | 2019-02-11T14:18:22Z | 0 | 0 | 0900006483a4d9c9 |
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);