home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

8 rows where docket_id = "FWS-R2-ES-2012-0035" and posted_year = 2013 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, comment_start_date, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 3

  • Supporting & Related Material 5
  • Proposed Rule 2
  • Rule 1

posted_year 1

  • 2013 · 8 ✖

agency_id 1

  • FWS 8
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-2012-0035-0347 FWS Endangered Status for Salado, Georgetown, Jollyville Plateau, and Austin Blind Salamanders in Central Texas FWS-R2-ES-2012-0035 Refined Impervious Cover Analysis - Appendix C Supporting & Related Material   2013-08-20T04:00:00Z 2013 8     2013-08-20T15:22:28Z   0 0 09000064813ba735
FWS-R2-ES-2012-0035-0342 FWS Endangered Status for Salado, Georgetown, Jollyville Plateau, and Austin Blind Salamanders in Central Texas FWS-R2-ES-2012-0035 Endangered and Threatened Wildlife and Plants: Determination of Endangered Species Status for the Austin Blind Salamander and Threatened Species Status for the Jollyville Plateau Salamander Throughout Their Ranges Rule   2013-08-20T04:00:00Z 2013 8 2013-08-20T04:00:00Z   2013-08-20T15:22:02Z 2013-19715 0 0 09000064813bacec
FWS-R2-ES-2012-0035-0345 FWS Endangered Status for Salado, Georgetown, Jollyville Plateau, and Austin Blind Salamanders in Central Texas FWS-R2-ES-2012-0035 Refined Impervious Cover Analysis - Appendix A Supporting & Related Material Technical Support Document 2013-08-20T04:00:00Z 2013 8     2013-08-20T15:22:28Z   0 0 09000064813ba6f0
FWS-R2-ES-2012-0035-0344 FWS Endangered Status for Salado, Georgetown, Jollyville Plateau, and Austin Blind Salamanders in Central Texas FWS-R2-ES-2012-0035 Refined Impervious Cover Analysis for the Four Central Texas Salamanders Supporting & Related Material Technical Support Document 2013-08-20T04:00:00Z 2013 8     2013-08-20T15:22:27Z   0 0 09000064813b978b
FWS-R2-ES-2012-0035-0343 FWS Endangered Status for Salado, Georgetown, Jollyville Plateau, and Austin Blind Salamanders in Central Texas FWS-R2-ES-2012-0035 Literature Cited for the Final Listing Rule for the Austin Blind and Jollyville Plateau Salamanders Supporting & Related Material Reference (internal unless indicated) 2013-08-20T04:00:00Z 2013 8     2013-08-20T15:22:27Z   0 0 09000064813b978a
FWS-R2-ES-2012-0035-0346 FWS Endangered Status for Salado, Georgetown, Jollyville Plateau, and Austin Blind Salamanders in Central Texas FWS-R2-ES-2012-0035 Refined Impervious Cover Analysis - Appendix B Supporting & Related Material Technical Support Document 2013-08-20T04:00:00Z 2013 8     2013-08-20T15:22:28Z   0 0 09000064813ba6f2
FWS-R2-ES-2012-0035-0348 FWS Endangered Status for Salado, Georgetown, Jollyville Plateau, and Austin Blind Salamanders in Central Texas FWS-R2-ES-2012-0035 Endangered and Threatened Wildlife and Plants: 6-Month Extension of Final Determination for the Listing of the Georgetown Salamander and Salado Salamander Proposed Rule   2013-08-20T04:00:00Z 2013 8 2013-08-20T04:00:00Z 2013-09-20T03:59:59Z 2013-09-22T00:39:26Z 2013-19705 0 0 09000064813badbc
FWS-R2-ES-2012-0035-0327 FWS Endangered Status for Salado, Georgetown, Jollyville Plateau, and Austin Blind Salamanders in Central Texas FWS-R2-ES-2012-0035 Endangered and Threatened Wildlife and Plants: Endangered Status for Four Central Texas Salamanders and Designation of Critical Habitat Proposed Rule   2013-01-25T05:00:00Z 2013 1 2013-01-25T05:00:00Z 2013-03-12T03:59:59Z 2013-03-20T02:02:25Z 2013-01307 0 0 09000064811d80af

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 765.431ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API