documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "FWS-HQ-BPHR-2015-0074" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date (date), comment_start_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-HQ-BPHR-2015-0074-0005 | FWS | Identification and Proposed Listing of Eleven Distinct Population Segments of Green Sea Turtles (Chelonia mydas) as Endangered or Threatened and Revision of Current Listings FWS-HQ-BPHR-2015-0074 | Endangered and Threatened Species: Eleven Distinct Population Segments of the Green Sea Turtle (Chelonia mydas); Listing and Revision of Current Listings | Rule | 2016-04-06T04:00:00Z | 2016 | 4 | 2016-04-06T04:00:00Z | 2016-04-06T13:21:35Z | 2016-07587 | 0 | 0 | 0900006481f2dcf4 | ||
| FWS-HQ-BPHR-2015-0074-0004 | FWS | Identification and Proposed Listing of Eleven Distinct Population Segments of Green Sea Turtles (Chelonia mydas) as Endangered or Threatened and Revision of Current Listings FWS-HQ-BPHR-2015-0074 | Endangered and Threatened Species: Green Sea Turtles (Chelonia mydas); Identification and Listing of Eleven Distinct Population Segments as Endangered or Threatened and Revision of Current Listings | Proposed Rule | 2015-08-26T04:00:00Z | 2015 | 8 | 2015-08-26T04:00:00Z | 2015-08-26T13:29:13Z | 2015-21150 | 0 | 0 | 0900006481c3a975 | ||
| FWS-HQ-BPHR-2015-0074-0003 | FWS | Identification and Proposed Listing of Eleven Distinct Population Segments of Green Sea Turtles (Chelonia mydas) as Endangered or Threatened and Revision of Current Listings FWS-HQ-BPHR-2015-0074 | Endangered and Threatened Species: Identification and Proposed Listing of Eleven Distinct Population Segments of Green Sea Turtles (Chelonia mydas) as Endangered or Threatened and Revision of Current Listings; Second Extension of Comment Period | Proposed Rule | 2015-07-27T04:00:00Z | 2015 | 7 | 2015-07-27T04:00:00Z | 2015-07-27T13:16:15Z | 2015-18246 | 0 | 0 | 0900006481ba6763 | ||
| FWS-HQ-BPHR-2015-0074-0001 | FWS | Identification and Proposed Listing of Eleven Distinct Population Segments of Green Sea Turtles (Chelonia mydas) as Endangered or Threatened and Revision of Current Listings FWS-HQ-BPHR-2015-0074 | Endangered and Threatened Species Identification and Proposed Listing of Eleven Distinct Population Segments of Green Sea Turtles (Chelonia mydas) as Endangered or Threatened and Revision of Current Listings; Public Hearings; Extension of Comment Period | Proposed Rule | 2015-06-17T04:00:00Z | 2015 | 6 | 2015-06-17T04:00:00Z | 2015-06-17T16:55:45Z | 2015-14906 | 0 | 0 | 0900006481b412e0 | ||
| FWS-HQ-BPHR-2015-0074-0002 | FWS | Identification and Proposed Listing of Eleven Distinct Population Segments of Green Sea Turtles (Chelonia mydas) as Endangered or Threatened and Revision of Current Listings FWS-HQ-BPHR-2015-0074 | Endangered and Threatened Wildlife and Plants: Identification and Proposed Listing of Eleven Distinct Population Segments of Green Sea Turtles (Chelonia mydas); Revision | Proposed Rule | 2015-03-23T04:00:00Z | 2015 | 3 | 2015-06-17T17:04:33Z | 2015-06136 | 0 | 0 | 0900006481b42336 |
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);