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 agency_id = "FWS" and docket_id = "FWS-R8-ES-2011-0013" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, 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 5
  • Proposed Rule 2
  • Rule 1

posted_year 2

  • 2012 6
  • 2011 2

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-R8-ES-2011-0013-0022 FWS Revised critical habitat for Riverside fairy shrimp FWS-R8-ES-2011-0013 UTM Coordinates for Final Rule Supporting & Related Material Technical Support Document 2012-12-12T05:00:00Z 2012 12     2012-12-12T16:41:06Z   0 0 0900006481188beb
FWS-R8-ES-2011-0013-0019 FWS Revised critical habitat for Riverside fairy shrimp FWS-R8-ES-2011-0013 Endangered and Threatened Wildlife and Plants: Revised Critical Habitat for the Riverside FairyShrimp Rule   2012-12-04T05:00:00Z 2012 12 2012-12-04T05:00:00Z   2012-12-04T16:25:23Z 2012-28250 0 0 090000648117e394
FWS-R8-ES-2011-0013-0021 FWS Revised critical habitat for Riverside fairy shrimp FWS-R8-ES-2011-0013 Economic Analysis of Critical Habitat Designation for Riverside Fairy Shrimp Supporting & Related Material Economic Analysis 2012-12-04T05:00:00Z 2012 12     2012-12-04T16:25:58Z   0 0 090000648117e19d
FWS-R8-ES-2011-0013-0020 FWS Revised critical habitat for Riverside fairy shrimp FWS-R8-ES-2011-0013 Literature Cited for Final Revised Designation of Critical Habitat for Riverside fairy shrimp (Streptocephalus woottoni) Supporting & Related Material Reference (internal unless indicated) 2012-12-04T05:00:00Z 2012 12     2012-12-04T16:25:58Z   0 0 090000648117dbb1
FWS-R8-ES-2011-0013-0017 FWS Revised critical habitat for Riverside fairy shrimp FWS-R8-ES-2011-0013 Riverside fairy shrimp DEA Supporting & Related Material Reference (internal unless indicated) 2012-03-14T04:00:00Z 2012 3     2012-03-14T17:22:23Z   0 0 0900006480fd7317
FWS-R8-ES-2011-0013-0016 FWS Revised critical habitat for Riverside fairy shrimp FWS-R8-ES-2011-0013 Endangered and Threatened Wildlife and Plants: Revised Critical Habitat for Riverside Fairy Shrimp Proposed Rule   2012-03-01T05:00:00Z 2012 3 2012-03-01T05:00:00Z 2012-04-03T03:59:59Z 2012-03-01T16:20:18Z 2012-04716 0 0 0900006480fc9848
FWS-R8-ES-2011-0013-0002 FWS Revised critical habitat for Riverside fairy shrimp FWS-R8-ES-2011-0013 References for Riverside fairy shrimp proposed revised critical habitat Supporting & Related Material   2011-06-01T04:00:00Z 2011 6     2011-06-01T13:14:08Z   0 0 0900006480e34f6a
FWS-R8-ES-2011-0013-0001 FWS Revised critical habitat for Riverside fairy shrimp FWS-R8-ES-2011-0013 Endangered and Threatened Wildlife and Plants: Revised Critical Habitat for the Riverside Fairy Shrimp Proposed Rule   2011-06-01T04:00:00Z 2011 6 2011-06-01T04:00:00Z 2011-08-02T03:59:59Z 2011-06-11T16:43:52Z 2011-12947 0 0 0900006480e38d42

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