documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "FWS-R9-FHC-2008-0015" and posted_year = 2012 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, last_modified, withdrawn, posted_date (date), comment_start_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-4564 | FWS | Injurious Wildlife Species; Constrictor Snakes from Python, Boa, and Eunectes Genera FWS-R9-FHC-2008-0015 | Final Regulatory Flexibility Analysis for Listing Constrictor Snake Species as Injurious Under the Lacey Act | Supporting & Related Material | Reference (internal unless indicated) | 2012-01-23T05:00:00Z | 2012 | 1 | 2013-02-26T17:42:54Z | 0 | 0 | 0900006480f9e6ca | |||
| FWS-R9-FHC-2008-0015-4565 | FWS | Injurious Wildlife Species; Constrictor Snakes from Python, Boa, and Eunectes Genera FWS-R9-FHC-2008-0015 | Final Environmental Assessment for Listing Large Constrictor Snakes As Injurious Wildlife Under the Lacey Act | Supporting & Related Material | Environmental Assessment | 2012-01-23T05:00:00Z | 2012 | 1 | 2013-02-26T17:42:54Z | 0 | 0 | 0900006480f9e6cb | |||
| FWS-R9-FHC-2008-0015-4563 | FWS | Injurious Wildlife Species; Constrictor Snakes from Python, Boa, and Eunectes Genera FWS-R9-FHC-2008-0015 | Final Economic Analysis for Rulemaking to List Four Constrictor Snake Species Under the Lacey Act | Supporting & Related Material | Economic Analysis | 2012-01-23T05:00:00Z | 2012 | 1 | 2013-02-26T17:42:54Z | 0 | 0 | 0900006480f9e5ec | |||
| FWS-R9-FHC-2008-0015-4568 | FWS | Injurious Wildlife Species; Constrictor Snakes from Python, Boa, and Eunectes Genera FWS-R9-FHC-2008-0015 | References Used in the Evaluation of Nine Species of Large Constictor Snakes as Injurious | Supporting & Related Material | Reference (internal unless indicated) | 2012-01-23T05:00:00Z | 2012 | 1 | 2013-02-26T17:42:54Z | 0 | 0 | 0900006480fa15ec | |||
| FWS-R9-FHC-2008-0015-4569 | FWS | Injurious Wildlife Species; Constrictor Snakes from Python, Boa, and Eunectes Genera FWS-R9-FHC-2008-0015 | Finding of No Significant Impact: Listing Four Large Constrictor Snakes as Injurious Wildlife unde the Lacey Act | Supporting & Related Material | Finding of no Significant Impact | 2012-01-23T05:00:00Z | 2012 | 1 | 2013-02-26T17:42:54Z | 0 | 0 | 0900006480fa15ed | |||
| FWS-R9-FHC-2008-0015-4566 | FWS | Injurious Wildlife Species; Constrictor Snakes from Python, Boa, and Eunectes Genera FWS-R9-FHC-2008-0015 | Section 7 Intra-Service Consultation: Injurious Wildlife Listing of Four Large Constrictor Snakes Under the Lacey Act | Supporting & Related Material | Reference (internal unless indicated) | 2012-01-23T05:00:00Z | 2012 | 1 | 2013-02-26T17:42:54Z | 0 | 0 | 0900006480f9e6cc | |||
| FWS-R9-FHC-2008-0015-4562 | FWS | Injurious Wildlife Species; Constrictor Snakes from Python, Boa, and Eunectes Genera FWS-R9-FHC-2008-0015 | Injurious Wildlife Species: Listing Three Python Species and One Anaconda Species as Injurious Reptiles | Rule | 2012-01-23T05:00:00Z | 2012 | 1 | 2012-01-23T05:00:00Z | 2012-01-23T13:35:05Z | 2012-01155 | 0 | 0 | 0900006480fa126a | ||
| FWS-R9-FHC-2008-0015-4567 | FWS | Injurious Wildlife Species; Constrictor Snakes from Python, Boa, and Eunectes Genera FWS-R9-FHC-2008-0015 | References Used in the Evaluation of Nine Species of Large Constrictor Snakes as Injurious | Supporting & Related Material | 2012-01-23T00:00:00Z | 2012 | 1 | 2013-02-26T17:42:54Z | 0 | 1 | 0900006480f9e6cd |
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);