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-2013-0133" sorted by posted_date descending

✎ View and edit SQL

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

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

posted_year 2

  • 2015 5
  • 2014 3

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-2013-0133-0017 FWS Petition to Remove the Modoc Sucker from the Federal List of Endangered and Threatened Wildlife FWS-R8-ES-2013-0133 Modoc Sucker Species Report Supporting & Related Material Report 2015-12-10T05:00:00Z 2015 12     2015-12-10T14:42:45Z   0 0 0900006481d9a451
FWS-R8-ES-2013-0133-0018 FWS Petition to Remove the Modoc Sucker from the Federal List of Endangered and Threatened Wildlife FWS-R8-ES-2013-0133 Modoc Sucker Post-Delisting Monitoring Plan Supporting & Related Material Report 2015-12-10T05:00:00Z 2015 12     2015-12-10T14:44:01Z   0 0 0900006481d9a452
FWS-R8-ES-2013-0133-0016 FWS Petition to Remove the Modoc Sucker from the Federal List of Endangered and Threatened Wildlife FWS-R8-ES-2013-0133 References Cited Modoc Sucker Final Rule Supporting & Related Material Reference (external attachments) 2015-12-10T05:00:00Z 2015 12     2015-12-10T14:42:19Z   0 0 0900006481d9a450
FWS-R8-ES-2013-0133-0015 FWS Petition to Remove the Modoc Sucker from the Federal List of Endangered and Threatened Wildlife FWS-R8-ES-2013-0133 Endangered and Threatened Species: Removal of the Modoc Sucker from the Federal List of Endangered and Threatened Wildlife Rule   2015-12-08T05:00:00Z 2015 12 2015-12-08T05:00:00Z   2015-12-08T14:16:55Z 2015-30915 0 0 0900006481d8cb9e
FWS-R8-ES-2013-0133-0012 FWS Petition to Remove the Modoc Sucker from the Federal List of Endangered and Threatened Wildlife FWS-R8-ES-2013-0133 Endangered and Threatened Wildlife and Plants: Removal of the Modoc Sucker Proposed Rule   2015-02-13T05:00:00Z 2015 2 2015-02-13T05:00:00Z 2015-03-17T03:59:59Z 2015-03-17T02:03:27Z 2015-02928 0 0 0900006481a02480
FWS-R8-ES-2013-0133-0001 FWS Petition to Remove the Modoc Sucker from the Federal List of Endangered and Threatened Wildlife FWS-R8-ES-2013-0133 Endangered and Threatened Wildlife and Plants: Removal of the Modoc Sucker from the Federal List of Endangered and Threatened Wildlife Proposed Rule   2014-02-13T05:00:00Z 2014 2 2014-02-13T05:00:00Z 2014-04-15T03:59:59Z 2014-04-19T01:01:41Z 2014-01526 0 0 0900006481562668
FWS-R8-ES-2013-0133-0003 FWS Petition to Remove the Modoc Sucker from the Federal List of Endangered and Threatened Wildlife FWS-R8-ES-2013-0133 Modoc Sucker Draft Post Delisting Monitoring Plan Supporting & Related Material Technical Support Document 2014-02-13T05:00:00Z 2014 2     2014-02-13T18:19:08Z   0 0 090000648155fca0
FWS-R8-ES-2013-0133-0002 FWS Petition to Remove the Modoc Sucker from the Federal List of Endangered and Threatened Wildlife FWS-R8-ES-2013-0133 Literature Cited For Modoc Sucker Proposed Delisting Rule Supporting & Related Material Reference (external attachments) 2014-02-13T05:00:00Z 2014 2     2014-02-13T18:18:52Z   0 0 090000648155fc9f

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