documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-R9-ES-2011-0003" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, 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-R9-ES-2011-0003-0032 | FWS | Reclassify the Straight-Horned Markhor of Torghar Hills as Threatened FWS-R9-ES-2011-0003 | Endangered and Threatened Wildlife and Plants: Listing the Straight-Horned Markhor as Threatened With a Rule Under Section 4(d) of the ESA | Rule | 2014-10-07T04:00:00Z | 2014 | 10 | 2014-10-07T04:00:00Z | 2014-10-07T13:41:08Z | 2014-23671 | 0 | 0 | 09000064818aefde | ||
| FWS-R9-ES-2011-0003-0019 | FWS | Reclassify the Straight-Horned Markhor of Torghar Hills as Threatened FWS-R9-ES-2011-0003 | Endangered and Threatened Wildlife and Plants: Listing the Straight-Horned Markhor as Threatened With Special Rule; Revision | Proposed Rule | 2013-12-05T05:00:00Z | 2013 | 12 | 2013-12-05T05:00:00Z | 2014-02-04T04:59:59Z | 2014-02-05T02:02:40Z | 2013-28879 | 0 | 0 | 09000064814a9eeb | |
| FWS-R9-ES-2011-0003-0020 | FWS | Reclassify the Straight-Horned Markhor of Torghar Hills as Threatened FWS-R9-ES-2011-0003 | Literature Cited for Reclassifying the Straight-Horned Markor as Threatened | Supporting & Related Material | Reference (external attachments) | 2013-12-05T05:00:00Z | 2013 | 12 | 2013-12-05T21:12:10Z | 0 | 0 | 09000064814abacd | |||
| FWS-R9-ES-2011-0003-0008 | FWS | Reclassify the Straight-Horned Markhor of Torghar Hills as Threatened FWS-R9-ES-2011-0003 | Literature Cited for Reclassifying the Straight-Horned Markhor with Special Rule | Supporting & Related Material | Index | 2012-08-07T04:00:00Z | 2012 | 8 | 2013-02-26T17:35:13Z | 0 | 0 | 09000064810be07f | |||
| FWS-R9-ES-2011-0003-0007 | FWS | Reclassify the Straight-Horned Markhor of Torghar Hills as Threatened FWS-R9-ES-2011-0003 | Endangered and Threatened Wildlife and Plants: Reclassifying the Straight-Horned Markhor with Special Rule | Proposed Rule | 2012-08-07T04:00:00Z | 2012 | 8 | 2012-08-07T04:00:00Z | 2012-10-10T03:59:59Z | 2012-10-11T02:01:14Z | 2012-19071 | 0 | 0 | 09000064810c48a7 | |
| FWS-R9-ES-2011-0003-0001 | FWS | Reclassify the Straight-Horned Markhor of Torghar Hills as Threatened FWS-R9-ES-2011-0003 | Endangered and Threatened Wildlife and Plants: 90-Day Finding on Petition to Reclassify Straight-Horned Markhor (Capra falconeri jerdoni) of Torghar Hills as Threatened | Proposed Rule | 2011-06-02T04:00:00Z | 2011 | 6 | 2011-06-02T04:00:00Z | 2011-08-02T03:59:59Z | 2012-10-06T02:01:21Z | 2011-13671 | 0 | 0 | 0900006480e398cc | |
| FWS-R9-ES-2011-0003-0002 | FWS | Reclassify the Straight-Horned Markhor of Torghar Hills as Threatened FWS-R9-ES-2011-0003 | 76 FR 31903-31906 Literature Cited for 90-Day Finding | Supporting & Related Material | 2011-06-02T04:00:00Z | 2011 | 6 | 2013-02-26T17:23:35Z | 0 | 0 | 0900006480e34f62 |
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);