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

5 rows where agency_id = "DOI", document_type = "Notice" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2018 · 5 ✖

document_type 1

  • Notice · 5 ✖

agency_id 1

  • DOI · 5 ✖
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
DOI-2018-0008-0001 DOI Privacy Act of 1974; System of Records; INTERIOR/DOI-16, Learning Management System DOI-2018-0008 Privacy Act of 1974 - System of Records-DOI-16, DOI LEARN Notice   2018-10-09T04:00:00Z 2018 10 2018-10-09T04:00:00Z 2018-11-09T04:59:59Z 2018-11-05T02:03:09Z 2018-21796 0 0 09000064837adbfe
DOI-2018-0006-0001 DOI Natural Resource Damages and Restoration - Hazardous Substances DOI-2018-0006 Natural Resource Damages for Hazardous Substances Notice   2018-08-27T04:00:00Z 2018 8 2018-08-27T04:00:00Z 2018-10-27T03:59:59Z 2019-02-08T02:02:24Z 2018-18498 0 0 090000648365beff
DOI-2018-0004-0001 DOI Privacy Act of 1974; System of Records DOI-2018-0004 Privacy Act of 1974; System of Records; INTERIOR/DOI-85, Payroll, Attendance, Retirement, and Leave Records Notice Privacy Act System of Records 2018-07-19T04:00:00Z 2018 7 2018-07-19T04:00:00Z 2018-08-21T03:59:59Z 2018-08-20T01:01:35Z 2018–15445 0 0 09000064835201a6
DOI-2018-0003-0001 DOI Privacy Act of 1974; System of Records DOI-2018-0003 Privacy Act of 1974; System of Records; INTERIOR/DOI-12, Donations Program Files Notice   2018-07-13T04:00:00Z 2018 7 2018-07-13T04:00:00Z 2018-08-14T03:59:59Z 2018-08-15T01:04:34Z 2018-15010 0 0 09000064834e4d26
DOI-2018-0001-0001 DOI Draft List of Critical Minerals DOI-2018-0001 Draft List of Critical Minerals Notice   2018-02-16T05:00:00Z 2018 2 2018-02-16T05:00:00Z 2018-03-20T03:59:59Z 2018-04-03T01:01:44Z 2018-03219 0 0 0900006482f38be6

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 820.925ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API