documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-R7-MB-2009-0082" 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-R7-MB-2009-0082-0011 | FWS | Migratory Bird Subsistence Harvest in Alaska; Harvest Regulations for Migratory Birds in Alaska During the 2010 Season FWS-R7-MB-2009-0082 | Biological Opinion - Appendices | Supporting & Related Material | 2010-04-19T04:00:00Z | 2010 | 4 | 2013-02-26T17:08:33Z | 0 | 0 | 0900006480ada839 | ||||
| FWS-R7-MB-2009-0082-0009 | FWS | Migratory Bird Subsistence Harvest in Alaska; Harvest Regulations for Migratory Birds in Alaska During the 2010 Season FWS-R7-MB-2009-0082 | Biological Opinion | Supporting & Related Material | 2010-04-19T04:00:00Z | 2010 | 4 | 2013-02-26T17:08:33Z | 0 | 0 | 0900006480ada837 | ||||
| FWS-R7-MB-2009-0082-0010 | FWS | Migratory Bird Subsistence Harvest in Alaska; Harvest Regulations for Migratory Birds in Alaska During the 2010 Season FWS-R7-MB-2009-0082 | FONSI | Supporting & Related Material | 2010-04-19T04:00:00Z | 2010 | 4 | 2013-02-26T17:08:33Z | 0 | 0 | 0900006480ada838 | ||||
| FWS-R7-MB-2009-0082-0008 | FWS | Migratory Bird Subsistence Harvest in Alaska; Harvest Regulations for Migratory Birds in Alaska During the 2010 Season FWS-R7-MB-2009-0082 | Migratory Bird Subsistence Harvest in Alaska: Harvest Regulations for Migratory Birds in Alaska During 2010 Season | Rule | 2010-04-13T04:00:00Z | 2010 | 4 | 2010-04-13T04:00:00Z | 2013-02-26T17:08:33Z | 2010-08382 | 0 | 0 | 0900006480ad663e | ||
| FWS-R7-MB-2009-0082-0007 | FWS | Migratory Bird Subsistence Harvest in Alaska; Harvest Regulations for Migratory Birds in Alaska During the 2010 Season FWS-R7-MB-2009-0082 | Environmental Assessment on 2010 Season | Supporting & Related Material | 2010-02-23T05:00:00Z | 2010 | 2 | 2013-02-26T17:08:32Z | 0 | 0 | 0900006480aabd87 | ||||
| FWS-R7-MB-2009-0082-0002 | FWS | Migratory Bird Subsistence Harvest in Alaska; Harvest Regulations for Migratory Birds in Alaska During the 2010 Season FWS-R7-MB-2009-0082 | Migratory Bird Subsistence Harvest in Alaska; Harvest Regulations for Migratory Birds in Alaska During the 2010 Season | Proposed Rule | 2010-01-25T05:00:00Z | 2010 | 1 | 2010-01-25T05:00:00Z | 2010-02-19T04:59:59Z | 2013-02-26T17:08:32Z | 2010-01344 | 0 | 0 | 0900006480a83034 | |
| FWS-R7-MB-2009-0082-0001 | FWS | Migratory Bird Subsistence Harvest in Alaska; Harvest Regulations for Migratory Birds in Alaska During the 2010 Season FWS-R7-MB-2009-0082 | Migratory Bird Subsistence Harvest in Alaska; Harvest Regulations for Migratory Birds in Alaska During the 2010 Season | Proposed Rule | 2009-11-20T05:00:00Z | 2009 | 11 | 2009-11-20T05:00:00Z | 2010-01-20T04:59:59Z | 2013-02-26T17:08:31Z | E9-27870 | 0 | 0 | 0900006480a5b4d3 |
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);