documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-R1-ES-2013-0028" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, 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-R1-ES-2013-0028-0121 | FWS | Designation of Critical Habitat for Bidens micrantha ssp. ctenophylla (kookoolau), Isodendrion pyrifolium (wahine noho kua), and Mezoneuron kavaiense (uhiuhi)) on Hawaii Island FWS-R1-ES-2013-0028 | Endangered and Threatened Species: Designation of Critical Habitat for Three Plant Species on Hawaii Island | Rule | 2018-08-21T04:00:00Z | 2018 | 8 | 2018-08-21T04:00:00Z | 2018-08-21T13:06:22Z | 2018-17514 | 0 | 0 | 090000648363cf7e | ||
| FWS-R1-ES-2013-0028-0122 | FWS | Designation of Critical Habitat for Bidens micrantha ssp. ctenophylla (kookoolau), Isodendrion pyrifolium (wahine noho kua), and Mezoneuron kavaiense (uhiuhi)) on Hawaii Island FWS-R1-ES-2013-0028 | Supplemental Information for the Designation and Nondesignation of Critical Habitat for Three Species on Hawaii Island | Supporting & Related Material | Background Material | 2018-08-21T04:00:00Z | 2018 | 8 | 2018-08-21T13:12:33Z | 0 | 0 | 090000648363d831 | |||
| FWS-R1-ES-2013-0028-0110 | FWS | Designation of Critical Habitat for Bidens micrantha ssp. ctenophylla (kookoolau), Isodendrion pyrifolium (wahine noho kua), and Mezoneuron kavaiense (uhiuhi)) on Hawaii Island FWS-R1-ES-2013-0028 | Endangered and Threatened Wildlife and Plants: Designating Critical Habitat for Three Plant Species on Hawaii Island | Proposed Rule | 2016-05-20T04:00:00Z | 2016 | 5 | 2016-05-20T04:00:00Z | 2016-06-07T03:59:59Z | 2018-03-20T01:04:05Z | 2016-11941 | 0 | 0 | 0900006481fe3ba3 | |
| FWS-R1-ES-2013-0028-0087 | FWS | Designation of Critical Habitat for Bidens micrantha ssp. ctenophylla (kookoolau), Isodendrion pyrifolium (wahine noho kua), and Mezoneuron kavaiense (uhiuhi)) on Hawaii Island FWS-R1-ES-2013-0028 | Endangered and Threatened Wildlife and Plants: Designating Critical Habitat for Three Plant Species on Hawaii Island | Proposed Rule | 2013-07-02T04:00:00Z | 2013 | 7 | 2013-07-02T04:00:00Z | 2013-09-04T03:59:59Z | 2013-09-06T01:01:29Z | 2013-15746 | 0 | 0 | 0900006481351537 | |
| FWS-R1-ES-2013-0028-0003 | FWS | Designation of Critical Habitat for Bidens micrantha ssp. ctenophylla (kookoolau), Isodendrion pyrifolium (wahine noho kua), and Mezoneuron kavaiense (uhiuhi)) on Hawaii Island FWS-R1-ES-2013-0028 | Draft Economic Analysis of Critical Habitat Designation for Three Big Island Plants | Supporting & Related Material | Economic Analysis | 2013-04-30T04:00:00Z | 2013 | 4 | 2013-04-30T13:31:21Z | 0 | 0 | 09000064812ad1bd | |||
| FWS-R1-ES-2013-0028-0001 | FWS | Designation of Critical Habitat for Bidens micrantha ssp. ctenophylla (kookoolau), Isodendrion pyrifolium (wahine noho kua), and Mezoneuron kavaiense (uhiuhi)) on Hawaii Island FWS-R1-ES-2013-0028 | Endangered and Threatened Wildlife and Plants: Listing 15 Species on Hawaii Island as Endangered and Designating Critical Habitat for 3 Species | Proposed Rule | 2013-04-30T04:00:00Z | 2013 | 4 | 2013-04-30T04:00:00Z | 2013-05-31T03:59:59Z | 2013-07-10T01:02:31Z | 2013-10044 | 0 | 0 | 09000064812ad1b9 | |
| FWS-R1-ES-2013-0028-0002 | FWS | Designation of Critical Habitat for Bidens micrantha ssp. ctenophylla (kookoolau), Isodendrion pyrifolium (wahine noho kua), and Mezoneuron kavaiense (uhiuhi)) on Hawaii Island FWS-R1-ES-2013-0028 | Literature Cited List for Big Island Notice of Availability | Supporting & Related Material | Reference (internal unless indicated) | 2013-04-30T04:00:00Z | 2013 | 4 | 2013-04-30T13:26:30Z | 0 | 0 | 09000064812ad1ba |
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);