documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "FWS-R2-ES-2020-0048" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, 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-R2-ES-2020-0048-0032 | FWS | Endangered and Threatened Wildlife and Plants; Critical Habitat Designation for the Georgetown Salamander and Salado Salamander FWS-R2-ES-2020-0048 | Updated Georgetown and Salado Salamanders Screening Memo 4.13.21 | Supporting & Related Material | Environmental Report | 2021-08-26T04:00:00Z | 2021 | 8 | 2021-08-26T11:36:12Z | 0 | 0 | 0900006484ca8a2b | |||
| FWS-R2-ES-2020-0048-0030 | FWS | Endangered and Threatened Wildlife and Plants; Critical Habitat Designation for the Georgetown Salamander and Salado Salamander FWS-R2-ES-2020-0048 | Endangered and Threatened Species: Designation of Critical Habitat for the Georgetown and Salado Salamanders | Rule | 2021-08-18T04:00:00Z | 2021 | 8 | 2021-08-18T12:04:16Z | 2021-17600 | 0 | 0 | 0900006484c777c4 | |||
| FWS-R2-ES-2020-0048-0031 | FWS | Endangered and Threatened Wildlife and Plants; Critical Habitat Designation for the Georgetown Salamander and Salado Salamander FWS-R2-ES-2020-0048 | Literature Cited for Final Rule | Supporting & Related Material | Reference (external attachments) | 2021-08-18T04:00:00Z | 2021 | 8 | 2021-08-18T12:04:26Z | 0 | 0 | 0900006484c6a879 | |||
| FWS-R2-ES-2020-0048-0004 | FWS | Endangered and Threatened Wildlife and Plants; Critical Habitat Designation for the Georgetown Salamander and Salado Salamander FWS-R2-ES-2020-0048 | Final_Georgetown and Salado Salamanders Screening Memo | Supporting & Related Material | Economic Analysis | 2020-09-24T04:00:00Z | 2020 | 9 | 2020-09-24T15:04:57Z | 0 | 0 | 09000064848768b7 | |||
| FWS-R2-ES-2020-0048-0005 | FWS | Endangered and Threatened Wildlife and Plants; Critical Habitat Designation for the Georgetown Salamander and Salado Salamander FWS-R2-ES-2020-0048 | GT Salado Sal IEM | Supporting & Related Material | Economic Analysis | 2020-09-24T04:00:00Z | 2020 | 9 | 2020-09-24T15:05:23Z | 0 | 0 | 09000064848768b8 | |||
| FWS-R2-ES-2020-0048-0002 | FWS | Endangered and Threatened Wildlife and Plants; Critical Habitat Designation for the Georgetown Salamander and Salado Salamander FWS-R2-ES-2020-0048 | Literature Cited pCH Georgetown Salado Salamanders | Supporting & Related Material | Reference (external attachments) | 2020-09-15T04:00:00Z | 2020 | 9 | 2020-09-15T11:56:39Z | 0 | 0 | 09000064848579c2 | |||
| FWS-R2-ES-2020-0048-0001 | FWS | Endangered and Threatened Wildlife and Plants; Critical Habitat Designation for the Georgetown Salamander and Salado Salamander FWS-R2-ES-2020-0048 | Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for the Georgetown and Salado Salamanders | Proposed Rule | 2020-09-15T04:00:00Z | 2020 | 9 | 2020-09-15T04:00:00Z | 2020-11-17T04:59:59Z | 2020-11-18T02:01:38Z | 2020-17921 | 0 | 0 | 090000648485925c |
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);