documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "FWS-R2-ES-2014-0008" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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 6
| 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-R2-ES-2014-0008-0045 | FWS | Special Rule for the Georgetown Salamander FWS-R2-ES-2014-0008 | Endangered and Threatened Wildlife and Plants: 4(d) Rule for the Georgetown Salamander | Rule | 2015-08-07T04:00:00Z | 2015 | 8 | 2015-08-07T04:00:00Z | 2015-08-07T13:14:52Z | 2015-19335 | 0 | 0 | 0900006481bca52b | ||
| FWS-R2-ES-2014-0008-0024 | FWS | Special Rule for the Georgetown Salamander FWS-R2-ES-2014-0008 | UDC Chapter 11 and Appendix A | Supporting & Related Material | Technical Support Document | 2015-04-09T04:00:00Z | 2015 | 4 | 2015-04-09T15:42:49Z | 0 | 0 | 0900006481a955fe | |||
| FWS-R2-ES-2014-0008-0023 | FWS | Special Rule for the Georgetown Salamander FWS-R2-ES-2014-0008 | Georgetown Salamander Draft Environmental Assessment | Supporting & Related Material | Environmental Assessment | 2015-04-09T04:00:00Z | 2015 | 4 | 2015-04-09T15:42:49Z | 0 | 0 | 0900006481a955fd | |||
| FWS-R2-ES-2014-0008-0022 | FWS | Special Rule for the Georgetown Salamander FWS-R2-ES-2014-0008 | Endangered and Threatened Wildlife and Plants: Georgetown Salamander; 4(d) Rule | Proposed Rule | 2015-04-09T04:00:00Z | 2015 | 4 | 2015-04-09T04:00:00Z | 2015-05-12T03:59:59Z | 2015-05-13T01:36:04Z | 2015-08093 | 0 | 0 | 0900006481a96d06 | |
| FWS-R2-ES-2014-0008-0001 | FWS | Special Rule for the Georgetown Salamander FWS-R2-ES-2014-0008 | Endangered and Threatened Wildlife and Plants: Special Rule for the Georgetown Salamander | Proposed Rule | 2014-02-24T05:00:00Z | 2014 | 2 | 2014-02-24T05:00:00Z | 2014-04-26T03:59:59Z | 2014-04-26T01:02:26Z | 2014-03719 | 0 | 0 | 09000064815a6755 | |
| FWS-R2-ES-2014-0008-0002 | FWS | Special Rule for the Georgetown Salamander FWS-R2-ES-2014-0008 | City of Georgetown Ordinance 2013-59 | Supporting & Related Material | 2014-02-24T05:00:00Z | 2014 | 2 | 2014-02-24T14:59:09Z | 0 | 0 | 0900006481579937 |
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);