documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-R4-ES-2010-0003" 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)
document_type 3
agency_id 1
- FWS 7
| 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-R4-ES-2010-0003-0008 | FWS | Designation of Critical Habitat for Carex lutea (Golden sedge) FWS-R4-ES-2010-0003 | Economic Analysis | Supporting & Related Material | 2011-04-22T04:00:00Z | 2011 | 4 | 2013-02-26T17:26:15Z | 0 | 0 | 0900006480c36023 | ||||
| FWS-R4-ES-2010-0003-0009 | FWS | Designation of Critical Habitat for Carex lutea (Golden sedge) FWS-R4-ES-2010-0003 | Economic Analysis | Supporting & Related Material | 2011-04-22T04:00:00Z | 2011 | 4 | 2013-02-26T17:26:15Z | 0 | 0 | 0900006480c36024 | ||||
| FWS-R4-ES-2010-0003-0007 | FWS | Designation of Critical Habitat for Carex lutea (Golden sedge) FWS-R4-ES-2010-0003 | Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for Carex lutea (Golden Sedge) | Rule | 2011-03-01T05:00:00Z | 2011 | 3 | 2011-03-01T05:00:00Z | 2011-06-11T16:43:06Z | 2011-04036 | 0 | 0 | 0900006480bfb73e | ||
| FWS-R4-ES-2010-0003-0005 | FWS | Designation of Critical Habitat for Carex lutea (Golden sedge) FWS-R4-ES-2010-0003 | Draft Economic Analysis | Supporting & Related Material | 2011-01-26T05:00:00Z | 2011 | 1 | 2013-02-26T17:26:14Z | 0 | 0 | 0900006480bd2e54 | ||||
| FWS-R4-ES-2010-0003-0006 | FWS | Designation of Critical Habitat for Carex lutea (Golden sedge) FWS-R4-ES-2010-0003 | References Cited | Supporting & Related Material | 2011-01-26T05:00:00Z | 2011 | 1 | 2013-02-26T17:26:14Z | 0 | 0 | 0900006480bd2e56 | ||||
| FWS-R4-ES-2010-0003-0003 | FWS | Designation of Critical Habitat for Carex lutea (Golden sedge) FWS-R4-ES-2010-0003 | Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for Carex lutea (Golden Sedge) | Proposed Rule | 2010-08-03T04:00:00Z | 2010 | 8 | 2010-08-03T04:00:00Z | 2010-09-03T03:59:59Z | 2011-06-11T16:43:06Z | 2010-18760 | 0 | 0 | 0900006480b2740f | |
| FWS-R4-ES-2010-0003-0001 | FWS | Designation of Critical Habitat for Carex lutea (Golden sedge) FWS-R4-ES-2010-0003 | Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for Carex lutea (Golden Sedge) | Proposed Rule | 2010-03-10T05:00:00Z | 2010 | 3 | 2010-03-10T05:00:00Z | 2010-05-11T03:59:59Z | 2013-02-26T17:26:09Z | 2010-04653 | 0 | 0 | 0900006480ab9da1 |
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);