documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "FWS-R1-ES-2009-0010" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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-R1-ES-2009-0010-0011 | FWS | Oregon Chub Critical Habitat FWS-R1-ES-2009-0010 | Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for Oregon Chub; Correction | Rule | 2010-04-09T04:00:00Z | 2010 | 4 | 2010-04-09T04:00:00Z | 2013-02-26T18:14:00Z | 2010-07951 | 0 | 0 | 0900006480ad3ed2 | ||
| FWS-R1-ES-2009-0010-0010 | FWS | Oregon Chub Critical Habitat FWS-R1-ES-2009-0010 | Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for Oregon Chub | Rule | 2010-03-10T17:27:07Z | 2010 | 3 | 2013-02-26T18:13:45Z | 2010-04654 | 0 | 0 | 0900006480ab9dd5 | |||
| FWS-R1-ES-2009-0010-0007 | FWS | Oregon Chub Critical Habitat FWS-R1-ES-2009-0010 | Notice of Availability of Economic Analysis | Notice | 2009-09-22T04:00:00Z | 2009 | 9 | 2009-09-22T04:00:00Z | 2009-10-23T03:59:59Z | 2013-02-26T18:13:36Z | 0 | 0 | 0900006480a29014 | ||
| FWS-R1-ES-2009-0010-0006 | FWS | Oregon Chub Critical Habitat FWS-R1-ES-2009-0010 | Endangered and Threatened Wildlife and Plants; Designation of Critical Habitat for the Oregon Chub | Rule | 2009-09-22T04:00:00Z | 2009 | 9 | 2009-09-21T04:00:00Z | 2009-10-22T03:59:59Z | 2013-02-26T18:13:35Z | E9-22801 | 0 | 0 | 0900006480a28876 | |
| FWS-R1-ES-2009-0010-0001 | FWS | Oregon Chub Critical Habitat FWS-R1-ES-2009-0010 | Proposed rule; Designation of Critical Habitat for the Oregon Chub (Oregonichthys crameri) | Proposed Rule | 2009-03-10T04:00:00Z | 2009 | 3 | 2009-03-10T04:00:00Z | 2009-05-12T03:59:59Z | 2013-02-26T18:13:35Z | E9-04528 | 0 | 0 | 09000064809022bf |
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);