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

7 rows where agency_id = "DOI", document_type = "Rule" and posted_year = 2010 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2010 · 7 ✖

document_type 1

  • Rule · 7 ✖

agency_id 1

  • DOI · 7 ✖
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-2010-0006-0001 DOI Implementation of OMB Guidance on Drug-Free Workplace Requirements DOI-2010-0006 Implementation of OMB Guidance on Drug-Free Workplace Requirements Rule   2010-11-22T05:00:00Z 2010 11 2010-11-22T05:00:00Z 2010-12-23T04:59:59Z 2016-06-21T16:49:26Z 2010-29371 0 0 0900006480ba0964
DOI-2010-0005-0002 DOI Interior Board of Land Appeals and Other Appeals Procedures DOI-2010-0005 Interior Board of Land Appeals and Other Appeals Procedures; Correction Rule   2010-11-09T05:00:00Z 2010 11 2010-11-09T05:00:00Z   2016-06-21T16:45:45Z C1-2010-26200 0 0 0900006480b85a6b
DOI-2010-0005-0001 DOI Interior Board of Land Appeals and Other Appeals Procedures DOI-2010-0005 Interior Board of Land Appeals and Other Appeals Procedures Rule   2010-10-20T04:00:00Z 2010 10 2010-10-20T04:00:00Z   2016-06-21T16:41:03Z 2010-26200 0 0 0900006480b72c40
DOI-2010-0004-0001 DOI Acquisition Regulation Rewrite DOI-2010-0004 Acquisition Regulation Rewrite Rule   2010-08-12T04:00:00Z 2010 8 2010-08-12T04:00:00Z   2016-06-21T16:26:22Z 2010-19891 0 0 0900006480b2ef4f
DOI-2010-0003-0001 DOI Indian Self-Determination Act Contracts and Annual Funding Agreements: Appeal Procedures DOI-2010-0003 Indian Self-Determination Act Contracts and Annual Funding Agreements: Appeal Procedures Rule   2010-06-04T04:00:00Z 2010 6 2010-06-04T04:00:00Z   2016-06-21T16:24:29Z 2010-13297 0 0 0900006480afbbf2
DOI-2015-0006-0001 DOI Freedom of Information Act - Amendments DOI-2015-0006 Acquisition Regulation Rewrite Rule   2010-04-15T00:00:00Z 2010 4     2015-10-05T19:49:20Z   0 1 0900006480ad7ce3
DOI-2007-0032-0152 DOI Native American Graves Protection and Repatriation Act Regulations--Disposition of Culturally Unidentifiable Human Remains DOI-2007-0032 Native American Graves Protection and Repatriation Act Regulations: Disposition of Culturally Unidentifiable Human Remains Rule   2010-03-15T04:00:00Z 2010 3 2010-03-15T04:00:00Z 2010-05-15T03:59:59Z 2011-06-11T17:09:10Z 2010-05283 0 0 0900006480abd3e5

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