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

10 rows where agency_id = "FWS", docket_id = "FWS-R4-ES-2013-0007" and posted_year = 2015 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 9
  • Rule 1

posted_year 1

  • 2015 · 10 ✖

agency_id 1

  • FWS · 10 ✖
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-0007-0099 FWS Designation of Critical Habitat forNeosho mucket and rabbitsfoot mussels FWS-R4-ES-2013-0007 2 Mussels Memo Supporting & Related Material Memorandum 2015-04-30T04:00:00Z 2015 4     2015-04-30T13:34:27Z   0 0 0900006481a29676
FWS-R4-ES-2013-0007-0100 FWS Designation of Critical Habitat forNeosho mucket and rabbitsfoot mussels FWS-R4-ES-2013-0007 2 Mussels Final Economic Analysis Supporting & Related Material Economic Analysis 2015-04-30T04:00:00Z 2015 4     2015-04-30T13:34:27Z   0 0 0900006481a29677
FWS-R4-ES-2013-0007-0098 FWS Designation of Critical Habitat forNeosho mucket and rabbitsfoot mussels FWS-R4-ES-2013-0007 2 Mussels Final Memo Supporting & Related Material Memorandum 2015-04-30T04:00:00Z 2015 4     2015-04-30T13:34:26Z   0 0 0900006481a29675
FWS-R4-ES-2013-0007-0101 FWS Designation of Critical Habitat forNeosho mucket and rabbitsfoot mussels FWS-R4-ES-2013-0007 NEPA Environmental Assessment Neosho mucket Rabbitsfoot CH final Supporting & Related Material Environmental Assessment 2015-04-30T04:00:00Z 2015 4     2015-04-30T13:34:27Z   0 0 0900006481a29678
FWS-R4-ES-2013-0007-0094 FWS Designation of Critical Habitat forNeosho mucket and rabbitsfoot mussels FWS-R4-ES-2013-0007 Neosho Mucket Coordinates_fCH Supporting & Related Material Map 2015-04-30T04:00:00Z 2015 4     2015-04-30T13:34:25Z   0 0 0900006481a28eb1
FWS-R4-ES-2013-0007-0095 FWS Designation of Critical Habitat forNeosho mucket and rabbitsfoot mussels FWS-R4-ES-2013-0007 Rabbitsfoot Coordinates fCH Supporting & Related Material Map 2015-04-30T04:00:00Z 2015 4     2015-04-30T13:34:25Z   0 0 0900006481a28eb2
FWS-R4-ES-2013-0007-0093 FWS Designation of Critical Habitat forNeosho mucket and rabbitsfoot mussels FWS-R4-ES-2013-0007 Endangered and Threatened Wildlife and Plants: Designation of Critical Habitat for Neosho Mucket and Rabbitsfoot Rule   2015-04-30T04:00:00Z 2015 4 2015-04-30T04:00:00Z   2015-04-30T13:33:46Z 2015-09200 0 0 0900006481ac48bf
FWS-R4-ES-2013-0007-0096 FWS Designation of Critical Habitat forNeosho mucket and rabbitsfoot mussels FWS-R4-ES-2013-0007 FCH Rabbitsfoot Neosho Mucket Literature Cited Supporting & Related Material Reference (external attachments) 2015-04-30T04:00:00Z 2015 4     2015-04-30T13:34:26Z   0 0 0900006481a28eb3
FWS-R4-ES-2013-0007-0097 FWS Designation of Critical Habitat forNeosho mucket and rabbitsfoot mussels FWS-R4-ES-2013-0007 Bogan Peer Review Comment Supporting & Related Material Technical Support Document 2015-04-30T04:00:00Z 2015 4     2015-04-30T13:34:26Z   0 0 0900006481a28ccc
FWS-R4-ES-2013-0007-0102 FWS Designation of Critical Habitat forNeosho mucket and rabbitsfoot mussels FWS-R4-ES-2013-0007 FONSI Neosho mucket Rabbitsfoot CH Supporting & Related Material Finding of no Significant Impact 2015-04-30T04:00:00Z 2015 4     2015-04-30T13:34:27Z   0 0 0900006481a29679

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