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

7 rows where docket_id = "FWS-R4-ES-2013-0010" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 4

  • 2013 2
  • 2014 2
  • 2019 2
  • 2018 1

document_type 3

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

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-R4-ES-2013-0010-0038 FWS Designation of Critical Habitat for Spring Pygmy Sunfish FWS-R4-ES-2013-0010 Literature Cited for Final Rule - Spring Pygmy Sunfish Supporting & Related Material Reference (external attachments) 2019-05-30T04:00:00Z 2019 5     2019-05-30T19:44:55Z   0 0 0900006483cd9955
FWS-R4-ES-2013-0010-0037 FWS Designation of Critical Habitat for Spring Pygmy Sunfish FWS-R4-ES-2013-0010 Endangered and Threatened Species: Designationof Critical Habitat for Spring Pygmy Sunfish Rule   2019-05-30T04:00:00Z 2019 5 2019-05-30T04:00:00Z   2019-05-30T14:31:22Z 2019-11302 0 0 0900006483cd5a1e
FWS-R4-ES-2013-0010-0014 FWS Designation of Critical Habitat for Spring Pygmy Sunfish FWS-R4-ES-2013-0010 Endangered and Threatened Species: Designation of Critical Habitat for the Spring Pygmy Sunfish Proposed Rule   2018-11-05T05:00:00Z 2018 11 2018-11-05T05:00:00Z 2018-12-06T04:59:59Z 2018-12-07T02:07:09Z 2018-24162 0 0 09000064838988a2
FWS-R4-ES-2013-0010-0009 FWS Designation of Critical Habitat for Spring Pygmy Sunfish FWS-R4-ES-2013-0010 Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for the Spring Pygmy Sunfish Proposed Rule   2014-02-05T05:00:00Z 2014 2 2014-02-05T05:00:00Z 2014-03-08T04:59:59Z 2014-03-08T02:04:19Z 2014-02415 0 0 090000648154922f
FWS-R4-ES-2013-0010-0008 FWS Designation of Critical Habitat for Spring Pygmy Sunfish FWS-R4-ES-2013-0010 12-Month Petition Finding, Listing of the Spring Pygmy Sunfish as Threatened, and Designation of Critical Habitat; Proposed Rule Proposed Rule Notice of Proposed Rulemaking (NPRM) 2014-01-13T05:00:00Z 2014 1 2014-01-13T05:00:00Z   2014-01-13T19:52:11Z   0 0 090000648150412a
FWS-R4-ES-2013-0010-0001 FWS Designation of Critical Habitat for Spring Pygmy Sunfish FWS-R4-ES-2013-0010 Endangered and Threatened Wildlife and Plants: Threatened Status for the Spring Pygmy Sunfish and Designation of Critical Habitat Proposed Rule   2013-04-29T04:00:00Z 2013 4 2013-04-29T04:00:00Z 2013-05-30T03:59:59Z 2013-05-30T01:02:10Z 2013-09974 0 0 09000064812ac2cf
FWS-R4-ES-2013-0010-0002 FWS Designation of Critical Habitat for Spring Pygmy Sunfish FWS-R4-ES-2013-0010 Draft Economic Analysis of Critical Habitat Designation for Spring Pygmy Sunfish Supporting & Related Material Economic Analysis 2013-04-29T04:00:00Z 2013 4     2013-04-29T15:53:58Z   0 0 09000064812a9f6a

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 11.413ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API