documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "FWS-R9-FHC-2008-0015" and posted_year = 2010 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, 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-R9-FHC-2008-0015-3357 | FWS | Injurious Wildlife Species; Constrictor Snakes from Python, Boa, and Eunectes Genera FWS-R9-FHC-2008-0015 | Injurious Wildlife Species: Listing the Boa Constrictor, Four Python Species, and Four Anaconda Species as Injurious Reptiles | Proposed Rule | 2010-07-01T04:00:00Z | 2010 | 7 | 2010-07-01T04:00:00Z | 2010-08-03T03:59:59Z | 2011-06-11T16:43:58Z | 2010-16068 | 0 | 0 | 0900006480b0fd62 | |
| FWS-R9-FHC-2008-0015-1810 | FWS | Injurious Wildlife Species; Constrictor Snakes from Python, Boa, and Eunectes Genera FWS-R9-FHC-2008-0015 | Documents from SBA Roundtable meeting on 4-21-10 | Supporting & Related Material | 2010-05-04T04:00:00Z | 2010 | 5 | 2013-02-26T17:40:53Z | 0 | 0 | 0900006480ae67b9 | ||||
| FWS-R9-FHC-2008-0015-1424 | FWS | Injurious Wildlife Species; Constrictor Snakes from Python, Boa, and Eunectes Genera FWS-R9-FHC-2008-0015 | USGS's Risk Assessment for Large Constrictor Snakes--Abstract and Internet Link | Supporting & Related Material | 2010-03-18T04:00:00Z | 2010 | 3 | 2013-02-26T17:40:33Z | 0 | 0 | 0900006480abf7ef | ||||
| FWS-R9-FHC-2008-0015-1402 | FWS | Injurious Wildlife Species; Constrictor Snakes from Python, Boa, and Eunectes Genera FWS-R9-FHC-2008-0015 | USGS's Risk Assessment for Large Constrictor Snakes--Abstract and Internet Link | Supporting & Related Material | 2010-03-17T04:00:00Z | 2010 | 3 | 2013-02-26T17:40:33Z | 0 | 0 | 0900006480abecb1 | ||||
| FWS-R9-FHC-2008-0015-1398 | FWS | Injurious Wildlife Species; Constrictor Snakes from Python, Boa, and Eunectes Genera FWS-R9-FHC-2008-0015 | Initial Regulatory Flexibility Analysis | Supporting & Related Material | 2010-03-12T05:00:00Z | 2010 | 3 | 2013-02-26T17:40:32Z | 0 | 0 | 0900006480abc0d1 | ||||
| FWS-R9-FHC-2008-0015-1401 | FWS | Injurious Wildlife Species; Constrictor Snakes from Python, Boa, and Eunectes Genera FWS-R9-FHC-2008-0015 | USGS's Risk Assessment for Large Constrictor Snakes | Supporting & Related Material | 2010-03-12T05:00:00Z | 2010 | 3 | 2013-02-26T17:40:32Z | 0 | 0 | 0900006480abc3b6 | ||||
| FWS-R9-FHC-2008-0015-1397 | FWS | Injurious Wildlife Species; Constrictor Snakes from Python, Boa, and Eunectes Genera FWS-R9-FHC-2008-0015 | Injurious Wildlife Species: Listing the Boa Constrictor, Four Python Species, and Four Anaconda Species as Injurious Reptiles | Proposed Rule | 2010-03-12T05:00:00Z | 2010 | 3 | 2010-03-12T05:00:00Z | 2010-05-12T03:59:59Z | 2013-02-26T17:40:32Z | 2010-04956 | 0 | 0 | 0900006480abc25c | |
| FWS-R9-FHC-2008-0015-1400 | FWS | Injurious Wildlife Species; Constrictor Snakes from Python, Boa, and Eunectes Genera FWS-R9-FHC-2008-0015 | Draft Economic Analysis | Supporting & Related Material | 2010-03-12T05:00:00Z | 2010 | 3 | 2013-02-26T17:40:32Z | 0 | 0 | 0900006480abc3b2 | ||||
| FWS-R9-FHC-2008-0015-1399 | FWS | Injurious Wildlife Species; Constrictor Snakes from Python, Boa, and Eunectes Genera FWS-R9-FHC-2008-0015 | Draft Environmental Assessment | Supporting & Related Material | 2010-03-12T05:00:00Z | 2010 | 3 | 2013-02-26T17:40:32Z | 0 | 0 | 0900006480abc3ae |
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);