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

4 rows where agency_id = "FWS", docket_id = "FWS-R8-NWRS-2013-0036" and posted_year = 2013 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)

document_type 2

  • Notice 2
  • Supporting & Related Material 2

posted_year 1

  • 2013 · 4 ✖

agency_id 1

  • FWS · 4 ✖
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-NWRS-2013-0036-0002 FWS South Farallon Islands Nonnative House Mouse Eradication Project; Farallon National Wildlife Refuge, California; Intent to Prepare an Environmental Impact Statement FWS-R8-NWRS-2013-0036 South Farallon Islands Invasive House Mouse Eradication Project: Revised Draft Environmental Impact Statement Supporting & Related Material Environmental Impact Statement 2013-10-25T04:00:00Z 2013 10     2013-10-25T20:58:19Z   0 0 09000064813aa1f1
FWS-R8-NWRS-2013-0036-0465 FWS South Farallon Islands Nonnative House Mouse Eradication Project; Farallon National Wildlife Refuge, California; Intent to Prepare an Environmental Impact Statement FWS-R8-NWRS-2013-0036 South Farallon Islands Invasive House Mouse Eradication Project; Notice   2013-10-25T04:00:00Z 2013 10 2013-10-25T04:00:00Z 2013-12-10T04:59:59Z 2014-02-07T02:14:04Z   0 0 09000064814600f7
FWS-R8-NWRS-2013-0036-0001 FWS South Farallon Islands Nonnative House Mouse Eradication Project; Farallon National Wildlife Refuge, California; Intent to Prepare an Environmental Impact Statement FWS-R8-NWRS-2013-0036 South Farallon Islands Invasive House Mouse Eradication Project; Farallon National Wildlife Refuge, California; Environmental Impact Statement Notice   2013-08-16T04:00:00Z 2013 8 2013-08-16T04:00:00Z 2013-10-01T03:59:59Z 2013-11-19T02:01:59Z 2013-19939 0 0 09000064813b5988
FWS-R8-NWRS-2013-0036-0003 FWS South Farallon Islands Nonnative House Mouse Eradication Project; Farallon National Wildlife Refuge, California; Intent to Prepare an Environmental Impact Statement FWS-R8-NWRS-2013-0036 Matrices for the Alternative Selection Process Report for the Farallon House Mouse Eradication Supporting & Related Material Technical Specifications 2013-08-16T04:00:00Z 2013 8     2013-08-16T14:24:41Z   0 0 09000064813aa1f2

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