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-2012-0068" sorted by posted_date descending

✎ View and edit SQL

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

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

posted_year 2

  • 2012 4
  • 2013 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-R4-ES-2012-0068-0021 FWS Listing of the Spring Pygmy Sunfish as Threatened FWS-R4-ES-2012-0068 Endangered and Threatened Wildlife and Plants: Threatened Species Status for Spring Pygmy Sunfish Rule   2013-10-02T04:00:00Z 2013 10 2013-10-02T04:00:00Z   2013-10-17T15:14:29Z 2013-23726 0 0 09000064814439c3
FWS-R4-ES-2012-0068-0014 FWS Listing of the Spring Pygmy Sunfish as Threatened FWS-R4-ES-2012-0068 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 09000064812abeb3
FWS-R4-ES-2012-0068-0015 FWS Listing of the Spring Pygmy Sunfish as Threatened FWS-R4-ES-2012-0068 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-29T14:10:12Z   0 0 09000064812a9f69
FWS-R4-ES-2012-0068-0004 FWS Listing of the Spring Pygmy Sunfish as Threatened FWS-R4-ES-2012-0068 Peer Review of Scientific Information Plan Supporting & Related Material Fact/Data Sheet 2012-10-12T04:00:00Z 2012 10     2012-10-12T13:31:49Z   0 0 090000648113ea04
FWS-R4-ES-2012-0068-0003 FWS Listing of the Spring Pygmy Sunfish as Threatened FWS-R4-ES-2012-0068 Petition to List the Spring Pygmy Sunfish as Endangered Supporting & Related Material Petition 2012-10-02T04:00:00Z 2012 10     2012-10-02T14:04:46Z   0 0 090000648113015e
FWS-R4-ES-2012-0068-0001 FWS Listing of the Spring Pygmy Sunfish as Threatened FWS-R4-ES-2012-0068 Endangered and Threatened Wildlife and Plants: 12-Month Petition Finding, Listing of the Spring Pygmy Sunfish as Threatened, and Designation of Critical Habitat Proposed Rule   2012-10-02T04:00:00Z 2012 10 2012-10-02T04:00:00Z 2012-12-04T04:59:59Z 2013-01-31T03:01:37Z 2012-23854 0 0 0900006481130e08
FWS-R4-ES-2012-0068-0002 FWS Listing of the Spring Pygmy Sunfish as Threatened FWS-R4-ES-2012-0068 Literature Cited for 12-Month Finding for Spring Pygmy Sunfish Supporting & Related Material Index 2012-10-02T04:00:00Z 2012 10     2012-10-02T14:04:46Z   0 0 090000648113015b

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 34.803ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API